On Thu, 2013-06-13 at 18:29 -0600, Joseph wrote:
> When I play:
> exten => s,n,Background(welcome)
> and press extension "1" the system will not jump to this extension 
> immediately, there is a few sec. pause.

Mine looks like this:

exten => s,1,Answer()
exten => s,2,Set(TIMEOUT(digit)=1)
exten => s,3,Background(greeting)
exten => s,n,WaitExten(10)
exten => s,n,Goto(3)

I think setting the digit timeout does the trick for me. (My greeting
file says at the end, "stay on the line and this menu will repeat", and
of course it does until the caller hangs up.

--Greg



--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to