Please open a jira for this.<br><br><div class="gmail_quote">On Wed, Jun 23, 2010 at 10:37 AM, Helmut Kuper <span dir="ltr">&lt;<a href="mailto:helmut.kuper@ewetel.de">helmut.kuper@ewetel.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I found the problem. Here is my patch:<br>
<br>
<br>
Index: src/esl_event.c<br>
===================================================================<br>
--- src/esl_event.c     (Revision 17782)<br>
+++ src/esl_event.c     (Arbeitskopie)<br>
@@ -548,7 +548,7 @@<br>
                if (blen &amp;&amp; !clen) {<br>
                        snprintf(buf + len, dlen - len, &quot;Content-Length:<br>
%d\n\n%s&quot;, (int)strlen(event-&gt;body), event-&gt;body);<br>
                } else {<br>
-                       snprintf(buf + len, dlen - len, &quot;\n&quot;);<br>
+                       snprintf(buf + len, dlen - len, &quot;\n%s&quot;,<br>
event-&gt;body);<br>
                }<br>
        } else {<br>
                snprintf(buf + len, dlen - len, &quot;\n&quot;);<br>
<br>
<br>
Please review this to avoid side effects.<br>
<br>
<br>
regards<br>
<font color="#888888">Helmut<br>
</font><div class="im"><br>
<br>
<br>
On 23.06.2010 15:25, Helmut Kuper wrote:<br>
&gt; Hello<br>
&gt;<br>
&gt; I found that when I sent a non existent api command via bgapi. The<br>
&gt; corresponding background_job event isn&#39;t complete:<br>
&gt;<br>
<br>
<br>
<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-Rupa<br>