[asterisk-users] Re: Voicemail and Forwarding

Forrest Beck jonforrest.beck at gmail.com
Fri Oct 6 08:47:10 MST 2006


Nevermind.  Just decided to use:

exten => _22XXX,1,Voicemail(u${EXTEN:1}@upperschool)

On 10/6/06, Forrest Beck <jonforrest.beck at gmail.com> wrote:
> I am a little stumped on this one and it may be because my brain is
> ready for the weekend.  I am trying to set an extension for forwarding
> all calls to voicemail.  So if a user set's their phone to forward all
> calls to extension 2000 it will drop the caller in the user's
> voicemail box.
>
> I tried.....
>
> exten => 2000,1,Voicemail(u${EXTEN}@vmcontext)
>
> this of course gives me a error that mailbox 2000 doesn't exist.
>
> I also tried......
>
> exten => 2000,1,Voicemail(${CALLERID(num)}@vmcontext)
>
> This gives the original caller his own mailbox.
>
> Stumpped.
>


More information about the asterisk-users mailing list