bilal ghayyad
2007-Aug-03 12:27 UTC
[asterisk-users] Difference between WaitExten and TIMEOUT (response)
Hi List; What is the difference between WaitExten function and TIMEOUT (response)? As I see that both are used to determine the allowed time to enter the digits, any one can advise? Regards Bilal ____________________________________________________________________________________ Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
Baji Panchumarti
2007-Aug-03 13:12 UTC
[asterisk-users] Difference between WaitExten and TIMEOUT (response)
On 8/3/07, bilal ghayyad wrote:> Hi List; > > What is the difference between WaitExten function and > TIMEOUT (response)? As I see that both are used to > determine the allowed time to enter the digits, any > one can advise?core show function TIMEOUT for different timeout parameters, I haven't used WaitExten --
Michael Munger
2007-Aug-04 14:05 UTC
[asterisk-users] Difference between WaitExten and TIMEOUT (response)
The difference is in the scope of the command. Think of it this way: WaitExten gives the user more time to enter digits before the dialplan moves on to the next instruction in the dial plan. Timeout is the max number of seconds to wait at any point in the current context before deciding the user either got confused, doesn't know what their doing, or fell asleep. Clear as mud? Yours, Michael Munger, dCAP 404-438-2128 michael at highpoweredhelp.com -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of bilal ghayyad Sent: Friday, August 03, 2007 8:27 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Difference between WaitExten and TIMEOUT (response) Hi List; What is the difference between WaitExten function and TIMEOUT (response)? As I see that both are used to determine the allowed time to enter the digits, any one can advise? Regards Bilal ________________________________________________________________________ ____________ Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
bilal ghayyad
2007-Aug-04 20:24 UTC
[asterisk-users] Difference between WaitExten and TIMEOUT (response)
Dear Michael; I understood it in that way (please advise me if I am correct): WaitExten is for the time to complete entering the digits, while timeout is specified wether user responded by dialing any thing or not. Please advise. regards The difference is in the scope of the command. Think of it this way: WaitExten gives the user more time to enter digits before the dialplan moves on to the next instruction in the dial plan. Timeout is the max number of seconds to wait at any point in the current context before deciding the user either got confused, doesn't know what their doing, or fell asleep. Clear as mud? Yours, Michael Munger, dCAP 404-438-2128 michael at highpoweredhelp.com -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of bilal ghayyad Sent: Friday, August 03, 2007 8:27 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Difference between WaitExten and TIMEOUT (response) Hi List; What is the difference between WaitExten function and TIMEOUT (response)? As I see that both are used to determine the allowed time to enter the digits, any one can advise? Regards Bilal ____________________________________________________________________________________ Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. http://sims.yahoo.com/
Michiel van Baak
2007-Aug-04 20:38 UTC
[asterisk-users] Difference between WaitExten and TIMEOUT (response)
On 05:27, Fri 03 Aug 07, bilal ghayyad wrote:> Hi List; > > What is the difference between WaitExten function and > TIMEOUT (response)? As I see that both are used to > determine the allowed time to enter the digits, any > one can advise?WaitExten is waiting for you to type an extension. TIMEOUT is to set the default timeout for promtps in IVR and stuff but is not actually waiting for you to provide an extension -- Michiel van Baak michiel at vanbaak.eu http://michiel.vanbaak.eu GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x71C946BD "Why is it drug addicts and computer afficionados are both called users?"
Anthony Francis
2007-Aug-06 14:04 UTC
[asterisk-users] Difference between WaitExten and TIMEOUT (response)
Michiel van Baak wrote:> On 05:27, Fri 03 Aug 07, bilal ghayyad wrote: > >> Hi List; >> >> What is the difference between WaitExten function and >> TIMEOUT (response)? As I see that both are used to >> determine the allowed time to enter the digits, any >> one can advise? >> > > WaitExten is waiting for you to type an extension. > TIMEOUT is to set the default timeout for promtps in IVR and > stuff but is not actually waiting for you to provide an > extension >More specifically, timeout is the time between dialing digits when using WaitExten or background for asterisk to decide you are done dialing an option or extension and place the call. Anthony