Displaying 1 result from an estimated 1 matches for "thankyoucom".
Did you mean:
thankyoucome
2004 Jan 02
1
Asterisk Gotoif / last called
...d and then plays last-call'callerid'
exten => 128,1,Answer
exten => 128,2,Wait(1)
exten => 128,3,Playback(lastmisscall)
exten => 128,4,SayDigits(${last-call${CALLERIDNUM}})
exten => 128,5,Playback(lastcallat)
exten => 128,6,Datetime(${2001date})
exten => 128,7,Playback(thankyoucome)
exten => 128,8,Wait(1)
exten => 128,9,Hangup
oh while im asking.. is there a way to make global changes to a context.. cause ive got a dialplan for each user in a context obviously, but instead of having to put these 2 lines
exten => 2001,2,SetGlobalVar(last-call${EXTEN}=${CALLERIDNUM}...