My phone is located behind a NAT, 172.16.0.0/21. Asterisk 16 is on a public IP. PJSIP has the config below:force_rport=yes direct_media=yes disable_direct_media_on_nat = yes direct_media_method=inviteBut when I send a call I see the RTP being sent..
Author : CDR
I want to see the help when I type core show application xxxx, and its not available. This is asterisk 16 from sources. I have libxml2-devinstalled. Ubuntu 19What am I miss..
Endpoint sends an INVITEAsterisk send an INVITE to the Carrier Carrier is down, does not even sends ACKPJSIP sendsseveral INVITESEnd point sendsCANCEL sip:xxxxxxx@xxxxxxx SIP/2.0Via: SIP/2.0/UDP xxxxxxx:50187;branch=z9hG4bK-524287-1—fbad0437cf02653d;rp..
PJISP cannot handle the Fromfield when it does not contain a number. Can this be fixed?[Feb 25 12:35:43] ERROR[7143]: pjproject: : sip_transport.c Error processing 400 bytes packet from UDP 8.38.43.67:5060 : PJSIP syntax error exception when pars..
Is there a guide on how to use PJSIP and never have the media travel inside Asterisk? No matter what I do, I cannot make this work. Phil..
I have a customer who wants me to send a DTMF on the calling channel if the called channel says any word. So I am using[my_gosub_routine]exten => s,1,NoOp(ARG1=${ARG1} ARG2=${ARG2}) same => n,Playback(hello) same => n,Return()[default]exten => _X.,1,NoO..
Joshua Is there a way in PJSIP to send the audio between the parties always, unless one of the parties is behind a NAT?A session refresh would work. That my only problem with PJSIP. This is routine in the old si..
./configure LDFLAGS=-z muldefs –libdir=/usr/lib64–with-unixodbc=$(odbc_config –include-prefix)/ –disable-asteriskssl-enable-xmldoc NOISY_BUILD=yesres_pjsip/config_transport.c: In function ‘cipher_name_to_id’:res_pjsip/config_transport.c:982:..
Is there a way to configure the old SIP channel to stay in sip set debug all the time, without human intervention and also at boot time, b..
I am trying to install Asterisk 11 on debian 9, and although I use this parameter in the configure line: –disable-asteriskssl, it goes ahead and the compilation fails gcc -o libasteriskssl.o -c libasteriskssl.c -MD -MT libasteriskssl.o -MF.libasteriskssl…