Re: [Freeswitch-users] mod_managed users?

2009-07-26 Thread Michael Giagnocavo
Hello, I just checked in a new mod_managed. It breaks backwards compatibility, but adds scripting and reloading support. I tested it on CentOS 5.3 x64 with Mono 2.4.2.2. Just make make install seemed to take care of everything. Let me know if

Re: [Freeswitch-users] Limit is not working when originate a call

2009-07-26 Thread Eli Hayun
Anthony Minessale wrote: limit is for inbound calls you cannot call it after you already made the call. The correct approach would be to not make the call at all. you could maybe use the limit FSAPI interface with apiExecute to check if the limit was exceeded and then not bother to place

[Freeswitch-users] Mod_Limit - Limiting different destinations on same IP

2009-07-26 Thread Saeed Ahmad
Dear All, Is it possible to apply different limits on a same IP by different destinations. Example: IP: 1.2.3.4 Destination: Germany Mobile (491) = max-channels=10 Destination: Germany (49) = max-channel=20 Sometimes the supplier provides limited capacity on different destinations; so in this

Re: [Freeswitch-users] Mod_Limit - Limiting different destinations on same IP

2009-07-26 Thread Ken Rice
They don¹t just 503 the call once you hit the limit? And look at the options for using limit... Be a little creative and you can do just want you want to do with some regex From: Saeed Ahmad saeedahmad1...@gmail.com Reply-To: freeswitch-users@lists.freeswitch.org Date: Sun, 26 Jul 2009 11:27:54

Re: [Freeswitch-users] Mod_Limit - Limiting different destinations on same IP

2009-07-26 Thread Saeed Ahmad
Can mod limit also be used to apply limit on outbound supplier ip? i was unable to find a way to do that... - Saeed On Sun, Jul 26, 2009 at 11:47 AM, Ken Rice kr...@freeswitch.org wrote: They don’t just 503 the call once you hit the limit? And look at the options for using limit... Be a

[Freeswitch-users] A possible bug in FS causing Linux Kernel crash

2009-07-26 Thread Muhammad Shahzad
Hi, I am having random Linux Kernel crash problems while running FreeSWITCH as Skype to/from SIP gateway on one of our production servers. This machine is running CentOS 5.2, Kernel version 2.6.18-92.1.22.el5.centos.plusPAE with FS svn revision number 13754. At time of Kernel crash i could find

Re: [Freeswitch-users] A possible bug in FS causing Linux Kernel crash

2009-07-26 Thread Giovanni Maruzzelli
Performance problems and other issues (eg crashes on ALSA drivers) has been reported for Skypiax on CentOS, albeit various users got good success on same CentOS. The section down below, Extreme Performances on Linux solves all problems for the user that got issues on CentOS.

Re: [Freeswitch-users] A possible bug in FS causing Linux Kernel crash

2009-07-26 Thread Giovanni Maruzzelli
Ciao Muhammad, I've got many problems with ALSA drivers, including various kind of crashes. To make a looong story short, use the alsa_drivers version 1.0.20, they have not yet crashed on me. Also, if you want to test it, you can compile the customized snd-dummy driver you find in the svn code,

Re: [Freeswitch-users] A possible bug in FS causing Linux Kernel crash

2009-07-26 Thread Muhammad Shahzad
Thanks. Let me try it and let you know the results. Thank you. On Sun, Jul 26, 2009 at 5:40 PM, Giovanni Maruzzelli gmar...@celliax.orgwrote: Performance problems and other issues (eg crashes on ALSA drivers) has been reported for Skypiax on CentOS, albeit various users got good success on

Re: [Freeswitch-users] A possible bug in FS causing Linux Kernel crash

2009-07-26 Thread Giovanni Maruzzelli
On Sun, Jul 26, 2009 at 2:19 PM, Muhammad Shahzadshaherya...@googlemail.com wrote: Hi, I am having random Linux Kernel crash problems while running FreeSWITCH as Skype to/from SIP gateway on one of our production servers. This machine is running CentOS 5.2, Kernel version

Re: [Freeswitch-users] mod_managed users?

2009-07-26 Thread Diego Toro
Hi Michael,   Thank you for your job with mod_managed, I get lastest version with mod_managed but the files PluginInterfaces.cs, PluginManager.cs and ScriptPluginManager.cs were not downloaded.   Diego --- On Sun, 7/26/09, Michael Giagnocavo m...@giagnocavo.net wrote: From: Michael

Re: [Freeswitch-users] Command to get FreeSWITCH's internal time

2009-07-26 Thread Raul Fragoso
Every event has a header 'Event-Date-Local', which has the local date and time. If want to actively retrieve the date and time, you can send this API request to the server: api strftime Regards, Raul On Sat, 2009-07-25 at 09:20 -0500, Milena wrote: Hello everyone, I'm using the inbound

Re: [Freeswitch-users] mod_managed users?

2009-07-26 Thread Michael Giagnocavo
Ah, that’s embarrassing. I added them and tried building FreeSWITCH.Managed from svn and it worked fine now. (I’ll kick off a new complete build in a minute.) -Michael From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Diego

[Freeswitch-users] Sofia SIP Subscription For External Events

2009-07-26 Thread afshin afzali
Hi Guys, I'm going to use OpenSER as SIP Platform (Registrar, Proxy, Presence) and FreeSWITCH in my application. So I need to subscribe the FreeSWITCH for presence information of users who involve in the application. After some looking of Sofia.conf.xml , it seems there is not support to doing

[Freeswitch-users] Which method Can I use in IVR

2009-07-26 Thread Thangappan.M
Dear all, I am learning how to implement a IVR in Freeswitch.In our organization we are using Perl scripting language for doing this.So In freeswitch also I need to use Perl. So far I heard two methods for executing IVR. One is in dial plan using perl application.( In perl I create IVR

[Freeswitch-users] IAX configurations

2009-07-26 Thread velusamy velu
Dear All, I have tried to call a Asterisk extension from FreeSWITCH. I have done the following configurations, * I have enabled mod_iax module in modules.conf.xml file. * Next I have configure following extension in dialplan.

Re: [Freeswitch-users] IAX configurations

2009-07-26 Thread Michael Jerris
mod_iax isn't loaded. I suggest using sip anyways. Mike On Jul 27, 2009, at 1:23 AM, velusamy velu wrote: Dear All, I have tried to call a Asterisk extension from FreeSWITCH. I have done the following configurations, * I have enabled mod_iax module in