Displaying 1 result from an estimated 1 matches for "lastcallat".
Did you mean:
lastcall
2004 Jan 02
1
Asterisk Gotoif / last called
...ail(b2001)
exten => 2001,105,Hangup
; say your last call ; gets the callerid 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 pu...