Displaying 2 results from an estimated 2 matches for "alwaysdelete".
2011 Feb 14
1
Asterisk Call File using Local Channel not passing Variable back to Dialplan
...le.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*
*----------------------------------------------------------------------*
[callback_leg1]
exten => s,1,Answer()
exten => s,1,NoOp(PartyNum=${partyNum})
exten => s,n,NoOp(MyNum=${myNum})
exten => s,n,Hangup()
Both the No...
2012 Aug 01
2
Problem with callfile and CDR
...wrong? Has anyone experienced something similar? Any
tips?
*The callfile:*
Channel: local/21411615 at test_outgoing
> CallerID: "ELCO Test" <123456789>
> MaxRetries: 1
> RetryTime: 30
> WaitTime: 25
> Context: test_ivr
> Extension: 21411615
> Priority: 1
> AlwaysDelete: Yes
> Archive: Yes
*The extensions.conf*
[test_outgoingsaida]
> exten => _X.,1,Dial(khomp/gpstn/${EXTEN},120,Ttr)
> exten => _X.,2,Hangup()
> [test_ivr]
> exten => _X.,1,Answer()
> exten => _X.,n,Wait(20)
> exten => _X.,n,Hangup()
*Example, console:*
*Lo...