I have an Asterisk 16.0.1 installation with PJSIP SIP Driver. I like to get the useragent in the Dialplan in the form of an Variable to check if it is allowed to place a Call. Is there anything available to achieve that in Asterisk? With the old chan_..
Author : Benjamin Marty
I have an Asterisk 15.6.0 installation with PJSIP SIP Driver and Sorcery for Realtime. My Goal is to enforce endpoints to UDP, TCP or TLS. For that I set the transport column in the endpoint to the corresponding transport in pjsip.conf. But if I e..
HelloIm currently using Asterisk 13 with the chan_sip sip driver. The extensions are offloaded via realtime module to a MySQL database (via ODBC). So basically I have a MySQL Table with the SIP users + SIP passwords and the other stuff from the stand..
Im calling a script which needs to wait a certain time and also hold the call for this time. But the script dialplan application seems to work non blocking. Is there a way to hold the call/dialplan till the shell script is finished? same => n,Set(PUSHRESULT=${SHELL(send..
Im currently trying to setup an Asterisk Box with a Lets Encrypt certificate.I merged privatekey, cert and chain to one file:cat /etc/letsencrypt/live/domain/privkey.pem >/etc/asterisk/tls/a-keycert.pem cat /etc/letsencrypt/live/domain/fullchain…
I have an Asterisk 15 with PJSIP behind NAT (Amazon EC2).Now I would like to get Early Media Video working between clients in different NATed networks. The 183 signalling goes trough perfectly, but asterisk doesnt forward the Early Media RTP stream f..
I noticed that Earlymedia isnt possible as soon as the Media Stream has to pass through Asterisk. In my Scenario I need Local Channels and Earlymedia at the same time. So the Media Stream needs to flow through Asterisk.Is there a Workaround to get Earlyme..
Im using the Record dialplan Application in an Context. My goal is to get a single screenshot of the h264 media stream per call. same => n,Record(/tmp/test.wav,0,10,qk)I nicely get a File test.h264. Is there a way to Playback this h264 video file..