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 to properly forward/redirect calls with pjsua2
I can't find info on the net how to forward a call with pjsua2.
Currently Im trying with the xfer method but Im getting:
../src/pjsip-ua/sip_inv.c:3942: inv_on_state_null: Assertion `!"Unexpected...
acho
Votes: 0
Answers: 1
pjsua2 hangs at makeCall() after 1-2 calls
I started writing application with Qt5, Im running pjsua2_demo.cpp from pjproject-2.9/pjsip-apps/src/samples/ in a QThread with infinite while(1) loop to leave pjsua2 running forever.
When I make 1-2 ...
acho
Votes: 0
Answers: 1
Crash in PJSUA2 version 2.7 (pjsip 2.11) after accept incoming video call
Have update android sip client to pjsua2 2.7 that used pjsip 2.11 and got the crash.
Crash appers only for video call, audio works well.
Seems the problem with codec.
Could anybody help with this erro...
Dmitriy Puchkov
Votes: 0
Answers: 0
PJSUA2: Error creating SDP answer: SRTP crypto attribute required
I'm trying to use the latest version of pjsip for android
https://github.com/VoiSmart/pjsip-android.
And got an error for incoming call:
Error creating SDP answer: SRTP crypto attribute required (PJME...
Dmitriy Puchkov
Votes: 0
Answers: 1