<div>
<div>Hi Luigi,</div>
<div>&nbsp;</div>
<div>I am experiencing similar problem, i&nbsp;don't know if they are related. I even tried changing the line in chan_sip.c that you suggested, but it did not help.</div>
<div>I first noticed this&nbsp;when i was testing on Asterisk SVN-trunk-r15187&nbsp; to use the PARKEDAT variable feature.</div>
<div>&nbsp;</div>
<div>
<div>- I park the call using ParkAndAnnounce</div>
<div>- plays moh.</div>
<div>- accept the call using ParkedCall</div>
<div>&nbsp;</div>
<div>The following errors are coming on the console and there is oneway audio - no audio after Music-On-Hold at caller's side. I am testing using cisco 7902 phones and using cisco 2800 router. Codec is g711ulaw</div>
<div>&nbsp;</div>
<div>Could you find any solution for the oneway audio ??</div>
<div>&nbsp;</div>
<div>thanks,</div>
<div>Sharath Chandra</div>
<div>================================================================&nbsp;&nbsp;</div>
<div>&nbsp;</div>
<div>-- Executing ParkedCall(&quot;SIP/192.168.50.2-09cbd610&quot;, &quot;366&quot;)<br>&nbsp;&nbsp;&nbsp; -- Channel SIP/192.168.50.2-09cbd610 connected to parked call 366<br>Mar 29 17:59:16 WARNING[13774]: chan_sip.c:2692 sip_write: Asked to transmit frame type 64, while native formats is 4 (read/write = 4/4) 
<br>Mar 29 17:59:16 WARNING[13774]: chan_sip.c:2692 sip_write: Asked to transmit frame type 64, while native formats is 4 (read/write = 4/4)<br>Mar 29 17:59:16 WARNING[13774]: chan_sip.c:2692 sip_write: Asked to transmit frame type 64, while native formats is 4 (read/write = 4/4) 
<br>Mar 29 17:59:16 WARNING[13774]: chan_sip.c:2692 sip_write: Asked to transmit frame type 64, while native formats is 4 (read/write = 4/4)<br>Mar 29 17:59:17 WARNING[13774]: chan_sip.c:2692 sip_write: Asked to transmit frame type 64, while native formats is 4 (read/write = 4/4) 
<br>Mar 29 17:59:17 WARNING[13774]: chan_sip.c:2692 sip_write: Asked to transmit frame type 64, while native formats is 4 (read/write = 4/4)<br>&nbsp;</div></div>
<div>&nbsp;</div></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 3/29/06, <b class="gmail_sendername">Luigi Rizzo</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:rizzo@icir.org" target="_blank">rizzo@icir.org</a>&gt; wrote:
</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">bug found: for the original version that introduced<br>the problem, the patch is below.<br><br>Index: channels/chan_sip.c 
<br>===================================================================<br>--- channels/chan_sip.c (revision 15187)<br>+++ channels/chan_sip.c (working copy)<br>@@ -7244,7 +7244,7 @@<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!(res = check_auth(p, req, user-&gt;name, user-&gt;secret, user-&gt;md5secret, sipmethod, uri, reliable, ignore))) { 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sip_cancel_destroy(p);<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ast_copy_flags(&amp;p-&gt;flags[0], &amp;user-&gt;flags[1], SIP_FLAGS_TO_COPY);<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ast_copy_flags(&amp;p-&gt;flags[0], &amp;user-&gt;flags[0], SIP_FLAGS_TO_COPY); 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ast_copy_flags(&amp;p-&gt;flags[1], &amp;user-&gt;flags[1], SIP_PAGE2_FLAGS_TO_COPY);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* Copy SIP extensions profile from INVITE */<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (p-&gt;sipoptions) 
<br><br>On Tue, Mar 28, 2006 at 08:46:03AM -0800, Luigi Rizzo wrote:<br>&gt; not sure if there is something local that is not handled<br>&gt; properly, but in the transition from SVN 15186 -&gt; 15187<br>&gt; (a large change to chan_sip.c) i have lost the audio 
<br>&gt; at least on SIP calls, and apparently newer versions<br>&gt; of chan_sip.c (up to 15610 which is HEAD now) don't fix the problem.<br>&gt;<br>&gt; On the other hand, everything at SVN15610 and chan_sip.c.15186<br>
&gt; gives me the audio so the bug must be there.<br>&gt;<br>&gt; I am pretty sure it is something trivial;<br>&gt; however, probably who made that change might have<br>&gt; a more clear idea of what is going on ?<br>&gt; 
<br>&gt; Are others seeing this too ?<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; thanks<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; luigi<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://easynews.com/" target="_blank">
Easynews.com </a>--<br>&gt;<br>&gt; asterisk-dev mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-dev </a><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://easynews.com/" target="_blank">
Easynews.com</a> --<br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit: <br>&nbsp;&nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br></blockquote></div><br>