[Asterisk-Users] Option to reach someone in voicemail?

Sean Cook scook at kinex.net
Mon May 22 07:40:49 MST 2006


Matt wrote:
> That would be fine... and I know you can do alot of stuff with
> Asterisk, you just have to think "outside the box"(tm) sometimes.....
> but my question with doing that is, then how do I make it go to this
> message only when the person is not available, and not everytime
> someone gets transfered to this extension?
>
exten => _4XXX,1,Dial(SIP/${EXTEN},20,tT)
exten => _4XXX,2,Goto(s-${DIALSTATUS},1)

exten => s-UNAVAILABLE,1,Background(some-ivr-recorded-message)
...




More information about the asterisk-users mailing list