[Asterisk-Users] ResponseTimeout problem

Kevin P. Fleming kpfleming at starnetworks.us
Sun Nov 14 20:40:26 MST 2004


Joseph wrote:

> exten => s,3,BackGround(welcome) 
> exten => s,4,ResponseTimeout,15
> exten => s,5,Goto(1,1)

You have misunderstood how ResponseTimeout works. It does not delay 
between priorities, it controls the amount of time the caller will have 
after the last priority is executed before Asterisk jumps to the "t" 
(timeout) priority.

A simple fix would be:

exten => s,3,ResponseTimeout(15)
exten => s,4,Background(welcome)

exten => t,1,Goto(1,1)



More information about the asterisk-users mailing list