[asterisk-users] Voicemail dial pattern from old pbx

Sharon Lim limleechin2005 at gmail.com
Mon Jul 31 18:31:23 MST 2006


Hello, Don and steven,

Something like this should drop you to the voicemail box of the caller ID.
> exten => s,1,Voicemail(${CALLERIDNUM})
>
> Don Pobanz


The previous settings cant get any calleridnum. But this can

exten => XXX,1, Voicemail(${EXTEN}) may work, but you have to have it as
> _XXX
> The underscore tells asterisk that this is an expression and the X is any
> digit.
>
> XXX is sitting there waiting for someone to dial three Xs.
>
> --
> Steven


Muy current dial plan is
exten =>s, 1, Answer()
exten =>_XXX,1,Voicemail(${EXTEN})

there is a slient moment between ANSWER and VOICEMAIL. How do it control it
too be faster? Thanks very much!

On 8/1/06, Don Pobanz <asterisk at hastingsutilities.com> wrote:
>
> Sharon Liam wrote:
> > exten =>s, 1, Answer()
> > exten =>740,1,Voicemail(${EXTEN})
> >
> > After answer then it will get the callerid (I do a READ cmd then it read
> > as "s" extension but after that it stated "User entered '721')
> >
>
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060731/e5a00f17/attachment.htm


More information about the asterisk-users mailing list