Re: [Freeswitch-users] GUI

2008-08-01 Thread Michael Collins
Not to mention the fact that all these Russian developers have to split their time between Mera and all of the hacking that have to do to keep the botnets up and running... :P -MC From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Villasmil S

Re: [Freeswitch-users] GUI

2008-08-01 Thread David Villasmil
Oh! And something else, Mera says they have 1000+ developers... well the Opensource community have MILLIONS! On Fri, Aug 1, 2008 at 5:19 PM, David Villasmil < [EMAIL PROTECTED]> wrote: > I would never BUY a Mera, I have lots of experience with Mera, and although > the system is not bad at all, I

Re: [Freeswitch-users] GUI

2008-08-01 Thread David Villasmil
I would never BUY a Mera, I have lots of experience with Mera, and although the system is not bad at all, IMHO it is way too expensive given all the OpenSource projects out there. AFAIK, FS can hold at least 300+ simultaneous calls. But even if there wasn't a FS, there's Openser and there's Asteris

Re: [Freeswitch-users] FS webapi vs api question

2008-08-01 Thread Michael Collins
As usual you are awesome! I'll start testing this and put it on my documentation to-do list. -MC From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Minessale Sent: Friday, August 01, 2008 8:06 AM To: freeswitch-users@lists.freeswitch.org S

Re: [Freeswitch-users] CDR: meaning of date and time variables

2008-08-01 Thread Michael Collins
> Great piece of work, thanks very much! Thanks for saying so. :) > > Some comments: > - Maybe you would add to the documentation that microseconds is 10^6 >seconds, just for completeness sake. > - In Configuration Options, you are missing: >* log-b-leg >* disable-100-continue >*

Re: [Freeswitch-users] DOCUMENTATION: "mod of the week"

2008-08-01 Thread Michael Collins
Awesome! Thanks for your help. FYI the link you provided has a typo. The correct link to the new page is: http://wiki.freeswitch.org/wiki/Mod_cdr_csv If anyone else has comments, questions, thoughts, or concerns please send them my way. -MC From:

[Freeswitch-users] Call Forwarding not working properly with local extensions

2008-08-01 Thread unknown
Hi there, does any one know how to tweak the default dialplan for the local extensions so that the SIP endpoints with call forwarding setup can work properly? My existing Aastra 9133i phone and Polycom IP320's call forwarding was working as expected when working with Asterisk, but when working wit

Re: [Freeswitch-users] FS returning 503 Maximum Calls In Progress

2008-08-01 Thread Ron
this particular system has (2) quad core XEON E5310 I believe they are 64 bit core - Original Message - From: Brian West To: freeswitch-users@lists.freeswitch.org Sent: Friday, August 01, 2008 9:44 AM Subject: Re: [Freeswitch-users] FS returning 503 Maximum Calls In Progress

Re: [Freeswitch-users] FS returning 503 Maximum Calls In Progress

2008-08-01 Thread Brian West
Is this a 64bit platform or 32bit? uname -a cat /proc/cpuinfo On Aug 1, 2008, at 11:16 AM, Ron wrote: I have that set to 4000 also. ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinf

Re: [Freeswitch-users] FS returning 503 Maximum Calls In Progress

2008-08-01 Thread Ron
I have that set to 4000 also. - Original Message - From: Michael Jerris To: freeswitch-users@lists.freeswitch.org Sent: Friday, August 01, 2008 8:44 AM Subject: Re: [Freeswitch-users] FS returning 503 Maximum Calls In Progress There is also a param in the sip profile:

Re: [Freeswitch-users] FS returning 503 Maximum Calls In Progress

2008-08-01 Thread Michael Jerris
There is also a param in the sip profile: This is the number of calls in the proceeding state in sip. Mike On Aug 1, 2008, at 11:24 AM, Ron wrote: I have: - Original Message - From: Anthony Minessale To: freeswitch-users@lists.freeswitch.org Sent: Friday, August 01, 2008 8:08 AM

Re: [Freeswitch-users] Complete seperation of VOIP app from FS

2008-08-01 Thread Erol Akarsu
David, How a remote process, connected to FS through mod_socket, can get CDR record of last call it made? Thanks - Original Message From: David Knell <[EMAIL PROTECTED]> To: freeswitch-users@lists.freeswitch.org Sent: Friday, August 1, 2008 12:19:49 AM Subject: Re: [Freeswitch-users

Re: [Freeswitch-users] FS returning 503 Maximum Calls In Progress

2008-08-01 Thread Ron
I have: - Original Message - From: Anthony Minessale To: freeswitch-users@lists.freeswitch.org Sent: Friday, August 01, 2008 8:08 AM Subject: Re: [Freeswitch-users] FS returning 503 Maximum Calls In Progress autoload_configs/switch.conf.xml On Fri, Aug 1, 2008 at 2:

Re: [Freeswitch-users] Complete seperation of VOIP app from FS

2008-08-01 Thread Michael Jerris
What advantages does this mod have over just using event socket? Mike On Aug 1, 2008, at 10:12, Erol Akarsu <[EMAIL PROTECTED]> wrote: > Jonas, > > This is what I want. > Do you have any documentation on mod_ivr_socket and how its API > looks like? > > Thanks > > Erol Akarsu > > > > - Orig

Re: [Freeswitch-users] FS returning 503 Maximum Calls In Progress

2008-08-01 Thread Anthony Minessale
autoload_configs/switch.conf.xml On Fri, Aug 1, 2008 at 2:05 AM, Ron <[EMAIL PROTECTED]> wrote: > Thanks for the response. > Yes, I have already set those. I have also looked through all the config > files and I can't seem to find where the limit is coming from :-( > > David Knell wrote: > > Hi

Re: [Freeswitch-users] FS webapi vs api question

2008-08-01 Thread Anthony Minessale
/webapi/ adds an implicit "Content-type: text/html" in the lastest revision i also added /txtapi/ which auto-adds a "Content-type: text/plain" /api/ by itself adds no Content-Type so the api command can set it's own. Some of the smarter commands like "show" and "status" can tell they are being acc

Re: [Freeswitch-users] Complete seperation of VOIP app from FS

2008-08-01 Thread Jonas Gauffin
At home. I'll try to add it this weekend. On Fri, Aug 1, 2008 at 4:12 PM, Erol Akarsu <[EMAIL PROTECTED]> wrote: > Jonas, > > This is what I want. > Do you have any documentation on mod_ivr_socket and how its API looks like? > > Thanks > > Erol Akarsu > > > > - Original Message > From: Jo

Re: [Freeswitch-users] Complete seperation of VOIP app from FS

2008-08-01 Thread Erol Akarsu
Jonas, This is what I want. Do you have any documentation on mod_ivr_socket and how its API looks like? Thanks Erol Akarsu - Original Message From: Jonas Gauffin <[EMAIL PROTECTED]> To: freeswitch-users@lists.freeswitch.org Sent: Friday, August 1, 2008 9:46:30 AM Subject: Re: [Freesw

Re: [Freeswitch-users] GUI

2008-08-01 Thread Anthony Minessale
caveat emptor, It's a common tactic to set up improbable situations then brag about the CPS achieved much how CPU tries to sell you on megahertz numbers. Remember video game consoles in the 90 bragging how many "bits" ooh!!! this is 16bit blah blah. For instance, if i set up a dialplan on F

Re: [Freeswitch-users] Complete seperation of VOIP app from FS

2008-08-01 Thread Jonas Gauffin
I've started to do a mod_ivr_socket a long time ago, which I never completed. It should be considered as an alternative to the scripting languages and gives you an easier interface than the event socket. I created it since I wanted to move the ivr applications from my javascripts into my own server

Re: [Freeswitch-users] How to reconnect to FS ?

2008-08-01 Thread Anthony Minessale
Running the regular console in screen is the best way to run FS imho. We do it all the time. screen is probably my favorite program. It already does everything you need for a remote console and it leaves little reason to even bother making your own. However, the goal in the long run is to devel

Re: [Freeswitch-users] Memory Leaks

2008-08-01 Thread Anthony Minessale
don't forget to upgrade to SVN trunk first before you test it and post to jira. On Thu, Jul 31, 2008 at 8:42 PM, Sangwoo Jin <[EMAIL PROTECTED]> wrote: > OK, I'll post this problem, reproduction method and memory usage on JIRA. > Thank you very much for your helps. > Sangwoo Jin. > > > -Orig

Re: [Freeswitch-users] jitter buffer usage

2008-08-01 Thread Anthony Minessale
yes, or the more succinct: On Thu, Jul 31, 2008 at 5:30 PM, <[EMAIL PROTECTED]> wrote: > Hi > > I have a situation is which I need to do jitter buffering. > > The setup is as follows: > > (local sip user)>freeswitch--->(remote gateway) > > The leg that needs de-jittering is the RTP trave

Re: [Freeswitch-users] Complete seperation of VOIP app from FS

2008-08-01 Thread Erol Akarsu
David, Thanks for your clarification. Here we have to write all these commands to send to FS remotely. Do we have any high-level API that we can use to send command to FS and parse the results? Thanks Erol Akarsu - Original Message From: David Knell <[EMAIL PROTECTED]> To: freeswit

Re: [Freeswitch-users] CDR: meaning of date and time variables

2008-08-01 Thread Birgit Arkesteijn
Hi Mike, Great piece of work, thanks very much! Some comments: - Maybe you would add to the documentation that microseconds is 10^6 seconds, just for completeness sake. - In Configuration Options, you are missing: * log-b-leg * disable-100-continue * ignore-cacert-check I've just sp

Re: [Freeswitch-users] FS webapi vs api question

2008-08-01 Thread Michael Collins
> I think you meant this command: > http://fs.ip:8080/webapi/sofia?status%20profile%20internal Sorry, and yes. :) The issue also is apparent when doing the "version" api: http://fs.ip:8080/api/version yields nothing http://fs.ip:8080/webapi/version yields the correct information In any case I ju

Re: [Freeswitch-users] DOCUMENTATION: "mod of the week"

2008-08-01 Thread Krešimir Tonković
Great idea. I got the page started: http://wiki.freeswitch.org/wiki/Mod_cdr_cs I'll do some more during the day. On Fri, Aug 1, 2008 at 6:25 AM, Michael S Collins <[EMAIL PROTECTED]>wrote: > Gang, > > On our weekly conf call Ray (intralanman) had a great idea: to help > get the default configs

Re: [Freeswitch-users] FS returning 503 Maximum Calls In Progress

2008-08-01 Thread Ron
Thanks for the response. Yes, I have already set those. I have also looked through all the config files and I can't seem to find where the limit is coming from :-( David Knell wrote: > Hi Ron, > > Have you set the various ulimits as described here? > http://wiki.freeswitch.org/wiki/Performance_te