search for: lastmisscall

Displaying 1 result from an estimated 1 matches for "lastmisscall".

2004 Jan 02
1
Asterisk Gotoif / last called
...etGlobalVar(2001date=${DATETIME}) exten => 2001,4,Voicemail(u2001) exten => 2001,104,Voicemail(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 conte...