Displaying 1 result from an estimated 1 matches for "callback_leg".
Did you mean:
callback_leg1
2011 Feb 14
1
Asterisk Call File using Local Channel not passing Variable back to Dialplan
Hi Everyone,
I am trying to pass a variable using the .call files but it turns out blank.
Can someone please point out what might be wrong here:
*/tmp/spool-file.sh*
*----------------------------------------------------------------------*
echo "Channel: Local/s at callback_leg*1*/n
CallerID: \"Call-back\" <123456>
MaxRetries: 0
RetryTime: 10
WaitTime: 45
Context: callback_leg*2*
Extension: s
Priority: 1
Set: myNum=$1
Set: partyNum=$2
AlwaysDelete: Yes
Archive: Yes" > $call_file
*Context - callback_leg1*
*------------------------------------------...