search for: dialed_extn

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

2005 Jun 30
7
Voicemail => SMS
...message, I can test for voicemail and send a SMS. If caller 2 rings and doesn't leave a message, when I test for voicemail I get a positive, and so send an SMS, but its not a new VM so I don't want notifying. This was my last attempt before I gave up. ;exten => h,1,HasNewVoiceMail(30${dialed_extn}) ;exten => h,2,goto(h,100) ;exten => h,102,DeadAGI(fastsms|4400000000000|Caller ${CALLERID} left a new voice mail at ${DATETIME} on Sales extn ${dialed_extn}|Asterisk) ;exten => h,103,Hangup Any and all suggestions will be greatly appreciated. Thanks Mark