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?
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@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.
Now it just hangs up my call when I press "0" at the Voicemail prompt. But dialing "0" at the auto-attendant still works for calling the operator. -----Original Message----- From: Mike Reiling [mailto:miker@mac.com] Sent: Wednesday, April 09, 2003 7:49 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Caller press "0" in Voicemail Try this quick patch....
fixed in CVS. mark On Wed, 9 Apr 2003, DUSTIN WILDES wrote:> Now it just hangs up my call when I press "0" at the Voicemail prompt. > But dialing "0" at the auto-attendant still works for calling the operator. > > -----Original Message----- > From: Mike Reiling [mailto:miker@mac.com] > Sent: Wednesday, April 09, 2003 7:49 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Caller press "0" in Voicemail > > Try this quick patch.... > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Within the same context (if I had everything in default context) it will work perfectly - but in a mult-context environment, it's not working for me. Can anyone else try and let me know if it works for you? I may have something mis-configured. I'm about to head out of town, but will be back later tonight. Just letting you know in case you respond, so you will know I'm not ignoring you. :) Thanks!! -----Original Message----- From: Mark Spencer [mailto:markster@digium.com] Sent: Wednesday, April 09, 2003 11:22 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Caller press "0" in Voicemail fixed in CVS. mark On Wed, 9 Apr 2003, DUSTIN WILDES wrote:> Now it just hangs up my call when I press "0" at the Voicemail prompt. > But dialing "0" at the auto-attendant still works for calling the operator. > > -----Original Message----- > From: Mike Reiling [mailto:miker@mac.com] > Sent: Wednesday, April 09, 2003 7:49 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Caller press "0" in Voicemail > > Try this quick patch.... > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Can you send me you extensions.conf again, off list. --Mike On Wednesday, April 9, 2003, at 05:26 PM, DUSTIN WILDES wrote:> Now it just hangs up my call when I press "0" at the Voicemail prompt. > But dialing "0" at the auto-attendant still works for calling the > operator. > > -----Original Message----- > From: Mike Reiling [mailto:miker@mac.com] > Sent: Wednesday, April 09, 2003 7:49 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Caller press "0" in Voicemail > > Try this quick patch.... > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Thanks Mike & Mark - I done a cvs up today and restarted asterisk. The voicemail "o" extension is working perfectly now. -----Original Message----- From: Mike Reiling [mailto:miker@mac.com] Sent: Thursday, April 10, 2003 11:42 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Caller press "0" in Voicemail Can you send me you extensions.conf again, off list. --Mike On Wednesday, April 9, 2003, at 05:26 PM, DUSTIN WILDES wrote:> Now it just hangs up my call when I press "0" at the Voicemail prompt. > But dialing "0" at the auto-attendant still works for calling the > operator. > > -----Original Message----- > From: Mike Reiling [mailto:miker@mac.com] > Sent: Wednesday, April 09, 2003 7:49 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Caller press "0" in Voicemail > > Try this quick patch.... > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
I have doxygen installed as such rpm -q doxygen doxygen-1.2.18-3 but cannot make progdocs without errors... Generating code for file vmodem.h... Generating code for file zonedata.c... Generating code for file zonedata.h... Generating file documentation... Generating docs for file acl.c... sh: line 1: dot: command not found Problems running dot. Check your installation! sh: line 1: dot: command not found Problems running dot. Check your installation! Generating docs for file acl.h... sh: line 1: dot: command not found Problems running dot. Check your installation! Does anyone know what dot is and what might be wrong with my installation?