Tag : dialplan
List I am in the progress of migrating from chan_sip to pjsip. I fear I have missed something on how hints need to be specified for pjsip. For chan_sip I have configured sip.conf subscribecontext = localuser and in the dialplan I set: [localuser] ex..
I thought dialplan flow was that (normal!) agi was called, it did its thing (which include returning some dialplan variables/lists), and then when agi finished it returned to the dialplan which then reliably carried the product of agi.But Im call..
Im trying to use JABBER_RECEIVE function on my dialplan but the timeout function dont work.This is my dialplan:[google-in]exten => s,1,NoOp( Call from Gtalk )same => n,SendText(Hola,Como te llamas?)same => n,Set(nombre=${JABBER_RECEIVE(google,${CALLERID(name)},30)})s..
I read on the wiki :Asterisk 1.8 will allow to read SIP response codes in the dialplan via *${HASH(SIP_CAUSE,)}*. Additionally make sure youre using the destination channel, not the source channel.But when I use this in my dialplan, this variable..
If I have Asterisk setup with local SIP phones configured but need to call a SIP phone which is not local but actually on another VLAN, what would the dialplan need to lo..
Execif Executes a dialplan application if some condition is met. e.g.If expr is true, execute and return the result of appiftrue(args).If expr is true, but appiftrue is not found, then the application will return a non-zero value.SyntaxExecIf(expression?appiftrue[:…][:appiffalse[:…]])Argume..
The Asterisk Development Team is pleased to announce the first beta release ofAsterisk 10.0.0-beta1. This release is available for immediate download athttp://downloads.asterisk.org/pub/telephony/asterisk/With the release of the Asterisk 10 branch, ..