<div>Hi,</div>
<div>&nbsp;</div>
<div>I am&nbsp;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.</div>
<div>&nbsp;</div>
<div>[salesivr]</div>
<div>exten =&gt; _X.,1,NoOp(Incoming call from user ${EXTEN} and caller id ${CALLERID})<br>exten =&gt; _X.,2,Playback(emptyy)<br>exten =&gt; _X.,3,Background(Main_Sales)<br>exten =&gt; _X.,4,WaitExten(2)<br>exten =&gt; _X.,5,Goto(_X.,3)
</div>
<div>
<p>exten =&gt; 0,1,Goto(SalesRep,s,1)<br>exten =&gt; 1,1,Goto(Inquiry,s,1)<br>exten =&gt; 9,1,Goto(_X.,3)</p>
<p>[BalanceInquiry]</p>
<p>;extensions</p>
<p>[Inquiry]</p>
<p>;extensions</p>
<p>When I press a digit in _X,3 or _X,4 it takes some time before switching to the desired context. When switching context I see this on the cli</p>
<dir><font color="#800000" size="2">
<p>Executing BackGround(&quot;SIP/103-41220030&quot;, &quot;Main_Sales&quot;) in new stack</p>
<p>-- Playing &#39;Main_Sales&#39; (language &#39;en&#39;)</p>
<p>== CDR updated on SIP/103-41220030</p>
<p>-- Executing Goto(&quot;SIP/103-41220030&quot;, &quot;BalanceInquiry|s|1&quot;) in new stack</p>
<p>-- Goto (BalanceInquiry,s,1)</p></font></dir>
<p>It seems the CDR update is eating up time, Can some one suggest whats going on here and how I can get out of this dilemma. Is there some way I can disable the CDR writing.</p>
<p>Thanking you in advance,</p>
<p>Danish.</p></div>