[Asterisk-Users] Caller press "0" in Voicemail

Mike Reiling miker at mac.com
Wed Apr 9 16:49:00 MST 2003


Try this quick patch....

-------------- next part --------------
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 780 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030409/dea10258/diff.obj
-------------- next part --------------


--Mike

On Wednesday, April 9, 2003, at 03:41  PM, DUSTIN WILDES wrote:

> I would like to add the ability for our users to be able to press "0" 
> whenever reaching someone's voicemail box to re-reroute them to the 
> auto-attendant.
> Here's a sample extensions.conf:
>
> [incoming]
> include => ciscophones
>
> exten => s,1,Wait,1
> exten => s,2,Answer
> exten => s,3,DigitTimeout,5
> exten => s,4,ResponseTimeout,15
> exten => s,5,BackGround(auto-greeting)
> exten => s,6,BackGround(auto-menu)
>
>
> [ciscophones]
>
> exten => 1000,1,Dial(SIP/1000,15)
> exten => 1000,2,Voicemail(u1000)
> exten => 1001,1,Dial(SIP/1001,15)
> exten => 1001,2,Voicemail(u1001)
> exten => o,1,Goto(incoming,s,6)
> exten => 0,1,Goto(ciscophones,1001,1)
>
>
>
> Now if I press "0" during the voicemail prompt - it will Dial 
> extension 1001 instead of routing to the [incoming] context and 
> re-play the auto-menu.
> Does the Voicemail application look for the letter "o" or zero "0"?  
> If it only looks for zero "0", how do I separate my "0" context from 
> the Voicemail option?
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
--
Mike Reiling
Systems & Network Administrator
SoftCoin, Inc.
2000 Sierra Point Parkway
Brisbane, CA  94005
650-624-3869 - P
650-624-3899 - F

It might look like I'm doing nothing, but at the cellular level I'm 
really quite busy.


More information about the asterisk-users mailing list