[Freeswitch-users] javascript to get the status

2009-02-10 Thread Gopalakrishnan A.N
Hi, I am trying to execute the following script, its working fine for call origination, but cant able to get the status for dialed numbers, able to get only the last dialed number not for both the numbers. The script as follows, Javascript var array = [2]; array[0]=39841799874;

[Freeswitch-users] little problem with gateway registration

2009-02-10 Thread Helmut Kuper
Hello, today I connected FS to my SIP-DDI SoftSwitch. It registered successfully, but not as expected at the register-proxy (sip2.ewetel.net), but at the proxy (proxy2.ewetel.net). My gateway config is this: include gateway name=IPPBXSIPDDI !--/// account username *required* ///-- param

Re: [Freeswitch-users] BT IPExchange Interoperability Testing

2009-02-10 Thread John Daragon
Brian West wrote: Yes search the mailing list people have interoped with BT in record time. On another note you hijacked the DTMF not being recognized by clicking reply, deleting the text and changing the subject. Please try not to do that in the future, click new message input

Re: [Freeswitch-users] Recording play end of sound file again

2009-02-10 Thread Blake France
Brian West wrote: Can you tell me what SVN rev you're on? /b On Feb 9, 2009, at 12:04 PM, Blake France wrote: Whenever I try to record and IVR or Voicemail Greeting, it will record and playback, but playback does something like this. Please leave a message ... Message It plays the

Re: [Freeswitch-users] little problem with gateway registration

2009-02-10 Thread Anthony Minessale
register-proxy is for where it actually sends the packet but it will still say the name of proxy in the packet. Did you check the destination address of the packet it should end up as the ip:port of that proxy. On Tue, Feb 10, 2009 at 4:12 AM, Helmut Kuper helmut.ku...@ewetel.dewrote: Hello,

Re: [Freeswitch-users] Recording play end of sound file again

2009-02-10 Thread Anthony Minessale
your issue has already been fixed in FS. You will have to wait for pfsense to upgrade to get the fix. On Tue, Feb 10, 2009 at 7:05 AM, Blake France blake.fra...@gmail.comwrote: Brian West wrote: Can you tell me what SVN rev you're on? /b On Feb 9, 2009, at 12:04 PM, Blake France

[Freeswitch-users] mod_fax and sending a fax

2009-02-10 Thread rod
Hi all, I don't understand how to use the fax commands for sending a fax. In the wiki I saw this: extension name=test_txfax_stream condition field=destination_number expression=^\*90012$ action application=txfax data=txfax.tiff/ action application=hangup/

Re: [Freeswitch-users] Socket-Event on originate call?

2009-02-10 Thread Dennis
yes, you are right. we are receiving the reply. but, we are using socket outbound and manage all calls over this socket. we also measure the durations (like variable_duration and variable_billsec) and count all outgoing calls over the socket. but, if the originate (without an inbound call) will

Re: [Freeswitch-users] FreeSWITCH uclibc segfault

2009-02-10 Thread Kristian Kielhofner
Uh oh, I was afraid of that. I haven't had to work around uClibc issues in a while. Hopefully I still remember some of that stuff. ;) On Tue, Feb 10, 2009 at 2:47 AM, Ken Rice kr...@suspicious.org wrote: There arent known issues cause I don't think anyone else has tried it hah -- Kristian

Re: [Freeswitch-users] FreeSWITCH uclibc segfault

2009-02-10 Thread Fadil Berisha
In my uClibc system ( busybox + uClibc), FreeSWITCH compiles cleanly with: ./bootstrap.sh make make install but after starting, getting segfaults in mod_lua and and spidermonkey. Without those modules, FreeSWITCH running. Need more tests in order to confirm OK koliqi On Tue, Feb 10, 2009 at

Re: [Freeswitch-users] FreeSWITCH uclibc segfault

2009-02-10 Thread Anthony Minessale
hmm crashing in mutex lock, maybe the pthread lib is messed up. how did you trick it into compiling? Maybe some of the answers are wrong and apr is using the wrong thread abstraction? Some guy made this wiki page regarding cross compiling, did you see it ?

Re: [Freeswitch-users] DTMF: Mute sound for the other side?

2009-02-10 Thread Michael Jerris
If your in a conference and your hearing other people hitting dtmf digits that IS inband, it means that the place upstream that is doing inband to 2833 conversion is not properly clipping the dtmf, this probably needs to be fixed on that device. Mike On Feb 10, 2009, at 9:58 AM, Dennis

Re: [Freeswitch-users] FreeSWITCH uclibc segfault

2009-02-10 Thread Kristian Kielhofner
Thanks, it's good to know it's possible. Lua and spidermonkey wouldn't even compile for me; I'm going to look into that once FS starts. On Tue, Feb 10, 2009 at 10:21 AM, Fadil Berisha f.kol...@gmail.com wrote: In my uClibc system ( busybox + uClibc), FreeSWITCH compiles cleanly with:

Re: [Freeswitch-users] FreeSWITCH uclibc segfault

2009-02-10 Thread Kristian Kielhofner
Tony, Thanks for looking at this. That just goes to show you how useless gdb is to me. Now that you say mutex lock I can think of some configure variables to try... :) I had read that section of the wiki but there is no mention he is using uclibc. Chances are he probably is but there's no

Re: [Freeswitch-users] FreeSWITCH uclibc segfault

2009-02-10 Thread Kristian Kielhofner
Yep, now that Tony boiled down that gdb output to a mutex lock I agree. I'm trying a compile now with these values (cross compiling, no native compiler). Cross compiling is so much fun! On Tue, Feb 10, 2009 at 11:34 AM, Michael Jerris m...@jerris.com wrote: From that link, these are the ones

Re: [Freeswitch-users] FreeSWITCH uclibc segfault

2009-02-10 Thread Kristian Kielhofner
Replying to myself: That was it! Time to do some testing... Thanks!!! On Tue, Feb 10, 2009 at 12:28 PM, Kristian Kielhofner kristian.kielhof...@gmail.com wrote: Yep, now that Tony boiled down that gdb output to a mutex lock I agree. I'm trying a compile now with these values (cross

Re: [Freeswitch-users] Dynamic Dialplan

2009-02-10 Thread Adam Long
What about a mod_perl XML binding like the example here? http://wiki.freeswitch.org/wiki/Mod_perl and http://wiki.freeswitch.org/wiki/Mod_perl_and_Generating_XML Would this be faster than a setup like mod_curl_xml - lighttpd - FastCGI/Perl ? I guess it would depend on if mod_perl in FreeSWITCH

[Freeswitch-users] High CPU load after starting

2009-02-10 Thread Public Dump
After starting FreeSwitch (1.0.2) on a 4 core server running Windows Server 2008, the CPU load (privileged time/kernel) for one of the cores goes to 50% and stays there. Stoping FreeSwitch stops the load. I have tried to disable all modules but the problem persists. Has anybody seen this

Re: [Freeswitch-users] High CPU load after starting

2009-02-10 Thread Brian West
Please update to SVN trunk or the latest Windows Build and this problem should go away. /b On Feb 10, 2009, at 12:41 PM, Public Dump wrote: After starting FreeSwitch (1.0.2) on a 4 core server running Windows Server 2008, the CPU load (privileged time/kernel) for one of the cores goes

[Freeswitch-users] Strange error message

2009-02-10 Thread Nik Middleton
Hi Guys, I'm baffled by this error. I'm updating the db on call hang-up If I comment out curs:close() no error, but I'm concerned about memory leaks. Can anyone tell me what FS is complaining about? The db gets updated in both cases Regards require luasql.mysql function

Re: [Freeswitch-users] High CPU load after starting

2009-02-10 Thread Giovanni Maruzzelli
I use often the Windows svn on Vista, no problem seen Sincerely, Giovanni Maruzzelli = www.celliax.org via Pierlombardo 9, 20135 Milano Italy gmaruzz at celliax dot org Cell : +39-347-2665618 Fax : +39-02-87390039 On Tue, Feb 10, 2009 at 9:44 PM, Brian

[Freeswitch-users] SIP registration/retry/authorization problem

2009-02-10 Thread Jesse Peterson
Hello, I seem to be experiencing the exact same issue as is documented here: http://lists.freeswitch.org/pipermail/freeswitch-users/2008-September/006272.html Like above a sofia profile external restart immediately resumes operation. Does anyone have an idea what this may be? Is there a

Re: [Freeswitch-users] SIP registration/retry/authorization problem

2009-02-10 Thread Michael Collins
On Tue, Feb 10, 2009 at 12:49 PM, Jesse Peterson jesse.peter...@exbiblio.com wrote: Hello, I seem to be experiencing the exact same issue as is documented here: http://lists.freeswitch.org/pipermail/freeswitch-users/2008-September/006272.html Like above a sofia profile external restart

Re: [Freeswitch-users] Strange error message

2009-02-10 Thread Chris
Closing the connection will force the server to close any open transactions, as well as release recordsets in local memory that reference the connection.   However curs is not a recordset.  An SQL update is going to return an integer (rows affected) or boolean depending on the which server you

Re: [Freeswitch-users] High CPU load after starting

2009-02-10 Thread Brian West
Yes but this was a problem that was confirmed and fixed long ago... if you recall we have 1.0.3RC1 out and svn trunk. /b On Feb 10, 2009, at 3:03 PM, Giovanni Maruzzelli wrote: I use often the Windows svn on Vista, no problem seen Sincerely,

Re: [Freeswitch-users] SIP registration/retry/authorization problem

2009-02-10 Thread Brian West
Try this: param name=auto-restart value=false/ In sofia.conf.xml /b On Feb 10, 2009, at 2:49 PM, Jesse Peterson wrote: Hello, I seem to be experiencing the exact same issue as is documented here: http://lists.freeswitch.org/pipermail/freeswitch-users/2008-September/006272.html Like above

Re: [Freeswitch-users] Dynamic Dialplan

2009-02-10 Thread kokoska rokoska
Anthony Minessale napsal(a): That's why I chose mod_xml_curl as a demo for the xml_hook api. It's not only a demo, it's rather functional =D :-)) You have 2 choices other than using the stuff we already have in tree. 1) write a custom dialplan module, this module gets a single

Re: [Freeswitch-users] Dynamic Dialplan

2009-02-10 Thread Anthony Minessale
oh yeah, i forgot about those too. python,perl and lua can all do that. On Tue, Feb 10, 2009 at 1:01 PM, Adam Long ajl...@worldlink.net wrote: What about a mod_perl XML binding like the example here? http://wiki.freeswitch.org/wiki/Mod_perl and

Re: [Freeswitch-users] Strange error message

2009-02-10 Thread Nik Middleton
So what you're saying is that I can comment out curs:close() as it's not needed? Regards, From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Chris Sent: 10 February 2009 21:19 To:

[Freeswitch-users] dialplan question

2009-02-10 Thread Jonathan Creasy
I'm trying to setup a dialstring to send a call to a user as a DID number not their user. I want to be able to do one of two things: One, I want the Request URI to match the contact from their REGISTER and To header to be +1nxxnxxx...@contactdomain Two, I want to make both the Request URI and

[Freeswitch-users] dialplan question

2009-02-10 Thread Jonathan Creasy
I'm trying to setup an extension to send a call to a user as a DID number not their user. I want to be able to do one of two things: One, I want the Request URI to match the contact from their REGISTER and To header to be +1nxxnxxx...@contactdomain Two, I want to make both the Request URI and

Re: [Freeswitch-users] SIP registration/retry/authorization problem

2009-02-10 Thread Jesse Peterson
On Feb 10, 2009, at 1:18 PM, Michael Collins wrote: Which revision of FS are you running? If you can update to the latest trunk and reproduce the symptoms that would be helpful. -MC This is FreeSwitch 1.0 running from a twixswitch 0.4 installation. The cited user was using FreeSwitch

Re: [Freeswitch-users] SIP registration/retry/authorization problem

2009-02-10 Thread Jesse Peterson
On Feb 10, 2009, at 1:27 PM, Brian West wrote: Try this: param name=auto-restart value=false/ In sofia.conf.xml /b I'm not able to find any documentation on this setting. I think it may be newer than my version of FreeSwitch (1.0). What does it do? Thanks, - Jesse

Re: [Freeswitch-users] SIP registration/retry/authorization problem

2009-02-10 Thread Brian West
I highly recommend you wipe the box/install and install from Scratch using SVN trunk /b On Feb 10, 2009, at 7:43 PM, Jesse Peterson wrote: I'm not able to find any documentation on this setting. I think it may be newer than my version of FreeSwitch (1.0). What does it do? Thanks, -

Re: [Freeswitch-users] Dynamic Dialplan

2009-02-10 Thread Chav Paskov
Adam Long wrote: What about a mod_perl XML binding like the example here? http://wiki.freeswitch.org/wiki/Mod_perl and http://wiki.freeswitch.org/wiki/Mod_perl_and_Generating_XML Would this be faster than a setup like mod_curl_xml - lighttpd - FastCGI/Perl ? I guess it would depend on if

Re: [Freeswitch-users] Dynamic Dialplan

2009-02-10 Thread Chav Paskov
Adam Long wrote: There sure are lots of options J Does the perl implementation use a single persistent embedded interpreter or does it spawn a new interpreter per request? Things like persistent database handles come to mind. Performance would be drastically impacted if it were