hello list


i have configured the voicemail in my server asterisk 1.4 i can use it
without issue ,i have a question



i want to receive an email in my address email when there is no response
from 270 after 10 s



could you please verify the code below and tell me what is wrong



thanks and regards









extensions.conf
exten => 9999,1,VoiceMailMain(777@mb_tutorial)

exten => 270,1,Dial(SIP/270, 10)
exten => 270,n,VoiceMail(777@mb_tutorial)
exten => 270,n,PlayBack(vm-goodbye)
exten => 270,n,HangUp()

voicemail.conf
[mb_tutorial]
777 => 1111,270,[email protected],,|attach=no|review=yes
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to