[Asterisk-Users] VM access

James Cloos cloos at jhcloos.com
Mon Sep 6 10:37:54 MST 2004


>>>>> "Larry" == Larry Shields <LJ.Shields at Verizon.net> writes:

Larry> On most VM systems you can press the * key or # key to get a
Larry> login prompt during your greeting.  Is that not possible with
Larry> this system?

If you hist * during the outgoing message you'll get sent to the a
extension, if that exists in the current context.

Eg:

OPERATOR => 2121
; dump them to vm
exten => s,1,VoiceMail2(2345)
; if they enter 0
exten => o,1,Dial(OPERATOR)
; if they enter *
exten => a,1,Goto(ivr|2345|1)

-JimC



More information about the asterisk-users mailing list