python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I incorporate VOIP using python?
I am currently trying to use Socket to multicast audio in real time to an IP and Port.
import socket
MCAST_GRP = '000.0.0.00'
MCAST_PORT = 00000
MULTICAST_TTL = 2
sock = socket.socket(socket.AF_INE...
Rafael Rubenstein
Votes: 0
Answers: 1
How can I bridge phone calls to VoIP?
I want to have one stationary device like an android phone that can use a standard local SIM card and forward all calls to a second device over some kind of VoIP protocol. When someone calls the phone...
anon89816273193
Votes: 0
Answers: 3
System managed connection - place outbound call without treating it as a sim call
I'm working on implementing the calling functionality for a voip app and struggling with making an outbound call with a system managed connection service **
The part I'm struggling with is as follows:...
HexedAgain
Votes: 0
Answers: 1
audioManager not working on Android 11 and 12
I am making an internal calls application, when I call a number, the native android dialer opens and then instead of following the call in the native dialer, I follow the call in the app. The problem ...
Rob Aberan
Votes: 0
Answers: 1