[Asterisk-Users] pause after dialed option

Master Abi master at lavacoms.com
Wed Nov 12 20:25:23 MST 2003


Use like this...

[mainmenu]
exten => s,1,Goto(sales|100|1)
exten => s,2,Goto(support|200|1)

[sales]
exten => 100,1,Answer                     ; Answer the line
exten => 100,2,DigitTimeout,5             ; Maximum Timeout between
digits
exten => 100,3,ResponseTimeout,10         ; Maximum Timeout awaiting
response
exten => 100,4,BackGround,mainmenu        ; Play Main Menu
....

[support]
exten => 200,1,Answer                     ; Answer the line
exten => 200,2,DigitTimeout,5             ; Maximum Timeout between
digits
exten => 200,3,ResponseTimeout,10         ; Maximum Timeout awaiting
response
exten => 200,4,BackGround,mainmenu        ; Play Main Menu
......

etc, etc

Also,  I don't think putting digit timeouts are always required, but I
did find Answer is a fairly safe bet. Try and use s extension is a
minimum.

Master


-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of
firedude at shorelinuxsolutions.com
Sent: Thursday, 13 November 2003 2:11 PM
To: Master Abi
Cc: asterisk-users at lists.digium.com
Subject: RE: [Asterisk-Users] pause after dialed option


So what do you use instead of s,1?  My s extensions set things like
response timeout, digit timeout, etc.  Thanks again.
AJ


On Thu, 13 Nov 2003, Master Abi wrote:

> I had experienced this problem before. I found this to be related to 2
> items. Firstly, try not to use the s,1 starting each submenu.
Secondly,
> if there are more than 20 sub menus, you will get this delay problem.
> Why I do not know. I reordered and regrouped and the problem
> disappeared.
>
> -----Original Message-----
> From: asterisk-users-admin at lists.digium.com
> [mailto:asterisk-users-admin at lists.digium.com] On Behalf Of David Carr
> Sent: Thursday, 13 November 2003 1:18 PM
> To: asterisk-users at lists.digium.com
> Subject: RE: [Asterisk-Users] pause after dialed option
>
>
> Without looking at your extensions.conf I can only guess that maybe
the
> first digit(s) of your exten aren't unique and asterisk is waiting for
a
> digit timeout. You can shorten your timeout or make your extensions
> unique.
>
> > -----Original Message-----
> > From: asterisk-users-admin at lists.digium.com
> > [mailto:asterisk-users-admin at lists.digium.com]On Behalf Of
> > firedude at shorelinuxsolutions.com
> > Sent: Wednesday, November 12, 2003 6:36 PM
> > To: asterisk-users at lists.digium.com
> > Subject: [Asterisk-Users] pause after dialed option
> >
> >
> > Hi guys
> > I've set up a layered menu system on one of my asterisk servers
where
> > there is a main menu and several submenus; one for each department.
> Each
> > menu plays a background intro message giving its various options.
My
> > problem is when I'm in the main menu and press the option to go to
one
> of
> > the submenus there seems to be a 5-8 second pause before it plays
the
> > background of the submenu.  Is there any way that I can eliminate
this
> > pause?
> >
> > I do not have the problem if I dial a Zap channel or one of the
> voicemail
> > boxes.  It seems to connect to them immediately.
> > Thanks a bunch.
> > AJ
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> >
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users





More information about the asterisk-users mailing list