[asterisk-users] delay in switching between contexts

Eric "ManxPower" Wieling eric at fnords.org
Wed May 2 09:06:01 MST 2007


Danish Samad wrote:
> Hi,
> 
> I am facing this issue, where I get a delay of aroud five seconds when
> switching between contexts (through extension.conf) . This is how my
> extensions looks like.
> 
> [salesivr]
> exten => _X.,1,NoOp(Incoming call from user ${EXTEN} and caller id
> ${CALLERID})
> exten => _X.,2,Playback(emptyy)
> exten => _X.,3,Background(Main_Sales)
> exten => _X.,4,WaitExten(2)
> exten => _X.,5,Goto(_X.,3)
> 
> exten => 0,1,Goto(SalesRep,s,1)
> exten => 1,1,Goto(Inquiry,s,1)
> exten => 9,1,Goto(_X.,3)

Don't use . in your pattern.  . says "wait for 1 or more digits, use a 
timeout to decide if the user is finished dialing"



More information about the asterisk-users mailing list