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 <[EMAIL PROTECTED]> 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

_______________________________________________
--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

Reply via email to