[asterisk-users] Voicemail mailbox number passed in connection?
Time Bandit
timebandit001 at gmail.com
Wed Mar 21 14:38:45 MST 2007
> Does anyone know how to configure a SIP phone to pass the mailbox number to
> the voicemail service when dialing? I would like to press the message
> waiting lamp and be prompted for my password instead of "mailbox number".
> Can this be passed in the set-up call or based on caller-id?
based on callerID with something like this :
exten => *97,1,Answer
exten => *97,n,Wait(1)
exten => *97,n,VoicemailMain(${CALLERIDNUM}@default)
exten => *97,n,Hangup()
then just configure your phone to point to *97 (or whatever you choose
as this extension)
hth
More information about the asterisk-users
mailing list