Re: [Freeswitch-users] spidermonkey problems

2009-01-16 Thread Michael Collins
FYI, I opened http://jira.freeswitch.org/browse/MODLANG-97 on this issue. -MC On Fri, Jan 16, 2009 at 9:03 AM, Michael Jerris wrote: > All long running non js code should be wrapped in the suspend/resume gc > stuff. For example: > cb_state.ret = BOOLEAN_TO_JSVAL(JS_FALSE); > cb_state.saveDepth =

Re: [Freeswitch-users] [ANN] Spice SoftPhone, a softphone GUI for FreeSWITCH

2009-01-16 Thread Michael Collins
Andrew, On behalf of the OSS telephony community, and particularly the FreeSWITCH community, many thanks to you! We appreciate all the stuff you've given back. Thanks for showing the true Open Source spirit! -MC On Fri, Jan 16, 2009 at 3:35 PM, Andrew Thompson wrote: > I'd like to announce the f

[Freeswitch-users] [ANN] Spice SoftPhone, a softphone GUI for FreeSWITCH

2009-01-16 Thread Andrew Thompson
I'd like to announce the first beta release of a cross-platform ruby/tk GUI for using FreeSWITCH like a soft-phone (using mod_portaudio). It's not particularly fancy, but I needed a cross platform softphone with good voice quality that was debuggable and didn't have a ton of features to confuse the

Re: [Freeswitch-users] Dialing Out Problem via Gateway

2009-01-16 Thread Brian West
I would suspect the NAT wasn't punching holes or lied. :) /b On Jan 16, 2009, at 3:57 PM, Will Smith wrote: Well, if NAT involved, why did I get through after I put the call on hold and take the call back. I am getting the SIP trace, hope that will show something. Thank you all

Re: [Freeswitch-users] Dialing Out Problem via Gateway

2009-01-16 Thread Will Smith
Well, if NAT involved, why did I get through after I put the call on hold and take the call back. I am getting the SIP trace, hope that will show something. Thank you all --- On Fri, 1/16/09, Brian West wrote: From: Brian West Subject: Re: [Freeswitch-users] Dialing Out Problem via Gateway To:

Re: [Freeswitch-users] Dialing Out Problem via Gateway

2009-01-16 Thread Brian West
NAT involved? /b On Jan 16, 2009, at 3:30 PM, Will Smith wrote: Thank you Brian, The problem is very simple, I or the other party cannot hear each other when I first dial and the other party picks up the phone. We hear the phone ring, the other end picks up the phone says something, but

Re: [Freeswitch-users] Vmware voice quality

2009-01-16 Thread jeff sacksteder
This is a known issue with all virtualization solutions. The realtime clocks inside the Virtual Machine jitter quite a bit which causes havoc with the udp media streams. I have never heard of someone using any VoIP product inside a VM and being happy with the result. To the best of my knowledge, al

Re: [Freeswitch-users] Dialing Out Problem via Gateway

2009-01-16 Thread Will Smith
Thank you Brian,   The problem is very simple, I or the other party cannot hear each other when I first dial and the other party picks up the phone. We hear the phone ring, the other end picks up the phone says something, but I cannot hear - nothing, even static. Same thing happen on my end, I

Re: [Freeswitch-users] Dialing Out Problem via Gateway

2009-01-16 Thread Michael Collins
A SIP trace would be extremely helpful. http://wiki.freeswitch.org/wiki/Troubleshooting_Freeswitch#Enabling_SIP.2FSofia_Tracing -MC On Fri, Jan 16, 2009 at 1:13 PM, Brian West wrote: > Can you detail your problem a bit more? > /b > On Jan 16, 2009, at 3:09 PM, Will Smith wrote: > > Hi, > I got a

Re: [Freeswitch-users] Dialing Out Problem via Gateway

2009-01-16 Thread Brian West
Can you detail your problem a bit more? /b On Jan 16, 2009, at 3:09 PM, Will Smith wrote: Hi, I got a strange problem that I don't really understand, and I hope that you could give me some hint how to fix that: When I dial out through a gateway that is defined in the sip_profiles/externa

[Freeswitch-users] Dialing Out Problem via Gateway

2009-01-16 Thread Will Smith
Hi, I got a strange problem that I don't really understand, and I hope that you could give me some hint how to fix that:   When I dial out through a gateway that is defined in the sip_profiles/external , (The xml file is simple as below. )  I cannot talk or hear from the other end. But when I pu

Re: [Freeswitch-users] Starting FS on OSX (10.4.11 PPC)

2009-01-16 Thread Ivan C Myrvold
I have chown the freeswitch directory to my user imyrvold, therefore I put it in ~/Library/LaunchDaemons. Do you run freeswitch as root, as you put it in /System/library/ LaunchDaemons? That directory should be reserved anyway for Apple's system tools. A better idea would be to put it in /Lib

Re: [Freeswitch-users] Starting FS on OSX

2009-01-16 Thread Martin Joseph
On Jan 16, 2009, at 5:45 AM, Shido Xavier wrote: > Please specify Intel or PPC. Very good point and I had had that thought as well. I am on PPC 10.4.11. Thanks for any help or ideas. Marty > > > -Greg M. > > > On Fri, Jan 16, 2009 at 1:29 AM, Martin Joseph > wrote: >> >> On Jan 15, 2009, a

Re: [Freeswitch-users] Starting FS on OSX (10.4.11 PPC)

2009-01-16 Thread Martin Joseph
On Jan 16, 2009, at 8:09 AM, Ivan C Myrvold wrote: > I haven't tried using launchctl for FreeSWITCH. But when I saw your > post, I tried it out. I have no problem getting it to work: > > I make a file "org.freeswitch.freeswitch.plist" and save it to ~/ > Library/LaunchAgents with the following co

Re: [Freeswitch-users] [Freeswitch-dev] VMWare voice quality

2009-01-16 Thread Anthony Minessale
Yes it's hard to trust virtualized stuff because you have no idea what they skimp on in terms of realtime access. I won't endorse using FS on a VM as i have not done it very extensively beyond openvz but I can point out a few reasons why it has a fighting chance. FS uses a timer architecture desi

Re: [Freeswitch-users] Sending SMS to SIPtoGSM gateway

2009-01-16 Thread Imthiyaz Ahmed
Hi This is what I found in the manual SMS and MMS The GSM and CDMA modules can send and receive SMS text messages and MMS multimedia messages to or from a mobile phone. These are transmitted over the Ethernet port as SIP MESSAGE messages to ensure compatibility with a variety of different SIP PBX

Re: [Freeswitch-users] Outbound call - choose profile

2009-01-16 Thread Anthony Minessale
all gateways are properties of a profile so even in the parse domain way of handling gateways whatever profile parsed the domain will be the owner of all the gateways discovered from the domain. FYI, The internal profile has nothing to do with users or anything else. You are confusing the default

Re: [Freeswitch-users] spidermonkey problems

2009-01-16 Thread Michael Jerris
All long running non js code should be wrapped in the suspend/resume gc stuff. For example: cb_state.ret = BOOLEAN_TO_JSVAL(JS_FALSE); cb_state.saveDepth = JS_SuspendRequest(cx); args.input_callback = dtmf_func; args.buf = bp; args.buflen = len;

Re: [Freeswitch-users] Starting FS on OSX

2009-01-16 Thread Shido Xavier
Please specify Intel or PPC. -Greg M. On Fri, Jan 16, 2009 at 1:29 AM, Martin Joseph wrote: > > On Jan 15, 2009, at 3:10 PM, Michael Jerris wrote: > >> Your build issue is with your autotools install, I have seen issues if >> you have ever installed any of the autotools from macports or fink. >

Re: [Freeswitch-users] Starting FS on OSX

2009-01-16 Thread Ivan C Myrvold
I haven't tried using launchctl for FreeSWITCH. But when I saw your post, I tried it out. I have no problem getting it to work: I make a file "org.freeswitch.freeswitch.plist" and save it to ~/ Library/LaunchAgents with the following content: http://www.apple.com/DTDs/PropertyList-1.0.dtd ">

Re: [Freeswitch-users] Channel variable 'call_timeout'.

2009-01-16 Thread Michael S Collins
Tamas, The channel variable won't work for you if you can't ignore early media. Your best bet is to use the variable execute_on_answer to transfer an answered call to a new extension. Then you could just sleep for 15sec and then check the value of endpoint_disposition. What is the applicati

Re: [Freeswitch-users] Outbound call - choose profile

2009-01-16 Thread Apostolos Pantsiopoulos
Raymond Chandler wrote: > Apostolos Pantsiopoulos wrote: >> When I am using the following method to place a call from the dialplan : >> >> sofia/gateway// >> >> how do I tell FS which profile to use (as in the >> sofia// method?) >> >> I am asking that because all my calls to my declared use >>

Re: [Freeswitch-users] FS doesn't maitain PRI- D-channel state right

2009-01-16 Thread Anthony Minessale
Please do not report bugs on the mailing list. It's very hard to keep track of them this way. Please file all bugs to jira so we will not lose track of them. http://jira.freeswitch.org On Fri, Jan 16, 2009 at 1:25 AM, Helmut Kuper wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hel

Re: [Freeswitch-users] Outbound call - choose profile

2009-01-16 Thread Raymond Chandler
Apostolos Pantsiopoulos wrote: When I am using the following method to place a call from the dialplan : sofia/gateway// how do I tell FS which profile to use (as in the sofia// method?) I am asking that because all my calls to my declared use the 5080 port, and I want them to use the 5060

Re: [Freeswitch-users] Channel variable 'call_timeout'.

2009-01-16 Thread Tamas Cseke
Hello, It seems originate_timeout isn't take effect when we got early media. Our carrier is sending the ring tone in early media, so if I try timeout isn't occur after 15s however with: timeout is OK. but we don't get early media, I think it would be nice to not ignore it I found ring_ready

[Freeswitch-users] Outbound call - choose profile

2009-01-16 Thread Apostolos Pantsiopoulos
When I am using the following method to place a call from the dialplan : sofia/gateway// how do I tell FS which profile to use (as in the sofia// method?) I am asking that because all my calls to my declared use the 5080 port, and I want them to use the 5060 port. Is there a way to configure

Re: [Freeswitch-users] spidermonkey problems

2009-01-16 Thread Jonas Gauffin
I've found the problem. one js thread wait in socket.read (mod_spidermonkey_socket) on data. That caller have hangup, which means that the garbage collector waits on it to close. All new javascript sessions waits in JS_AWAIT_GC_DONE for the garbage collector to be done before proceeding (which mea

Re: [Freeswitch-users] mod_opal first unsuccessful test

2009-01-16 Thread Apostolos Pantsiopoulos
Any news regarding this issue? Apostolos Pantsiopoulos wrote: I am attaching the wireshark capture. Openphone is on xxx.xxx.xxx.202 and FS is on xxx.xxx.xxx.212 Robert Jongbloed wrote: Can you send me a WireShark capture? Robert Jongbloed OPAL/OpenH323/PTLib Architect and Co-founder.

Re: [Freeswitch-users] spidermonkey problems

2009-01-16 Thread Jonas Gauffin
I've got a loop, but the first thing checked in each iteration is if session.ready() returns false (and in that case exit the loop). I do create sessions in the script: create, try to originate to a destination and then finally bridge together the caller and the new session. I'll try to give you m

Re: [Freeswitch-users] [Freeswitch-dev] VMWare voice quality

2009-01-16 Thread Kristian Kielhofner
Speaking of networking... After timing that's the next "achilles heel" of RTP handing with virtualization. Very, very few of these platforms were designed to handle massive numbers of very small RTP packets. Everything from interrupt handling on the actual ethernet adapter to getting the data in