Grate job Moy... i will test it on my PBX tomorrow... <br><br>Thanks.<br><br><br><div><span class="gmail_quote">On 4/20/07, <b class="gmail_sendername">Moises Silva</b> &lt;<a href="mailto:moises.silva@gmail.com">moises.silva@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks a lot for the fix Humberto.<br><br>On 4/18/07, Humberto Figuera &lt;
<a href="mailto:hfiguera@gmail.com">hfiguera@gmail.com</a>&gt; wrote:<br>&gt; Hi Moises,<br>&gt;<br>&gt; the Asterisk SVN-branch-1.4-r60989 make a change in the<br>&gt; ast_channel_alloc function:<br>&gt;<br>&gt; &quot;This is a big improvement over the current CDR fixes. It may still
<br>&gt; need refinement, but this won&#39;t have as many folks bothered.&quot;<br>&gt;<br>&gt; here the patch for chan_unicall.c ;p<br>&gt;<br>&gt; --- chan_unicall.c.orig 2007-04-18 03:32:17.000000000 -0400<br>&gt; +++ chan_unicall.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2007-04-18 03:32:
26.000000000 -0400<br>&gt; @@ -2485,7 +2485,7 @@<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while (x &lt; 3);<br>&gt;<br>&gt; -&nbsp;&nbsp;&nbsp;&nbsp;if ( ( tmp = ast_channel_alloc(0, state, 0, 0, chan_name) ) == NULL)<br>&gt; +&nbsp;&nbsp;&nbsp;&nbsp;if ( ( tmp = ast_channel_alloc(0, state, 0, 0, i-&gt;accountcode,
<br>&gt; i-&gt;exten, i-&gt;context, i-&gt;amaflags, chan_name) ) == NULL)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ast_log(LOG_WARNING, &quot;Unable to allocate channel structure\n&quot;);<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;&nbsp;NULL;<br>&gt;<br>
&gt; --<br>&gt; Humberto Figuera - Using Linux 2.6.20<br>&gt; Usuario GNU/Linux 369709<br>&gt; Caracas - Venezuela<br>&gt; GPG Key Fingerprint = 5AAC DF0C 00F4 2834 28BA&nbsp;&nbsp;37AD 3364 01D1 74CA 0603<br>&gt; _______________________________________________
<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br><br><br>--<br>&quot;Su nombre es GNU/Linux, no solamente Linux, mas info en <a href="http://www.gnu.org">http://www.gnu.org</a>&quot;<br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>