python3-pjsip icon indicating copy to clipboard operation
python3-pjsip copied to clipboard

Python 3 bindings for pjsip sip stack

Results 11 python3-pjsip issues
Sort by recently updated
recently updated
newest added

Follow https://trac.pjsip.org/repos/wiki/Getting-Started/Autoconf and build pjsip with the shared library option enabled: Hello, I try to compile pjsip on windows10 by visual studio 2017. I add C:/Python24/include and C:/Python24/libs in python_pjsua...

There is pjproject 2.12 which I try to build. I used to python3-pjsip cloned from here. But the following error is appeared: running install_egg_info ``` Writing pjproject-2.12.1/debian/tmp/usr/lib/python3/dist-packages/pjsua-2.12.1.egg-info W: pybuild base:249:...

I was trying to send dtmf events using dial_dtmf method but always returns PJ_EINVAL. I tried with string and bytes as well. I looked into your code and found the...

I'm facing with error relate transfer call, logs as below. It worked with Python2. `Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/pjsua.py", line 2895, in _cb_on_call_state _lib._cb_on_call_state(call_id) File "/usr/local/lib/python3.6/dist-packages/pjsua.py", line 2792,...

init_pjsua should be PyInit__pjsua

Your bindings work really great. Thank you for your work. I'm just missing the `player_get_pos` function. Any chance of implementing that?

Hi I am trying to build the python3 pjsip for a centos based machine but if i run the command sudo python setup.py install,i get a gcc error .My gcc...

Thank you for this contribution ! To make it work using Python 3.10.9 I had to use pip instead of the provided setup.py: > cd pjsip-apps/src/ > git clone https://github.com/mgwilliams/python3-pjsip.git...

This commit in pjsip project main: https://github.com/pjsip/pjproject/commit/22b78f901a42fc5ac4120de764a17e8a832e220e results in this repo failing at import time: pjsua | Traceback (most recent call last): ... pjsua | File "/app/sip/lib_manager.py", line 8, in...