Re: [Freeswitch-users] Resend: Issues with SIP + TCP?

2009-10-26 Thread Andy Spitzer
Woof! On Mon, 26 Oct 2009 16:03:59 -0400, Michael Collins m...@freeswitch.org wrote: I was wondering... does anyone make a SIP certification program kinda like a pen-tester except to find all the ways your SIP setup is broken? Just curious. Here is a start: http://interop.sipxecs.org/

Re: [Freeswitch-users] check to see if freeswitch is alive

2009-10-19 Thread Andy Spitzer
Woof! On Mon, 19 Oct 2009 12:07:10 -0400, Christian Löschenkohl christian.loeschenk...@xpirio.com wrote: any ideas would be helpful We run a perl script that checks if the servers are responding to requests. It can send OPTIONS, and PING requests to various servers periodically. If the

[Freeswitch-users] copy and past oops in mod_event_socket.c

2009-07-15 Thread Andy Spitzer
Woof! Too simple to open a JIRA with a patch (and it actually works as written): 1804: } else if (!strncasecmp(cmd, nolinger, 6)) { That should be an 8 as nolinger is 8 characters long. --Woof! ___ Freeswitch-users mailing list

[Freeswitch-users] Question on auth-calls

2009-07-10 Thread Andy Spitzer
Woof! It is my understanding, that if I set param name=auth-calls value=false/ in a SIP profile, it shouldn't challenge for authentication under any circumstances. However, if an INVITE contains a a Proxy-Authorization header from another proxy, Sofia DOES challenge with a 407. I'm

Re: [Freeswitch-users] Question on auth-calls

2009-07-10 Thread Andy Spitzer
Woof! On Fri, 10 Jul 2009 12:09:05 -0400, Anthony Minessale anthony.miness...@gmail.com wrote: The way it works by default is that if you send a www-authenticate, we *always* try to process it. HOWEVER, we have a accept-blind-auth sofia profile param (in fact it was invented just for sipX)

Re: [Freeswitch-users] CDR loss possibility if FS freezes?

2009-06-26 Thread Andy Spitzer
On Fri, 26 Jun 2009 00:51:34 -0400, Raymond Chandler intralan...@freeswitch.org wrote: windmills Just set them up to be right next to the output of the system's fan! I gotta get to the patent office, quick! --Woof! ___ Freeswitch-users mailing

Re: [Freeswitch-users] Install without example configurations

2009-05-08 Thread Andy Spitzer
Woof! On Fri, May 8, 2009 at 4:22 PM, Lon Baker l...@kickasspixels.com wrote: A truly clean install out of the gate. We took a different approach. Rather than change what FS comes with, we created an alternate configuration area and point FreeSWITCH to it when we start. Here's the script:

Re: [Freeswitch-users] sip cancel request fails

2009-03-24 Thread Andy Spitzer
Woof! Appears to be a recently fixed * bug: 0014431: Bad branch parameter value in CANCEL request http://bugs.digium.com/view.php?id=14431 --Woof! ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] About FreeSwitch

2009-03-06 Thread Andy Spitzer
Woof! On Fri, 06 Mar 2009 01:55:43 -0500, Vikas Sharma vikas.sharma...@gmail.com wrote: Can it be integrated with other pbx as a media server? Yep, it sure can: http://sipx-wiki.calivia.com/index.php/SipXivr --Woof! ___ Freeswitch-users mailing

Re: [Freeswitch-users] Detecting the origin of voice activity using VAD

2009-03-02 Thread Andy Spitzer
Woof! On Sun, 01 Mar 2009 21:28:18 -0500, Brian West br...@freeswitch.org wrote: NO. You want something that people THINK exists and works well... Reliable human/voice detection doesn't exist in ANY form. I beg to differ. See http://www.freepatentsonline.com/5521967.html for one way to do

Re: [Freeswitch-users] Detecting the origin of voice activity using VAD

2009-03-02 Thread Andy Spitzer
Woof! On Mon, 02 Mar 2009 19:32:53 -0500, Steve Underwood ste...@coppice.org wrote: I just had a look through that patent. Its amazing. There is a lot of focussed descriptive text, but a patent only really consists of its claims. Those claims are astonishingly open-ended, and characterise

Re: [Freeswitch-users] segfault when shoutcast plays mp3 and extension hangs up

2009-02-12 Thread Andy Spitzer
Woof! On Thu, 12 Feb 2009 17:20:18 -0500, Anthony Minessale anthony.miness...@gmail.com wrote: So I wonder what about the distro you are using that makes the same exact code not work? maybe the GCC ? Possibly. A recent (last year?) GCC change caused some order of operations to change,

[Freeswitch-users] Global limit on the number of conference legs

2009-01-07 Thread Andy Spitzer
Woof! Does FS have a way of limiting the total number of conference legs on a box? I am aware that each individual conference profile can have a max-members param, but what I'm looking for would span multiple conferences, with a maximum leg limit per server, regardless of the per

Re: [Freeswitch-users] Global limit on the number of conference legs

2009-01-07 Thread Andy Spitzer
Woof! On Wed, 07 Jan 2009 18:41:31 -0500, Michael Jerris m...@jerris.com wrote: you can however use mod_limit to implement this yourself with dialplan logic as long as it is used before all calls to the conference (it wouldn't work for outbound calls from the conference without a little bit

Re: [Freeswitch-users] sofia deflect issue

2009-01-06 Thread Andy Spitzer
Woof! On Mon, 05 Jan 2009 23:43:26 -0500, jonathan augenstine jaugenst...@gmail.com wrote: According to RFC 3515 there are no BYE messages in the protocol exchange. Once the REFER is completed (as determined by a final response returned in the NOTIFY SIPFRAG from the REFER), the original

Re: [Freeswitch-users] Where FreeSWITCH writes some files

2008-12-15 Thread Andy Spitzer
Woof! On Sat, 13 Dec 2008 18:52:59 -0500, Michael Collins m...@freeswitch.org wrote: All you'd have to do is modify the logfile.conf.xml file and pick a new path for your freeswitch.log file... I agree. I had discovered this option and considered it as a workaround. Then I also found that

Re: [Freeswitch-users] Where FreeSWITCH writes some files

2008-12-15 Thread Andy Spitzer
Woof! On Mon, 15 Dec 2008 11:56:53 -0500, Brian West br...@freeswitch.org wrote: I can't figure out why the log file would need to be in the db folder... I think you misunderstand. It's these files: freeswitch.history freeswitch.pid freeswitch.xml.fsxml That I feel would be better

Re: [Freeswitch-users] Where FreeSWITCH writes some files

2008-12-15 Thread Andy Spitzer
Woof! On Mon, 15 Dec 2008 13:16:32 -0500, Raymond Chandler intralan...@freeswitch.org wrote: if freeswitch.history isn't a log, what is it? seems to me taht it's a log of what commands you've run recently... it's definitely NOT a database Actually, I the readline/history library uses it

Re: [Freeswitch-users] Behavior of deflect

2008-11-21 Thread Andy Spitzer
Woof! On Thu, 20 Nov 2008 19:06:09 -0500, Anthony Minessale [EMAIL PROTECTED] wrote: I wonder if sofia is not matching the notify to the dialog so we are not associating it with the channel. I know for a fact sofia tears it down for us when it gets the notify. do you have x-lite/eyebeam?

Re: [Freeswitch-users] Behavior of deflect

2008-11-21 Thread Andy Spitzer
Woof! On Fri, 21 Nov 2008 14:49:35 -0500, Anthony Minessale [EMAIL PROTECTED] wrote: can you try uuid_deflect again on latest, Done. I see we give up to easy, on 180 instead of final response in sipfrag the one i tested didnt send 180 so i forgot about the possibility. post a full console

Re: [Freeswitch-users] Behavior of deflect

2008-11-21 Thread Andy Spitzer
Woof! Anthony wrote: I asked because I was wondering if you could test the scenario I described to compare what happens to a call from x-lite being deflected since I know for a fact it was working. Woof wrote: FS still doesn't hangup on the original call after the REFER is completed. I

Re: [Freeswitch-users] Behavior of deflect

2008-11-20 Thread Andy Spitzer
Woof! Thanks for the changes! On Wed, 19 Nov 2008 21:09:19 -0500, Anthony Minessale [EMAIL PROTECTED] wrote: try latest code and see how that works. FreeSWITCH Version 1.0.trunk (10481) No difference with just deflect--the call does not clear when the REFER is completed, nor are there any

Re: [Freeswitch-users] Behavior of deflect

2008-11-20 Thread Andy Spitzer
Woof! On Thu, 20 Nov 2008 15:14:52 -0500, Anthony Minessale [EMAIL PROTECTED] wrote: how were you calling the deflect the way that had no change? every time i tried it sofia has taken down the channel once it completed. Hmm... dialplan: extension name=IVR condition

[Freeswitch-users] Behavior of deflect

2008-11-19 Thread Andy Spitzer
Woof! When using deflect on an inbound answered call, I notice that the FS channel stays connected as long as the original call exists, and does not send a BYE to the original call even after receiving a NOTFIY with a final response fragment. In addition, while FS gets those NOTIFY's, I

Re: [Freeswitch-users] Freeswitch Java Socket Interface API

2008-11-03 Thread Andy Spitzer
Woof! On Mon, 03 Nov 2008 08:55:11 -0500, Klaus Teller [EMAIL PROTECTED] wrote: Hi Folks, Just to let you know that we are working on a library for connecting to the Freeswitch via the socket interface. We plan to release it under LGPL as soon as it's somewhat robust. You may be

[Freeswitch-users] Status of 1.02?

2008-10-30 Thread Andy Spitzer
Woof! Is there any updated projection of when 1.0.2 will be released? Last I can find mention of it is over a month ago (http://freeswitch.org/node/143) Thanks, --Woof! ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] What happend to variable_* in socket_outbound?

2008-10-29 Thread Andy Spitzer
Woof! On Wed, 29 Oct 2008 14:18:53 -0400, Michael Jerris [EMAIL PROTECTED] wrote: They should already be on the initial events. Take a look at the raw output, you probably were taking them out of a later event. Nope. Initial event. No variable_* are reported. Using netcat: Connection

Re: [Freeswitch-users] What happend to variable_* in socket_outbound?

2008-10-29 Thread Andy Spitzer
Woof! On Wed, 29 Oct 2008 14:31:36 -0400, Anthony Minessale [EMAIL PROTECTED] wrote: update and try again ;) Anthony, you are just too fast! Mike was saying one thing, and you checked in the change it while I was replying to him! Updating now. --Woof!

[Freeswitch-users] What happend to variable_* in socket_outbound?

2008-10-28 Thread Andy Spitzer
Woof! I used to get lots of variable_* lines when using socket_outbound. They have disappeared. Is there something I need to configure to get them back? --Woof! ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] mod_conference: Any way to pass conference PIN in the URI?

2008-10-13 Thread Andy Spitzer
Woof! On Mon, 13 Oct 2008 11:02:49 -0400, Kristian Kielhofner [EMAIL PROTECTED] wrote: Instead of modifying the URI, why not attach your own header: X-conf-pin: 1234 I haven't done it yet, but it might be as simple as: action application=conference data=confname+${sip_X-conf-pin} I

[Freeswitch-users] Assertion and core dump on FreeSWITCH shutdown

2008-09-11 Thread Andy Spitzer
Woof! We've been seeing core dumps on FreeSWITCH shutdown. I just updated to today's revision (r9526) and still see them: freeswitch: src/switch_core_hash.c:59: switch_core_hash_destroy: Assertion `hash != ((void *)0) *hash != ((void *)0)' failed. Core was generated by

Re: [Freeswitch-users] Assertion and core dump on FreeSWITCH shutdown

2008-09-11 Thread Andy Spitzer
Woof! On Thu, 11 Sep 2008 15:57:26 -0400, Michael Jerris [EMAIL PROTECTED] wrote: Fixed in svn r9527, thanks for the report. Verified. Thanks. --Woof! ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] mod_perl buid errors on Solaris

2008-08-18 Thread Andy Spitzer
Woof! On Mon, 18 Aug 2008 14:25:45 -0400, Bruce McAlister [EMAIL PROTECTED] wrote: Does anyone have any idea's on the error listed below? /opt/SUNWspro/bin/cc -w -DMULTIPLICITY -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO -I/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE -DEMBED_PERL

Re: [Freeswitch-users] speak with dtmf collect

2008-07-25 Thread Andy Spitzer
Wof! On Fri, 25 Jul 2008 13:09:45 -0400, Boris Krivonog [EMAIL PROTECTED] wrote: Hi all! I'm using event sockets to remotely drive freeswitch. Is there a read like functionality for speak that can be used with event sockets, for example: One way to handle DTMF collection with event

Re: [Freeswitch-users] Stupid question of the week: how to generate silence and still detect DTMF

2008-07-09 Thread Andy Spitzer
Woof! On Tue, 08 Jul 2008 19:13:24 -0400, Anthony Minessale [EMAIL PROTECTED] wrote: try now =D Ahh, now there is joy! Can I trouble you to also make tone_stream://%(150, 0, 0) (or something similar) also work? I can forsee a need for injecting short pauses into a sequence of prompts, and

Re: [Freeswitch-users] Stupid question of the week: how to generate silence and still detect DTMF

2008-07-09 Thread Andy Spitzer
Woof! On Wed, 09 Jul 2008 12:49:51 -0400, Anthony Minessale [EMAIL PROTECTED] wrote: you can try 1,1 instead of 0,0 which is still silent Actually, it isn't. It is quite audible on several phones I've played with (most likely due to the uLaw companding adding a step to each voltage, and

Re: [Freeswitch-users] Stupid question of the week: how to generate silence and still detect DTMF

2008-07-08 Thread Andy Spitzer
Woof! On Tue, 08 Jul 2008 13:27:40 -0400, Anthony Minessale [EMAIL PROTECTED] wrote: Try latest trunk, I added support for what you want. Thanks. I just tried it. DTMF event reporting now works...but I cannot break out of the sleep command once it is started. --Woof!

Re: [Freeswitch-users] Stupid question of the week: how to generate silence and still detect DTMF

2008-07-08 Thread Andy Spitzer
Woof! On Tue, 08 Jul 2008 15:27:02 -0400, Anthony Minessale [EMAIL PROTECTED] wrote: update and try again. Alas, no joy. Break still won't wake it up. svn version 8933 --Woof! ___ Freeswitch-users mailing list

[Freeswitch-users] Proxy authentication on REFER

2008-05-29 Thread Andy Spitzer
Woof! Using an event socket on an answered parked call, I am trying to use deflect to transfer the call off of FreeSwitch to a SIP destination, like this: sendmsg call-command: execute execute-app-name: deflect execute-app-arg: sip:[EMAIL PROTECTED] Alas, our proxy will challenge the REFER

Re: [Freeswitch-users] Delayed DTMF events during gentones

2008-05-23 Thread Andy Spitzer
Woof! On Fri, 23 May 2008 17:13:59 -0400, Brian West [EMAIL PROTECTED] wrote: How are you calling the socket application for the outbound event socket connection? If you put it in async you should get those events. I've tried it various ways, but this is the one I'm currently using:

Re: [Freeswitch-users] Delayed DTMF events during gentones

2008-05-23 Thread Andy Spitzer
Woof! On Fri, 23 May 2008 20:02:46 -0400, Brian West [EMAIL PROTECTED] wrote: Please update to at least rev 8564 and try again. Will do next Tuesday. Thanks for the quick fixes. Enjoy the long weekend (for those of you who are US based, at least!) --Woof!