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"
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users