Re: [Freeswitch-users] Delay when transferring call

2009-09-29 Thread Sias Mey
On Fri, Sep 18, 2009 at 10:41:19AM +0200, Sias Mey wrote: Indeed the debug info did shed some light. I know at least one other poster has asked about that before. It seems to be an error related to accesing mysql InnoDB via odbc. Something about not decreasing the thread count before

Re: [Freeswitch-users] Delay when transferring call

2009-09-18 Thread Sias Mey
Indeed the debug info did shed some light. It seems the normal output was hiding a secret from me ;-) Even though the transfer had apparently already been triggered, it seems the problem was that the js wasent exiting till the nigling Error in my_thread_global_end() line. 2009-09-18

[Freeswitch-users] Delay when transferring call

2009-09-17 Thread Sias Mey
Hi, Im having a strange issue with a api triggered call transfer. There seems to be a long delay between when the transfer is triggered and when it actually happens. 2009-09-17 11:36:26.995001 [NOTICE] switch_ivr.c:1350 Transfer sofia/internal/1...@192.168.0.10 to xml

Re: [Freeswitch-users] Delay when transferring call

2009-09-17 Thread Michael Collins
Turn on debug (press F8) level logging and capture the output, put in pastebin.freeswitch.org. Hopefully the debug output will shed some light on where the delay is occurring. Also, see this page for some tips on how to collect information for debugging purposes: