[asterisk-users] Execute DialPlan Context without Answer App

Daniel Tryba daniel at tryba.nl
Thu Dec 9 17:26:16 UTC 2010


On Tue, Dec 07, 2010 at 12:48:43AM +0100, Giuseppe D'alessio wrote:
> Hi, i have context in a dialplan, I want to "execute" this context
> without insert the Answer Application (s? ..without call any ext). 
[snipped]

I'm puzzeled: 
What is the question? Is something going wrong or unexpected? (I'm to
lazy to implement your dialplan to see what happens)

And why not just use extension based calls, assuming the problem is with not
populating $DIAL.

In callfile:
Channel: Local/103 at sistema-allarmi-principale

With context:
[sistema-allarmi-principale]
exten => _X.,1,Set(GRUPPO=${EXTEN:-2:1})
exten => _X.,2,Set(ALLARME=${EXTEN:1:1})
exten => _X.,3,AGI(checkgroup.php|${GRUPPO})

-- 

   Daniel Tryba



More information about the asterisk-users mailing list