Larry,
I have my extensions.conf set up to wait for a * before ringing the inside phone, like 
this:

[incoming]
exten => <number>,1,Answer
exten => <number>,2,Ringing
exten => <number>,3,ResponseTimeout(2)

; Cover * for voicemail access
exten => *,1,VoiceMailMain(1)

; Ring IAXy after ResponseTimeout = 2 sec.
exten => t,1,Dial(IAX2/[EMAIL PROTECTED],20)
exten => t,2,Voicemail(u1)

This way I can dial in and hit * at the first ring to access VM without ringing the 
inside line. DISA and the like could be achieved similarly.

Brad



----- Original Message ----- From: Larry Shields To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Sent: Monday, September 06, 2004 11:48 AM
Subject: [Asterisk-Users] VM access



Can someone tell me how to get to a mailbox login prompt when accessing the Asterisk VM remotely via a PSTN line? I am running version CSV 8/25/04.

 Thanks,
 Larry

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to