Displaying 1 result from an estimated 1 matches for "allarmi".
2010 Dec 06
1
Execute DialPlan Context without Answer App
Hi, i have context in a dialplan, I want to "execute" this context without insert the Answer Application (s? ..without call any ext).
Example :
[sistema-allarmi-principale]
exten => s,1,Set(GRUPPO=${DIAL:-2:1})
exten => s,2,Set(ALLARME=${DIAL:1:1})
exten => s,3,AGI(checkgroup.php|${GRUPPO})
;rest of...
I tried with a Call Data File.. i create a CallDataFile like this :
channel: Local/500 at from-internal
maxretries: 1
retrytime: 60
waittime:...