pyVoIP icon indicating copy to clipboard operation
pyVoIP copied to clipboard

Pure python VoIP/SIP/RTP library. Currently supports PCMA, PCMU, and telephone-event

Results 122 pyVoIP issues
Sort by recently updated
recently updated
newest added

I provide the password, but password in message is empty. ---------------------------------------------- my code: ---------------------------------------------- cm = CredentialsManager() cm.add(username="hanswang73_2", password="Huqiuxia3", user="hanswang73_2") ##### , server="sip.antisip.com", realm="sip.antisip.com") params = VoIPPhoneParameter(server="sip.antisip.com", port=5060, user="hanswang73_2", credentials_manager=cm,...

Asterisk as server, pyvoip client is behind symmetric NAPT, UDP is OK, but TCP failed [transport-udp-nat] type=transport protocol=udp bind=0.0.0.0:9990 local_net=172.17.86.201/24 external_media_address=8.130.79.242 external_signaling_address=8.130.79.242 external_signaling_port=9990 [transport-tcp-nat] type=transport protocol=tcp bind=0.0.0.0:9991 local_net=172.17.86.201/24 external_media_address=8.130.79.242 external_signaling_address=8.130.79.242...

I run the example and added some logs to **pyVoIP** to see how it behaves, It doesn't call the (answer)callback for me. I have used Linphone app and a ReactJS...

REGISTERATION ERROR: Regex failed to match To/From. Please open a GitHub Issue at https://www.github.com/tayler6000/pyVoIP and include the following: data='"hanswang73-1" ;tag=cd799d7a' type(match)= New register thread Press enter to disable the phone...

Hi folks, thanks for the cool library you've made. I found a small issue, just need your advice how to pass it. ```py from pyVoIP.VoIP import VoIPPhone phone = VoIPPhone(server=...,...

@tayler6000 I know that default buffer length 160 means read_audio() would returns every 0.02 second. I want to use 800 as buffer length to process audio on every 0.1 seconds....

Hi, im looking for a PBX that is supported by pyVoip for calling and answering. Developer Taylor is user Asterisk i guess, but if we try FreePBX pyVoip does unregister...

Is there a way to parse the Auth-ID within the start of the connection? This will be necessary for using the library with 3CX.

Per the [Python docs on the `audioop` module](https://docs.python.org/3.12/library/audioop.html), the module is deprecated and will be removed in Python 3.13. Seeing that pyVoIP makes liberal use of the audio manipulation functions,...

enhancement