Archives : June-2018
After a long discussion with a friend, I would like to ask here:1.According SIP RFCs, is possible/recommended to have different values in From and P-Asserted-Id fields ?For instance, From field showing 123456789 and P-Asserted-Id showing987654321 (bes..
Were using Asterisk 14.7.6 and I have a dialplan that ends like this: same => n,Dial(SIP/${EXTEN:0:4}@peer1) same => n,Set(GLOBAL(EpochAtCallEnd)=${EPOCH}) same => n,Hangup()When peer1 hangsup, the priorities after the Dial are executed fine. But w..
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..
Please cancel my su..
listis there a way to limit the number of dns lookups for 1 and the same host ?I see on Asterisk CLI a flood of :[May 31 15:45:37] > doing dnsmgr_lookup for proxy1.sip.x2reg.be[May 31 15:45:37] > doing dnsmgr_lookup for proxy1.sip.x2reg.be[..
Were using Asterisk 14.7.6, and were able to route particular extensions to a corresponding automated member via SIP. Each extension has its own specific content, and all the automated members are configured to handle any of these extensions. We wo..
We would like to use 20-char extension values that use dashes and alphanums after the first four digits. In order to handle these via pattern-matching, how can I define a pattern that allows dashes? There seems to be no option at http://the-asterisk-book.com/1.6/einleitung-regex.html..
In my application, I am using AMI to run an Originate command between a channel and a dialplan application (NOT a context). In my case, the application I want to invoke is FastAGI. The Originate AMI command works correctly, but Asterisk generates a v..
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…
all We have to upgrade soon from prehistoric Asterisk 1.8.32.0 to Asterisk 15.x.x (whatever minversion is current at the time.) We are quite heavily invested into 1.8.32.0 at about 17 sites locally and internationally and have a LOT of custom softw..