Turn on debug (press F8) level logging and capture the output, put in <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a>. Hopefully the debug output will shed some light on where the delay is occurring. <br>
Also, see this page for some tips on how to collect information for debugging purposes:<br><a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a><br><br>It will give you handy tips on collecting information, posting to pastebin, asking community for help, etc. etc. In short, it will make your life easier. :)<br>
-MC<br><br><br><div class="gmail_quote">On Thu, Sep 17, 2009 at 3:23 AM, Sias Mey <span dir="ltr">&lt;<a href="mailto:sias@cpdata.co.za">sias@cpdata.co.za</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
Im having a strange issue with a api triggered call transfer.<br>
<br>
There seems to be a long delay between when the transfer is triggered and when it actually happens.<br>
<br>
2009-09-17 11:36:26.995001 [NOTICE] switch_ivr.c:1350 Transfer sofia/internal/<a href="mailto:1004@192.168.0.10">1004@192.168.0.10</a> to xml<br>
[incust-camp=lucidlive-call=78-conf=41@default]<br>
Error in my_thread_global_end(): 26 threads didn&#39;t exit<br>
2009-09-17 11:36:31.997191 [INFO] mod_dialplan_xml.c:315 Processing 1004-&gt;incust-camp=lucidlive-call=7<br>
8-conf=41 in context default<br>
2009-09-17 11:36:31.997191 [INFO] regin.js:1 Execution start<br>
2009-09-17 11:36:31.997191 [INFO] regin.js:1 Connecting to Ringback to add call<br>
2009-09-17 11:36:31.997191 [INFO] regin.js:1 Finished adding calls<br>
2009-09-17 11:36:31.997191 [INFO] regin.js:1 Connecting to database lucidlive to update call<br>
2009-09-17 11:36:32.37433 [INFO] regin.js:1 Finished updateing call<br>
<br>
I though it was my regin.js script causing the delay since it runs a couple of database queries and other things, but the output above show that runs fine.<br>
<br>
My question is about the delay between 11:36:26 -&gt; 11:36:31. The call is being transfered out of a fifo, but for those 5 seconds there is no MOH or anything else. Just silence.<br>
<br>
The transfer is triggered via a xml rpc call. But since the delay is between the switch_ivr and mod_dialplan_xml somewhere I doubt that that has much to do with it.<br>
<br>
Any clues or other places I can go look?.<br>
<br>
Cheers,<br>
Sias<br>
<br>
_______________________________________________<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>
</blockquote></div><br>