Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Brian West
Please open a jira and attach sip traces of register and phone calls. /b On Jun 25, 2009, at 2:36 AM, Peter Olsson wrote: I’ve been using FS as a gateway to our OCS server for some time. It’s used just for testing, so it’s not really used every day. I don’t know when, but after some trunk

Re: [Freeswitch-users] Originating a call from lua with rudimentary error checking

2009-06-25 Thread Brian West
check that s is nil. /b On Jun 24, 2009, at 8:12 PM, John Wehle wrote: What's the recommended way to check if the session constructor was successful (i.e. the number could be dialed)? Brian West br...@freeswitch.org -- Meet us at ClueCon! http://www.cluecon.com

Re: [Freeswitch-users] Originate works but dialplan does not work?

2009-06-25 Thread Edmar Cruz
Thanks a lot it works for me... Edmar Cruz wrote: If then, what bridge i shall call to? Like this? action application=bridge data=sofia/external/@1...@116.541.23.12/ dujinfang wrote: put your extension in dialplan/public.xml instead of sip_profiles/ external/myprofile.xml

[Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Edmar Cruz
Hi, How can i change my freeswitch database instead of CSV file, I make it mysql. Can you tell me how? Thanks -- View this message in context: http://www.nabble.com/How-to-change-database-of-freeswitch-cdr-to-MySQL--tp24200644p24200644.html Sent from the Freeswitch-users mailing list

Re: [Freeswitch-users] mod_dingaling no audio

2009-06-25 Thread Chris Chen
Two questions for you: 1) Do you have extension 888 in your public context? 2)Can you put your internal Ip address of FS in rtp-ip instead of $${bind_server_ip} just to make sure it get the right IP? 3) param name=disable-rtp-auto-adjust value=true/ is not really required at least for my working

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Brian West
Please open a jira and attach sip traces. /b On Jun 25, 2009, at 8:07 AM, Chris Chen wrote: I am having the same issue, now the SIP trunk over TCP between FS and Exchange 2007 UM just stops working, just stuck in a loop like this: 2009-06-25 00:02:55.542672 [DEBUG] sofia.c:3214 Channel

Re: [Freeswitch-users] mod_dingaling no audio

2009-06-25 Thread Seven Du
3) param name=disable-rtp-auto-adjust value=true/ is not really required at least for my working setup behind the NAT router. ok, this param is originally added for another problem http://jira.freeswitch.org/browse/MODENDP-198 . But I think it might be useful for this.

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Peter Olsson
Done, added as issue SFSIP-157. Regards, Peter Olsson Från: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] För Brian West Skickat: den 25 juni 2009 10:16 Till: freeswitch-users@lists.freeswitch.org Ämne: Re: [Freeswitch-users] Outgoing

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread paul.degt
You can use FS XML Curl - FS sends XML CDRs to a web server of your choice, and there you do whatever you want with these CDRs, like store in a database. There are also pre-built solutions available, check here: http://versafon.com/versafonweb/CommercialSupport.jsp Edmar Cruz wrote: Hi,

Re: [Freeswitch-users] mod_dingaling no audio

2009-06-25 Thread Anthony Minessale
if you are behind nat , you will not want to disable auto-adjust that is what the feature is there to help you with. On Thu, Jun 25, 2009 at 10:16 AM, Seven Du dujinf...@gmail.com wrote: 3) param name=disable-rtp-auto-adjust value=true/ is not really required at least for my working setup

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Brian West
Fixed revision 13948. /b On Jun 25, 2009, at 10:22 AM, Peter Olsson wrote: Done, added as issue SFSIP-157. Regards, Peter Olsson Från: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org ] För Brian West Skickat: den 25 juni 2009 10:16

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Brian West
Are you the owner of Versafon? /b On Jun 25, 2009, at 10:24 AM, paul.degt wrote: You can use FS XML Curl - FS sends XML CDRs to a web server of your choice, and there you do whatever you want with these CDRs, like store in a database. There are also pre-built solutions available, check

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Brian West
Can you verify that this is fixed... I think its related to the same issue... /b On Jun 25, 2009, at 8:07 AM, Chris Chen wrote: I am having the same issue, now the SIP trunk over TCP between FS and Exchange 2007 UM just stops working, just stuck in a loop like this: 2009-06-25

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread paul.degt
I am an employee, why? Brian West wrote: Are you the owner of Versafon? /b On Jun 25, 2009, at 10:24 AM, paul.degt wrote: You can use FS XML Curl - FS sends XML CDRs to a web server of your choice, and there you do whatever you want with these CDRs, like store in a database. There

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Chris Chen
I upgraded to 13950, still the same, keeping the same loop like the console log showing: 2009-06-25 12:23:31.951936 [DEBUG] sofia_glue.c:1692 sip:1...@192.168.0.250sip%3a...@192.168.0.250;transport=tcp Setting proxy route to sofia/internal/1...@192.168.0.250 2009-06-25 12:23:31.953179 [DEBUG]

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Anthony Minessale
since you are advertising on our site regularly now perhaps you could ask your boss to sponsor the project. On Thu, Jun 25, 2009 at 11:15 AM, paul.degt paul.d...@gmail.com wrote: I am an employee, why? Brian West wrote: Are you the owner of Versafon? /b On Jun 25, 2009, at 10:24

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Peter Olsson
What can I say - you guys provide far much better (and quicker) support then any commersial solution :) Thanks for the help! /Peter Från: Brian West br...@freeswitch.org Skickat: den 25 juni 2009 17:53 Till: freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Brian West
I see what is wrong you're running it all on the same IP and the 302 is back to the same IP but a different port I need to fix that logic to compare the port number also. /b On Jun 25, 2009, at 11:24 AM, Chris Chen wrote: I upgraded to 13950, still the same, keeping the same loop like the

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Harmeet Singh
I didn't see the last message from Paul as advertizement. He was explaining about the FS XML Curl. I think he may have mentioned the link to versafon even if he didn't work there. On Thu, Jun 25, 2009 at 12:27 PM, Anthony Minessale anthony.miness...@gmail.com wrote: since you are advertising

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread paul.degt
I talked about it but with the current state of VOIP market it's seems problematic. :-( I did not see my posts as strictly ads since we offer free software as well and also share my limited knowledge about FS. Anthony Minessale wrote: since you are advertising on our site regularly now

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread paul.degt
I will have to ask my boss about that, most probably he will ask same in return. EdPimentl wrote: To be fair ... when mentioning Freeswitch here http://versafon.com/versafonweb/Software.jsp a common courtesy would be to provide a link to Freeswitch http://www.freeswitch.org Sincerely,

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread paul.degt
Done. :-) Brian West wrote: And possibly present the word FreeSWITCH in the proper case! ;) /b On Jun 25, 2009, at 11:48 AM, EdPimentl wrote: To be fair ... when mentioning Freeswitch here http://versafon.com/versafonweb/Software.jsp a common courtesy would be to provide a link to

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Chris Chen
Brian, 13952 fixed the problem, now SIP over TCP to my Exchange 2007 UM is working. Thanks for your great work. Chris On Thu, Jun 25, 2009 at 12:53 PM, Brian West br...@freeswitch.org wrote: I found the problem... the fs_path refactor regression number 2 was just fixed.. It was assuming the

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Raymond Chandler
On 06/25/2009 01:04 PM, paul.degt wrote: I will have to ask my boss about that, most probably he will ask same in That doesn't really make sense... FreeSWITCH isn't using or benefitting from your software... but yours is from FreeSWITCH -Ray

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Anthony Minessale
Right which is why i said it was a suggestion not a demand. If you want to help answer email in here or answer questions on a regular basis that's just as valuable. if your boss has no money to sponsor maybe he can donate you =D On Thu, Jun 25, 2009 at 11:57 AM, paul.degt paul.d...@gmail.com

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Anthony Minessale
are you redirecting it to yourself by any chance because of some proxy in your network? On Thu, Jun 25, 2009 at 11:24 AM, Chris Chen chris.chen2...@gmail.comwrote: I upgraded to 13950, still the same, keeping the same loop like the console log showing: 2009-06-25 12:23:31.951936 [DEBUG]

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread EdPimentl
To be fair ... when mentioning Freeswitch here http://versafon.com/versafonweb/Software.jsp a common courtesy would be to provide a link to Freeswitchhttp://www.freeswitch.org Sincerely, -E ___ Freeswitch-users mailing list

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Brian West
And possibly present the word FreeSWITCH in the proper case! ;) /b On Jun 25, 2009, at 11:48 AM, EdPimentl wrote: To be fair ... when mentioning Freeswitch here http://versafon.com/versafonweb/Software.jsp a common courtesy would be to provide a link to Freeswitch Sincerely, -E Brian West

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Anthony Minessale
It's a suggestion not a demand. If you follow the link it's a list of products and services related to FS. We prefer that anyone who wants to sell stuff made from FS or as an accessory to FS would consider sponsoring the project or ClueCon. We provide both commercial and free support for

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Michael Collins
On Thu, Jun 25, 2009 at 9:48 AM, EdPimentl edpime...@gmail.com wrote: To be fair ... when mentioning Freeswitch here http://versafon.com/versafonweb/Software.jsp a common courtesy would be to provide a link to Freeswitchhttp://www.freeswitch.org Not only that but spelling FreeSWITCH

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Brian West
I found the problem... the fs_path refactor regression number 2 was just fixed.. It was assuming the route_uri was the contact and making it stick to the wrong place to send the invite... you should be able to update now and it work correctly. /b On Jun 25, 2009, at 11:35 AM, Anthony

Re: [Freeswitch-users] FreeSwitch at backend

2009-06-25 Thread Michael Collins
On Wed, Jun 24, 2009 at 10:53 PM, Jingwei Yang jingwei.y...@gmail.comwrote: Thanks Michael, fs_eslib sounds the one for Java. I'll give it a try. Let us know how it goes. We like success stories! :) -MC ___ Freeswitch-users mailing list

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Anthony Minessale
FreeSWITCH Solutions will soon be offering a product gallery where companies who use FS can become certified partners and display their products. On Thu, Jun 25, 2009 at 12:08 PM, Raymond Chandler intralan...@freeswitch.org wrote: On 06/25/2009 01:04 PM, paul.degt wrote: I will have to ask

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread paul.degt
FS users may well be benefiting - thus FS itself benefits as well indirectly. Raymond Chandler wrote: On 06/25/2009 01:04 PM, paul.degt wrote: I will have to ask my boss about that, most probably he will ask same in That doesn't really make sense... FreeSWITCH isn't using or

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Darren Schreiber
Is it possible to unsusbcribe from specific threads on this list? Specifically I am looking for C code that removes useless banter so my brain doesn't hurt so much... -Original Message- From: paul.degt [mailto:paul.d...@gmail.com] Sent: Thursday, June 25, 2009 10:24 AM To:

Re: [Freeswitch-users] Nibblebill and multiple gateway

2009-06-25 Thread Darren Schreiber
Did this work? Would love an update on this error/issue. _ From: Michael Jerris [mailto:m...@jerris.com] Sent: Wednesday, June 24, 2009 8:15 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Nibblebill and multiple gateway try adding action application=set

Re: [Freeswitch-users] How to change database of freeswitch cdr to MySQL?

2009-06-25 Thread Raymond Chandler
On 06/25/2009 11:24 AM, paul.degt wrote: You can use FS XML Curl - FS sends XML CDRs to a web server of your choice, and there you do whatever you want with these CDRs, like store in a database. There are also pre-built solutions available, check here:

Re: [Freeswitch-users] Nibblebill and multiple gateway

2009-06-25 Thread Dome Charoenyost
Just test. i use javascript session.execute(set, import=nibble_rate); session.execute(set, import=nibble_account); session.execute(bridge, {absolute_codec_string='GSM,G729'}[nibble_rate=0.5,nibble_account=0838833133]sofia/external/x...@.xxx.xxx.xx); when call connected

Re: [Freeswitch-users] Nibblebill and multiple gateway

2009-06-25 Thread Michael Jerris
I said to just add the set import=nibble_rate, your re-setting it for no reason (and getting rid of the change that should have helped) by your import=nibble_account line Mike On Jun 25, 2009, at 2:04 PM, Dome Charoenyost wrote: Just test. i use javascript session.execute(set,

[Freeswitch-users] Originating a call from lua with rudimentary error checking

2009-06-25 Thread John Wehle
What's the recommended way to check if the session constructor was successful (i.e. the number could be dialed)? check that s is nil. Doesn't work ... s is never nil. Type shows it as userdata even if Session failed. Specifically my test was: local s = freeswitch.Session (

Re: [Freeswitch-users] Originating a call from lua with rudimentary error checking

2009-06-25 Thread Anthony Minessale
I think this is an oversight update to trunk and session.ready() should work as expected. On Thu, Jun 25, 2009 at 2:35 PM, John Wehle j...@feith.com wrote: What's the recommended way to check if the session constructor was successful (i.e. the number could be dialed)? check that s is

Re: [Freeswitch-users] Compiling freeswitch for Dragonfly BSD

2009-06-25 Thread Vincent
On Wed, Jun 24, 2009 at 12:53:23AM -0400, Michael Jerris wrote: On Jun 23, 2009, at 10:15 PM, Vincent Stemen vince.freeswi...@hightek.org wrote: Here is what I did and the results: Checked out the current trunk with svn.

Re: [Freeswitch-users] Compiling freeswitch for Dragonfly BSD

2009-06-25 Thread Vincent
On Tue, Jun 23, 2009 at 11:19:51PM -0400, Andrew Thompson wrote: On Tue, Jun 23, 2009 at 09:15:30PM -0500, Vincent Stemen wrote: Ok. I did this. Compilation still failed but there are significant improvements since the last time. Here is what I did and the results: It looks

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Drago Totev
Will it be a Windows build with the fix available soon? Drago From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Chris Chen Sent: Thursday, June 25, 2009 1:05 PM To: freeswitch-users@lists.freeswitch.org Subject: Re:

Re: [Freeswitch-users] Outgoing sofia calls not using tcp anymore...

2009-06-25 Thread Brian West
I don't think the windows build was updated to include the bug... but you can build it with MSVC Express Edition which is Free from Microsoft. /b On Jun 25, 2009, at 4:55 PM, Drago Totev wrote: Will it be a Windows build with the fix available soon? Drago Brian West br...@freeswitch.org

Re: [Freeswitch-users] Compiling freeswitch for Dragonfly BSD

2009-06-25 Thread Michael Jerris
On Jun 25, 2009, at 5:49 PM, Vincent wrote: On Tue, Jun 23, 2009 at 11:19:51PM -0400, Andrew Thompson wrote: On Tue, Jun 23, 2009 at 09:15:30PM -0500, Vincent Stemen wrote: Ok. I did this. Compilation still failed but there are significant improvements since the last time. Here is

Re: [Freeswitch-users] Orphaned calls left on FS after redirect off of FS

2009-06-25 Thread Richard Lamkin
Dear Anthony and Brian, Firstly please accept my apologies for wasting your time. Brian's request for the SVN number prompted me to realise I was running with an out of date version of FS. When I synced up to the head of the trunk and reran my tests the scenario I described below worked

Re: [Freeswitch-users] [Freeswitch-dev] Fwd: [UniMRCP] Open source ASR and TTS plugins

2009-06-25 Thread Brian West
Everyone that wanted to help this project to pay Arsen to write this please paypal br...@freeswitch.org when you can so I can gather it all up and send it to Arsen... Everyone that has sent money already thank you... ;)

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Brian West
No the goal is to NOT crash in the first place. Are you experiencing a crash? If so http://wiki.freeswitch.org/wiki/Reporting_Bugs is how you would report it. Thanks, Brian On Jun 25, 2009, at 7:34 PM, Muhammad Danish Moosa wrote: Hi Can somebody tell if FS freezes/crashes due to any

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Michael Giagnocavo
Well this isn't specific to FS crashing. The machine losing power would have the same effect, no? -Michael From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Muhammad Danish Moosa Sent: Thursday, June 25, 2009 6:35 PM To:

Re: [Freeswitch-users] mod_dingaling no audio

2009-06-25 Thread Chris Chen
I guess you have the problem here, in client.xml you have param name=context value=public/ but you only define extension 888 in default context, that's why nobody can reach you from public. under /usr/local/freeswitch/conf/dialplan define extension 888 in public.xml to the proper extension

Re: [Freeswitch-users] mod_dingaling no audio

2009-06-25 Thread Jingwei Yang
Hi Chris. thanks for the reply. Here're my answers. On Thu, Jun 25, 2009 at 9:02 PM, Chris Chen chris.chen2...@gmail.comwrote: Two questions for you: 1) Do you have extension 888 in your public context? What public context are you saying? I only defined 888.xml in

Re: [Freeswitch-users] mod_dingaling no audio

2009-06-25 Thread Brian West
I have been testing dingaling all day... I added switch_nat routines to poke holes in the nat if needed if you're behind upnp or nat-pmp. /b On Jun 25, 2009, at 9:30 PM, Chris Chen wrote: I guess you have the problem here, in client.xml you have param name=context value=public/ but you

Re: [Freeswitch-users] Nibblebill and multiple gateway

2009-06-25 Thread Dome Charoenyost
2009/6/26 Michael Jerris m...@jerris.com: I said to just add the set import=nibble_rate, your re-setting it for no reason (and getting rid of the change that should have helped) by your import=nibble_account line I test it agin. import work. nibble can see nibble_rate , nibble_account in

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Brian West
true dat... but again our goal is to not crash in the first place :P... nice APC can take care of the no power thing. /b On Jun 25, 2009, at 8:16 PM, Michael Giagnocavo wrote: Well this isn’t specific to FS crashing. The machine losing power would have the same effect, no? -Michael

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Shannon
In case of bad battery in APC, are cdr's logged prior to system failure? On Thursday, June 25, 2009, Brian West br...@freeswitch.org wrote: true dat... but again our goal is to not crash in the first place :P... nice APC can take care of the no power thing. /b On Jun 25, 2009, at 8:16 PM,

Re: [Freeswitch-users] mod_dingaling no audio

2009-06-25 Thread Jingwei Yang
Hi Chris, here's the one that confuses me. As far as I understand, the extension 888 defined in public.xml is for picking up incoming calls. It should have no influence on outgoing calls, right? If not, what is to write to fit my case? (originate

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Brian West
You could use something like nibble bill and at most loose the last interval of the call before its billed. You're going thru a lot of what if's ... You can't account for everything and you shouldn't have all your eggs in the same basket. /b On Jun 25, 2009, at 10:32 PM, Shannon wrote:

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Michael Jerris
Of course not. This is why many do billing in icrements like mod_nibblebill does. Radius (although not yet with our module) and diamater both work this way and solve this issue. This in combination with session timers adress this and the hangup issue during a catastophic switch or

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Harmeet Singh
Does nibblebill update balances in real-time for each and every call? Does it do every second (micro/nano second?). How does it affect the performance vs if its done at end of call? I know that is not desirable for calling card applications. Harmeet On Thu, Jun 25, 2009 at 11:42 PM, Brian West

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Brian West
Well you would do it every 20-60 seconds maybe... It would be silly to do it every micro/nano second... it would cost you more in cpu and you don't gain much. /b On Jun 25, 2009, at 10:53 PM, Harmeet Singh wrote: Does nibblebill update balances in real-time for each and every call? Does

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Brian West
Is solar an option? ;) /b On Jun 25, 2009, at 10:48 PM, Harmeet Singh wrote: Just make sure the power is always there! ...I know that some parts of the world this is not easy to achieve. Harmeet ___ Freeswitch-users mailing list

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread SP
clouds On Thu, Jun 25, 2009 at 22:56, Brian West br...@freeswitch.org wrote: Is solar an option? ;) /b On Jun 25, 2009, at 10:48 PM, Harmeet Singh wrote: Just make sure the power is always there! ...I know that some parts of the world this is not easy to achieve. Harmeet

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Harmeet Singh
Can the interval be easily configures based on the destination? Like small interval for destinations with cost per minute $1.00 and large intervals for cheaper destinations? Harmeet On Thu, Jun 25, 2009 at 11:56 PM, Brian West br...@freeswitch.org wrote: Well you would do it every 20-60

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Brian West
yes you could. why not check it out and set it up ... its rather powerful. /b On Jun 25, 2009, at 11:06 PM, Harmeet Singh wrote: Can the interval be easily configures based on the destination? Like small interval for destinations with cost per minute $1.00 and large intervals for

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Brian West
I also forgot about Nights. /b On Jun 25, 2009, at 11:07 PM, SP wrote: clouds On Thu, Jun 25, 2009 at 22:56, Brian West br...@freeswitch.org wrote: Is solar an option? ;) /b ___ Freeswitch-users mailing list

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-25 Thread Raymond Chandler
windmills ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org

[Freeswitch-users] multiple gateways not working?

2009-06-25 Thread Edmar Cruz
include extension name=multiple condition field=destination_number expression=^(\d+)$ action application=set data=gate_site_id=1/ action application=set data=effective_caller_id_name=${effective_caller_id_name}/ action application=set