Dear All
Can you please do me favor and let me know what is my problem with my
Asterisk VoiceMail configuration as it doesn't work correctly in my case ?
Please find below that part of my extensions.conf that I intend to make use
of voice mail for No Answer reply :
"
[line-incoming]
exten => _XXXXXXX,1,macro(dialuser,SIP/${EXTEN},${EXTEN})
[macro-dialuser]
exten => s,1,dial(${ARG1},38,r)
exten => s,n,noop(PM: Dial ended !!)
exten => s,n,noop(${DIALSTATUS})
exten => s,n,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,answer
exten => s-NOANSWER,n,wait(4)
exten => s-NOANSWER,n,SayDigits(${ARG2})
exten => s-NOANSWER,n,playback(vm-isunavail)
exten => s-NOANSWER,n,VoiceMail(u${MACRO_EXTEN})
exten => s-NOANSWER,n,hangup()
"
As you see , I intend to redirect the calling party to the called party
voice mailbox if he doesn't answer the call (that will be set at the number
the same as his extension number) but it doesn't get through. Can you please
let me know what is wrong in our case ?
Regards
H.Motamedi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20090901/3cfc8d5a/attachment.htm