Re: [Freeswitch-users] A stun server lookup

2009-07-24 Thread Jason White
velusamy velu wrote: > I commented the stun configurations in vars.xml.conf file eventhough I > am receiving the same error. > > Pleas any one give solution to solve this error Edit vars.xml, change the variables that use Stun to be wahtever you want your ext-sip-ip and ext-rtp-ip

Re: [Freeswitch-users] Dial up from confernece issue

2009-07-24 Thread Łukasz Zwierko
Ok Brian, you were right after all - I've had my X-lite incorrectly configured, sorry for wasting your time. thanks, LZ W dniu 22 lipca 2009 12:50 użytkownik Brian West napisał: > The far end you're calling is sending a 302 can you check the sip > traffic please. > > /b > > On Jul 22, 2009, at

[Freeswitch-users] newbie question

2009-07-24 Thread Ngo-Vi Hoai-Anh
Hi folk, I'm very new to FreeSwitch. I've read all the FAQs and traced the mailing list back to 12.2008 but still not found the answers for my questions. Please help! 1. Is it possible to make unauthenticated call to FS in the manner 1000@? 2. Is there already a java implementation for FS like

[Freeswitch-users] Problem in mod_perl

2009-07-24 Thread Thangappan.M
I am new to Freeswitch, I started to write a dial plan using perl instead of xml in the case of IVR. I used the following statement in the dialplan/default.xml file I am using Twinkle Soft phone.When I am calling to 5000 in the freeswitch console it tells the foll

Re: [Freeswitch-users] newbie question

2009-07-24 Thread Niall Crosby
Hi Hoai-Anh, a) Disable forced registration: In sip_profiles\internal.xml set auth-calls = false b) Enable calls from any IP: In sip_profiles\zinternal take out ) This is what I had to do to get SIPP working without registering first. I also program Java, the best I could find is the socket eve

Re: [Freeswitch-users] newbie question

2009-07-24 Thread Ngo-Vi Hoai-Anh
Thank you Niall :-) Niall Crosby schrieb: > Hi Hoai-Anh, > > a) Disable forced registration: > In sip_profiles\internal.xml set auth-calls = false > > b) Enable calls from any IP: > In sip_profiles\zinternal take out value="domains"/>) > > This is what I had to do to get SIPP working without regi

[Freeswitch-users] IAX Transfer support

2009-07-24 Thread Gu Sh
I have been using freeswitch for over a year and I love all of the features, extensibility etc. Recently one of the clients wanted to use a IAX client and call from the IAX client works fine but there was one feature requested by my client that did not work. The feature is the "IAX Transfer" and I

Re: [Freeswitch-users] Problem in mod_perl

2009-07-24 Thread Anthony Minessale
edit modules.conf in th build root for FS uncomment the line that builds mod_perl issue "make mod_perl-install" from the shell edit /usr/local/freeswitch/conf/autoload_configs/modules.conf.xml and uncomment the mod_perl line. On Fri, Jul 24, 2009 at 12:42 AM, Thangappan.M wrote: > I am new to

Re: [Freeswitch-users] Problem in mod_perl

2009-07-24 Thread Shawn Boyle
Did you also uncomment the line: languages/mod_perl in modules.conf when you compiled FS? I believe it's commented out by default. [Something I personally disagree with...but I would bear Larry Wall's children if I could manage it physiologically.] -Shawn

Re: [Freeswitch-users] IAX Transfer support

2009-07-24 Thread Anthony Minessale
mod_iax was one of the first endpoint modules made in FS and it has seen little attention since it was first added. The primary purpose of the module was to have alternate endpoints to help work on the abstraction concepts in the core. Since it actually works, we left it in. But we really don't ha

Re: [Freeswitch-users] setInputCallback not working with Javascript?

2009-07-24 Thread Greg Thoen
Regarding the second part of his question, I am having a hard time stripping SpeechTools.jm into a very simple speech recognition example. I also cannot get collectInput to receive the type of "event", only "dtmf" -- Greg Thoen, Vice President CGI Communications, Inc. 1-585-427-0020 x260

Re: [Freeswitch-users] IAX Transfer support

2009-07-24 Thread Raymond Chandler
Gu Sh wrote: > > What is the current status of IAX support on freeswitch? Basically unsupported, the module still builds and sort of works, but there isn't much interest in maintaining it. It would definitely be a lot better for IAX lovers if someone wanted to take on maintaining it, or fund its

Re: [Freeswitch-users] IAX Transfer support

2009-07-24 Thread Michael Jerris
On Jul 24, 2009, at 11:45 AM, Gu Sh wrote: > I have been using freeswitch for over a year and I love all of the > features, extensibility etc. Recently one of the clients wanted to > use a IAX client and call from the IAX client works fine but there > was one feature requested by my client

Re: [Freeswitch-users] Problem in mod_perl

2009-07-24 Thread Michael Jerris
It is not built by default because it requires manual intervention to make sure you have a proper threadsafe perl and all its dev libs installed first. We work hard to make sure all default modules build out of the box with minimal external dependencies. Also, this module still does not w

[Freeswitch-users] Application to Record Calls - Out of Band

2009-07-24 Thread Matthew Fong
Hi, I'm trying to build an application that provides statistics of calls and call recording. Someone told me this could be done out of band with a SPAN (?) port that would replicate SIP and media packets to a separate NIC without having to actually pass the real-calls thru FreeSWITCH. It was explai

[Freeswitch-users] freeswitch-1.0.4pre10 ?

2009-07-24 Thread Dome Charoenyost
I found freeswitch-1.0.4pre10 in http://files.freeswitch.org/freeswitch-1.0.4pre10.tar.bz2 But no news about this version Dome C. ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/free

Re: [Freeswitch-users] Application to Record Calls - Out of Band

2009-07-24 Thread David Knell
Hi Matt, FreeSWITCH probably isn't what you want. A quick Google for 'sip call sniffer' found this: http://www.enderunix.org/voipong/ which might well be a more appropriate starting point. A SPAN port is just a port on a network switch which has the traffic going to/from another port (or ports)

[Freeswitch-users] Regarding IVR

2009-07-24 Thread Thangappan.M
I am learning freeswitch for implementing IVR in this software. In our organization we are using Perl language.So I decided to implement a IVR in Perl on Freeswitch. What are the steps I need to do here. I am also new to IVR.Can you little bit explain about IVR (not basic) how to define a menu lik