Hi All,
I'm setting up AMP and I would like to create a default message that is
played if no one answers in X rings - this message is built out of the plain
gsm's included in asterisk/sounds -
My problem is that after you listen to the message, and the transfer to VM
happens I would like to turn off the message saying 'The person at extension
...please leave a message.." so you only hear my custom message then the
beep.
Can this be defined differently ? exten => t,1,Macro(vm,200) so as not to
include the message?
Here is the construction
[aa_1]
include => aa_1-custom
exten => fax,1,Goto(ext-fax,in_fax,1) ;
exten => h,1,Hangup() ;
exten => i,1,Playback(invalid) ;
exten => i,2,Goto(s,7) ;
include => ext-local
include => app-messagecenter
include => app-directory
exten => s,1,GotoIf($[${DIALSTATUS} = ANSWER]?4) ;
exten => s,2,Answer() ;
exten => s,3,Wait(1) ;
exten => s,4,SetVar(DIR-CONTEXT=default) ;
exten => s,5,DigitTimeout(3) ; default
exten => s,6,ResponseTimeout(7) ;
exten => s,7,Background(nbdy-avail-to-take-call)
exten => s,8,Background(privacy-if-error-leave-message-or-hangup)
exten => t,1,Macro(vm,200)
Any thoughts appreciated!
Edward
Ebrooatsetuidzerodotorg
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
|