Hello Everyone,

I am using the following dialplan to allow users to check their
messages from PSTN world:

; Internal Routing
exten => _1XX,1,Dial(SIP/${EXTEN}, 10)
exten => _1XX,n,Wait(1)
exten => _1XX,n,Answer
exten => _1XX,n,Wait(1)
exten => _1XX,n,Voicemail(${EXTEN},us)
exten => _1XX,n,Hangup

The problem is that when the user presses `*#` to check his/her
messages, it adds
an additional message, even if there were no messages to begin with. I hope I am
explaining this correctly. Can the dialplan be improved so that there
is no additional
message added when the owner is trying to check their mail box.

Kind Regards,

Nick.

--
_____________________________________________________________________
-- 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