python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do you write an Asterisk Dialpan to suspend 180-Ringing until after 183-progress in chan_sip?
I'm trying to write an Asterisk dialplan to suspend 180-Ringing until after 183-progress. What needs to happen in the dialplan to prevent this?
Below you can see the trace: The chan_sip driver sends...

KJ7LNW
Votes: 0
Answers: 1
Error while Compiling Opus Library with PjSip {PJSUA}
I am trying to compile and build PjProject {PJSUA}, with both audio and video support into it. But falling into the errors everytime which is Unresolved_External_Symbols.
I am building this project fo...
codename-SAMY
Votes: 0
Answers: 1
How to register a SIP account with a specify network interface
I am using Pjsip library to register a Sip account to Sip server
/* Register to SIP server by creating SIP account. */
{
pjsua_acc_config cfg;
pjsua_acc_config_default(&cfg);
cfg.id = pj_st...
thanh nguyen
Votes: 0
Answers: 1
Unable to answer call using PJSUA2 - always sends 500 (Python)
I am using Python 3.8 with pjsua2 using swig (built using the files given in the pjsip source code)
I can make calls fine.
However, when I attempt to answer a call (using 180 or 200), like so:
def...
user6072865
Votes: 0
Answers: 1