Re: [Freeswitch-dev] Newbie question on switch_event_dup() with a code snippet

2010-06-30 Thread Anthony Minessale
Yes cloned events must be destroyed for sure. Better still what you should so in this case is use a fifo to deliver the cloned event to another thread so you are not blocking in the event handler. You can then destroy it from there. On Tue, Jun 29, 2010 at 10:03 PM, Paul Li

Re: [Freeswitch-dev] continue_on_fail and hangup_after_bridge with transfer

2010-06-30 Thread Michael Jerris
please move this thread to the freeswitch-users list On Jun 24, 2010, at 6:41 PM, Vladimir Elizarov wrote: I'm trying to make a dialplan: …. -- Best regards, Vladimir Elizarov ___ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org

[Freeswitch-dev] Question on sofia_glue_execute_sql_callback()

2010-06-30 Thread Jerry Richards
I have a couple of questions regarding to sofia_glue_execute_sql_callback(). 1) If a given sql select statement results in a matching entry in the .db file, then the callback function should be invoked. True? 2) Does the following select statement query the db/sofia_reg_internal.db

[Freeswitch-dev] FreeSWITCH Conference Call Starting Soon - Anthony Minessale Speaking Today

2010-06-30 Thread Michael Collins
Everyone get ready for the call: http://wiki.freeswitch.org/wiki/FS_weekly_2010_06_30 It will start in about 45 minutes from now. -MC ___ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org

[Freeswitch-dev] [freeswitch-dev] libfreeswitch cleanup

2010-06-30 Thread Paulo Vicentini
Hi, I am embedding libfreeswitch to my application's process space and I need to init and destroy freeswitch while running my process. I face problems after calling switch_core_destroy and when my business logic demands I call switch_core_init_and_modload to work with libfreeswitch (again) It

Re: [Freeswitch-dev] [freeswitch-dev] libfreeswitch cleanup

2010-06-30 Thread Mathieu Rene
A lot of stuff is statically initialized, the core isn't designed to be loaded/unloaded like that. Why exactly do you require calling switch_core_init_and_modload() after the initial startup? Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-1044 x100 Cell: +1 (514) 664-1044 x200

Re: [Freeswitch-dev] [freeswitch-dev] libfreeswitch cleanup

2010-06-30 Thread Paulo Vicentini
Hi, I require that because by embedding libfreeswitch in my app there is time when my code using libfreeswitch is out of context so that I need to call switch_core_destroy but when I in context again I suppose to call switch_core_init_and_modload so that It would be usefull to have the core

Re: [Freeswitch-dev] [freeswitch-dev] libfreeswitch cleanup

2010-06-30 Thread Mathieu Rene
So once it has been initialized, leave it in memory and re-use the same instance. If you really insist on completely unloading it, launch freeswitch as an external process and communicate with it using event socket. Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-1044 x100 Cell: +1

[Freeswitch-dev] ClueCon News Update - Featured Speakers, More Giveaways

2010-06-30 Thread Michael Collins
As ClueCon MMX gets closer we have more good news to share with everyone. First of all, we are pleased to announce that Philip Zimmermann, inventor of PGP, will be returning to ClueCon this year! We look forward to his talk: Secure VoIP Explained - Why You Need Secure VoIP and the Best Way to Get

Re: [Freeswitch-dev] FXS bridged on FXO ports and DTMF - Deja Vu

2010-06-30 Thread François Legal
Hello, did try to upgrade to wanpipe 3.5.12 (from 3.5.11) and thought the DTMF problem seems to be fixed (did not had the opportunity to really test it thourougthly), I seem to have lost the CID feature in the upgrade. Roll back to 3.5.11 and CID is back there. François On Mon, 28 Jun

Re: [Freeswitch-dev] FXS bridged on FXO ports and DTMF - Deja Vu

2010-06-30 Thread Moises Silva
Can you try 3.5.12 with and without hw ec enabled and check if cid is there? Moises Silva Senior Software Engineer Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R 9T3 Canada t. 1 905 474 1990 x 128 | e. m...@sangoma.com On Wed, Jun 30, 2010 at 2:58 PM, François Legal

Re: [Freeswitch-dev] FXS bridged on FXO ports and DTMF - Deja Vu

2010-06-30 Thread devel
I’ll give a try tomorrow with HWEC disabled. De : freeswitch-dev-boun...@lists.freeswitch.org [mailto:freeswitch-dev-boun...@lists.freeswitch.org] De la part de Moises Silva Envoyé : mercredi 30 juin 2010 23:15 À : freeswitch-dev@lists.freeswitch.org Objet : Re: [Freeswitch-dev] FXS bridged

Re: [Freeswitch-dev] FXS bridged on FXO ports and DTMF - Deja Vu

2010-06-30 Thread Moises Silva
Just fyi, you can disable hw ec from the CLI so you don't have to start/stop the port for your tests. Start the card with HWEC enabled, then you can use wan_ec_client. # wan_ec_client wanpipe1 disable chan Then enable again: # wan_ec_client wanpipe1 enable chan You can verify it's

[Freeswitch-dev] (no subject)

2010-06-30 Thread 王洪永
hi ,what is your freeswitch version? The revised test is normal I 王洪永 中企开源-IP通讯部 Thu, 1 Jul 2010 12:56:57 +0800 ___ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev