Re: [Freeswitch-users] Intermittent startup failures with TLS-enabled profiles

2009-03-26 Thread Jason White
I've read the ipv6(7) manual page now. Unfortunately echo 1 /proc/sys/net/ipv6/bindv6only doesn't solve the problem as the manual page suggests it should: ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

[Freeswitch-users] Error Compiling iksemel...

2009-03-26 Thread Moiz Chinoy
Hi, I am having trouble compiling iksemel for google talk. There errors are in gnutls.h... I followed the instructions on: http://wiki.freeswitch.org/wiki/Dingaling http://wiki.freeswitch.org/wiki/Ixemel_MSVS_project_example GNUTLS VERSION is 2.7.3. Here are the erors: 1. Error 1

Re: [Freeswitch-users] Error Compiling iksemel...

2009-03-26 Thread Michael Jerris
There is no known working build on windows for the tls with freeswitch. We would be happy if someone would submit a full working build. Mike On Mar 26, 2009, at 2:59 AM, Moiz Chinoy wrote: Hi, I am having trouble compiling iksemel for google talk. There errors are in gnutls.h... I

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Matthew Fong
Hi Anthony, So it's been 2 days since my last request, so I'm due for another one ;) It would be nice if there was a way to execute a script (lua) on fifo bridge. I currently rely on the channel_bridge event, but I'm worried that as my system scales, it would be better to fire a custom event. In

Re: [Freeswitch-users] Error Compiling iksemel...

2009-03-26 Thread Andrea
Are you installed gnutls and gnutls-devel? Regards ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

[Freeswitch-users] Building on Ubuntu Intrepid

2009-03-26 Thread Trevor Hammonds
Has there been any progress getting FreeSWITCH to build on Ubuntu Intrepid without downgrading libtool? Thanks! Sincerely, Trevor Hammonds ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

[Freeswitch-users] IRC is not for all

2009-03-26 Thread Richard Lamkin
Dear All, As a developer within a commercial organisation I would like to highlight that IRC access is blocked by my organisation. This is because it falls under the chat room category and is regarded as a security risk. Therefore is there any means of putting a digest of IRC traffic

[Freeswitch-users] High CPU load but only few sessions

2009-03-26 Thread Helmut Kuper
Hello, since a few days I observe a high CPU load of my FS server, but I have no idea what it could be. There are only a few sessions running and there is only a few log activity. 2 days ago I restarted FS, but no change. The top command shows this: top - 15:02:33 up 106 days, 30 min, 4 users,

[Freeswitch-users] compile poblem - FIXED_POINT or FLOATING_POINT

2009-03-26 Thread Frank @ Impact
I have this version running on fedora 8 right now. Compiled fine and is in production. version FreeSWITCH Version 1.0.trunk (10960) However, I was in the src directory and ran make current and after starting to compile it blew up with Making all in libspeex make[4]: Entering directory

Re: [Freeswitch-users] High CPU load but only few sessions

2009-03-26 Thread Mathieu Rene
gcore -o fs [pid here] gdb /path/to/fs core.file thread apply all bt then look for the thread and show me the backtrace. Math On 26-Mar-09, at 10:12 AM, Helmut Kuper wrote: Hello, since a few days I observe a high CPU load of my FS server, but I have no idea what it could be. There are

Re: [Freeswitch-users] compile poblem - FIXED_POINT or FLOATING_POINT

2009-03-26 Thread Mathieu Rene
make speex-reconf On 26-Mar-09, at 10:19 AM, Frank @ Impact wrote: I have this version running on fedora 8 right now. Compiled fine and is in production. version FreeSWITCH Version 1.0.trunk (10960) However, I was in the src directory and ran “make current” and after starting to compile

[Freeswitch-users] Action and Anti-Action

2009-03-26 Thread Rodrigo P. Telles
Hi Guys, I'm trying to do some string matching against a created var and looks like I am doing something wrong but I can't find whats it. I'm wrote an extension just for tests purposes on dialplan/default.xml: extension name="nat_detect" continue="true" condition action application="set"

Re: [Freeswitch-users] IRC is not for all

2009-03-26 Thread Brian West
http://cgiirc.freeswitch.org/ I'm assume the web isn't blocked? /b On Mar 26, 2009, at 6:24 AM, Richard Lamkin wrote: Dear All, As a developer within a commercial organisation I would like to highlight that IRC access is blocked by my organisation. This is because it falls under the

Re: [Freeswitch-users] compile poblem - FIXED_POINT orFLOATING_POINT

2009-03-26 Thread Frank @ Impact
Thanks. That did it. But I no longer could make mod_ilbc (and mod_flite). I had to comment it out of modules.conf because it would error with this making all mod_ilbc make[6]: *** No targets specified and no makefile found. Stop. make[5]: *** [../../../../libs/ilbc/src/libilbc.la] Error 2

Re: [Freeswitch-users] compile poblem - FIXED_POINT orFLOATING_POINT

2009-03-26 Thread Brian West
how about you just rebootstrap it all /b On Mar 26, 2009, at 9:39 AM, Frank @ Impact wrote: Thanks. That did it. But I no longer could make mod_ilbc (and mod_flite). I had to comment it out of modules.conf because it would error with this making all mod_ilbc make[6]: *** No targets

Re: [Freeswitch-users] IRC is not for all

2009-03-26 Thread Anthony Minessale
The guy started a forum almost a month ago and as you can see nobody knows the url and it has no posts. http://freeswitch411.info/forum/ This is one of the problems I was worried about when endorsing a forum. 2009/3/26 Richard Lamkin richard.lam...@mettoni.com Dear All, As a developer

Re: [Freeswitch-users] Building on Ubuntu Intrepid

2009-03-26 Thread Anthony Minessale
We do not support ubuntu interpid, it has at least 3 known fatal issues not experienced by all but nonetheless enough to make us unwilling to support it. It's use at your own risk or use the stable branch hardy for any support. On Thu, Mar 26, 2009 at 4:45 AM, Trevor Hammonds

Re: [Freeswitch-users] High CPU load but only few sessions

2009-03-26 Thread Helmut Kuper
Hi Mathieu, thx for the help :) The epoll_wait function on PID 14048 listens on fd 21 which points to /anon_inode:[eventpoll] On 26.03.2009 15:26, Mathieu Rene wrote: thread apply all bt Here the output: Core was generated by `/opt/app/voip/ippbx.prod/bin/freeswitch'. [New process 14034]

Re: [Freeswitch-users] High CPU load but only few sessions

2009-03-26 Thread Brian West
Before we go any further... what SVN rev are you on? And by heavy load what does your load average say? /b On Mar 26, 2009, at 10:01 AM, Helmut Kuper wrote: Hi Mathieu, thx for the help :) The epoll_wait function on PID 14048 listens on fd 21 which points to /anon_inode:[eventpoll]

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Anthony Minessale
I'll fire 2 custom events when the call is bridged one for the consumer and one for the caller events plain custom fifo::info pull out FIFO-Name header and find the desired fifo pull out FIFO-Action header and look for bridge-consumer or bridge-caller depending on what you want to see data from.

Re: [Freeswitch-users] High CPU load but only few sessions

2009-03-26 Thread Helmut Kuper
Hi Mathieu I straced process 14047 as well and I found that it also epolls a anon_inode. But the process' epoll call lokk slightly different that 14048's: epoll_wait(13, {}, 4, 1000) = 0 Here a timeout is given. 14048 is not using a timeout (0). Maybe this helps you ... regards

Re: [Freeswitch-users] Action and Anti-Action

2009-03-26 Thread Michael Jerris
Actions are all run AFTER all conditions are parsed so the nated var is not set yet. you can do a single condition in this case, and set nated for use elsewhere if you need it in the actions. Mike On Mar 26, 2009, at 10:27 AM, Rodrigo P. Telles wrote: Hi Guys, I'm trying to do some

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Matthew Fong
Thanks of course! But, is there any chance of firing an app? Firing an app on bridge gives the programmer more control, rather than just listening for fifo::info custom events. I find that lua running as a FS app can update my database like 10x faster than reading event_socket thru

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Matthew Fong
Oh, so the reason why the bridge_api_app execution is more useful, is with the custom fifo:info event, for my event_socket to read it, it has to subscribe to ALL fifo:info events, meaning I have to process fifo:info events even if they are not useful to me. With an app in lua, I can fire a custom

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Matt Hunter
Ahhhcan you point me to a doc or wiki, I can experiment with? --matt 2009/3/26 Michael Jerris m...@jerris.com You can run a lua script (at startup or manually) that creates an event consumer to do exactly what you want. Mike On Mar 26, 2009, at 11:20 AM, Matthew Fong wrote: Thanks of

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Anthony Minessale
this feature is already implemented system-wide not just in fifo bridge_pre_execute_aleg_app bridge_pre_execute_aleg_data bridge_pre_execute_bleg_app bridge_pre_execute_bleg_data Set either pair of these vars (aleg is the consumer) and the application of choice would be executed right when the

Re: [Freeswitch-users] IRC is not for all

2009-03-26 Thread Diego Viola
Use what Brian said or ssh into some Linux box and use irssi. Diego 2009/3/26 Brian West br...@freeswitch.org http://cgiirc.freeswitch.org/ I'm assume the web isn't blocked? /b On Mar 26, 2009, at 6:24 AM, Richard Lamkin wrote: Dear All, As a developer within a commercial organisation

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Brian West
http://wiki.freeswitch.org/wiki/Mod_lua#freeswitch.EventConsumer On Mar 26, 2009, at 10:30 AM, Matt Hunter wrote: Ahhhcan you point me to a doc or wiki, I can experiment with? ___ Freeswitch-users mailing list

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Matt Hunter
O, then this is an error. I'm using FreeSWITCH Version 1.0.trunk (12701M) and setting action application=set data=bridge_pre_execute_aleg_app=lua/ action application=set data=bridge_pre_execute_aleg_app=aleg.lua/ action application=set

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Matthew Fong
Hi Brian, Thanks for the link...I saw that, but i'm a newbie to lua (only use it cause of FS), and I'm a little confused how the example works. It consumes all events? Then subscribes to a session? and then, every second checks to see if an event has been fired for that session? Would it be

Re: [Freeswitch-users] IRC is not for all

2009-03-26 Thread Tim Ringenbach
Is there nothing out there that integrates a forum with a mailing list? It seems like one could display the mailing list archives exactly like a forum, and allow users to register to the forum and post (appearing to the mailing list as usern...@forumurl.org) in such a way that they don't have to

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Anthony Minessale
see below 2009/3/26 Matthew Fong mattdf...@gmail.com Woops, my double identity of my marketing alias isn't subscribed correctly...- O, then this is an error because bridge_pre_execute_aleg is not firing on fifo bridge. I'm using FreeSWITCH Version 1.0.trunk (12701M) and

Re: [Freeswitch-users] IRC is not for all

2009-03-26 Thread Richard Lamkin
Brian, Thank you this worked for me; I have put these details in the Freeswitch wiki IRC page Regards Richard Lamkin From: Brian West [mailto:br...@freeswitch.org] Sent: 26 March 2009 14:33 To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] IRC is

Re: [Freeswitch-users] IRC is not for all

2009-03-26 Thread Anthony Minessale
That is our plan (nabble does this) On Thu, Mar 26, 2009 at 11:01 AM, Tim Ringenbach t...@asteriasgi.comwrote: Is there nothing out there that integrates a forum with a mailing list? It seems like one could display the mailing list archives exactly like a forum, and allow users to register

Re: [Freeswitch-users] Action and Anti-Action

2009-03-26 Thread Michael Collins
Look in the default.xml dialplan file for the tod_example extension. (It's near the top of the file.) It has an example of how to create an extension that simply sets a variable that can be used in other extensions in the dialplan. -MC 2009/3/26 Rodrigo P. Telles telles-lis...@devel-it.com.br:

Re: [Freeswitch-users] IRC is not for all

2009-03-26 Thread Michael Jerris
http://n2.nabble.com/freeswitch-users-f2379917.html Mike On Mar 26, 2009, at 12:01 PM, Tim Ringenbach wrote: Is there nothing out there that integrates a forum with a mailing list? It seems like one could display the mailing list archives exactly like a forum, and allow users to

Re: [Freeswitch-users] Action and Anti-Action

2009-03-26 Thread Brian West
Remember the dialplan is parsed, installed into the session then sent into the execute state. The dialplan is NOT execute line by line as it goes thru the dialplan. Which means you can not set a var on one line then condition on that var on the next line because the var isn't set yet...

Re: [Freeswitch-users] Another fifo request

2009-03-26 Thread Matthew Fong
Yah, your right. it works...but it must be set on the fifo out channel (consumer's channel), it will not execute if it's set on the fifo in channel (caller's channel). Also api_after_bridge does not execute...but as long as bridge_pre_execute_a/bleg works, I'm super happy. Thanks. --matt On Thu,

[Freeswitch-users] sipp emulating a registered end point

2009-03-26 Thread Jonas Gauffin
Hello I want to achive this: Sipp1 - FS - Sipp2 Sipp1 emulates a inbound calls (easy to achive) Sipp2 should emulate a registered user (i.e. register with FS and then just wait for calls and hangup when sipp1 hangsup) How do I configure sipp as Sipp2? Thanks, Jonas

[Freeswitch-users] Load testing and thread use

2009-03-26 Thread Richard Lamkin
Dear All, I am testing FS as a call queuing server. My test set up is as follows; Two Windows XP (SP3) Pc's with 1.0.3 installed out of the box. [ Before anyone says use Linux I need to use windows for a specific reason] I have a single gateway [fsb1500] on FS-1 configured to

Re: [Freeswitch-users] Load testing and thread use

2009-03-26 Thread Szymon Olko
Richard Lamkin pisze: Dear All, I am testing FS as a call queuing server. My test set up is as follows; Two Windows XP (SP3) Pc’s with 1.0.3 installed out of the box. [ Before anyone says use Linux I need to use windows for a specific reason] I have a single

Re: [Freeswitch-users] Load testing and thread use

2009-03-26 Thread Anthony Minessale
The core philosophy of the entire design is based on a single thread per channel. There is no way to avoid this. What are the specs of your machines? DId you try using the 2003 server instead of XP (a home version meant for single users) We have little feedback on performance on win32 (good or

[Freeswitch-users] Originate and Conference

2009-03-26 Thread Peter P GMX
Hello, when I originate a call via event socket and transfer it to a conference, it doesn't ask for a PIN. Example: originate sofia/default/222331 conference(222500) The same happens when I originate a call and transfer it to the 222500 destination, which then transfers the call to the

Re: [Freeswitch-users] Originate and Conference

2009-03-26 Thread Michael Collins
On Thu, Mar 26, 2009 at 1:50 PM, Peter P GMX prometheus...@gmx.net wrote: Hello, when I originate a call via event socket and transfer it to a conference, it doesn't ask for a PIN. Example: originate sofia/default/222331 conference(222500) The same happens when I originate a call and

Re: [Freeswitch-users] Load testing and thread use

2009-03-26 Thread Peter J. Zandvoort
Anthony, No argument on the core design - this is what differentiates FS from * and what makes things solid. But, on Windows at least, the one-thread-per-client concept normally only scales so far (Server normally being a bit better than XP). Not sure about their availability on other

Re: [Freeswitch-users] Load testing and thread use

2009-03-26 Thread Brian West
Is this windows specific? /b On Mar 26, 2009, at 4:40 PM, Peter J. Zandvoort wrote: have you looked at fibers? Brian West br...@freeswitch.org -- Meet us a ClueCon! http://www.cluecon.com ___ Freeswitch-users mailing list

Re: [Freeswitch-users] Load testing and thread use

2009-03-26 Thread Brian West
OH so this is like coroutines. /b On Mar 26, 2009, at 4:40 PM, Peter J. Zandvoort wrote: have you looked at fibers? Brian West br...@freeswitch.org -- Meet us a ClueCon! http://www.cluecon.com ___ Freeswitch-users mailing list

Re: [Freeswitch-users] Load testing and thread use

2009-03-26 Thread Even André Fiskvik
http://en.wikipedia.org/wiki/Fiber_(computer_science) Even André Fiskvik On 26. mars. 2009, at 23.05, Brian West wrote: OH so this is like coroutines. /b On Mar 26, 2009, at 4:40 PM, Peter J. Zandvoort wrote: have you looked at fibers? Brian West br...@freeswitch.org -- Meet us a

Re: [Freeswitch-users] Load testing and thread use

2009-03-26 Thread Peter J. Zandvoort
Looks like it! I must admit that I have very little experience with it…. it just looked like an additional toy to add to the bag of tricks. I’ve seen it used on mail servers and I think SQL Server now has the option. Both sound like things that would have long running client connections for which

Re: [Freeswitch-users] Originate and Conference

2009-03-26 Thread Michael Collins
On Thu, Mar 26, 2009 at 4:09 PM, Peter P GMX prometheus...@gmx.net wrote: Hello Michael, I tried this, but received the same behaviour. It does not ask for the defined PIN. Just curious - where do you define the PIN for this conference? -MC ___

Re: [Freeswitch-users] Error Compiling iksemel...

2009-03-26 Thread Andrea
try to install gnutls-devel (name on centos) before to compile. ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users