Displaying 1 result from an estimated 1 matches for "calldatafile".
2010 Dec 06
1
Execute DialPlan Context without Answer App
...ontext 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: 60
callerid: "Sistema Allarmi" <500>
context: sistema-allarmi-principale
extension: s
priority: 1
Set: DIAL=103
data:
I'm not sure on the channel,context and callerid param.
The DIAL p...