[Freeswitch-users] sip message logging and analysis

2009-12-17 Thread Frank @ Impact
I bit off topic but. Using FS to send calls sip to the LD carrier. Some calls have problems where they drop the call or audio drops or whatever. The carrier's first response is that we dropped the call. But this is a day later after the trouble has been reported. I am looking for guidance on

Re: [Freeswitch-users] odbc FLAG_MULTI_STATMENTS

2009-11-27 Thread Frank @ Impact
Subject: Re: [Freeswitch-users] odbc FLAG_MULTI_STATMENTS Are you using the myodbc 3.51.18 version or higher ? I'm using 3.51.19 (ubuntu karmic) and it works properly. I also had to upgrade from jaunty.. regards, Leon On Nov 27, 2009, at 3:41 PM, Frank @ Impact wrote: Thanks. But

Re: [Freeswitch-users] odbc FLAG_MULTI_STATMENTS

2009-11-27 Thread Frank @ Impact
Thanks. But when I made these entries in /etc/odbc.ini and rebooted. [freeswitch] Driver = MySQL SERVER = 127.0.0.1 PORT= 4040 DATABASE= mydb OPTIONS = 67108864 .I still get FS complaining with this. Nov 27 08:45:57 P3 freeswitch[27933]: 2009-11-

[Freeswitch-users] odbc FLAG_MULTI_STATMENTS

2009-11-26 Thread Frank @ Impact
"GREAT SCOTT!!! Cannot execute batched statements! If you are using mysql, make sure you are using MYODBC 3.51.18 or higher and enable FLAG_MULTI_STATEMENTS" I realize a bit off of list topic. But I do have mysql 3.51.18 and higher but for the life of me , I cannot seem to get the DSN config se

Re: [Freeswitch-users] Bind extention to a different Dialplan andcdr php?

2009-09-20 Thread Frank @ Impact
To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Bind extention to a different Dialplan andcdr php? On Sun, Sep 6, 2009 at 8:43 AM, Frank @ Impact wrote: Is there a way to bind a particular extension to a different dialplan php and a different cdr php script than the

[Freeswitch-users] session record does not for very short calls

2009-09-16 Thread Frank @ Impact
FreeSWITCH Version 1.0.trunk (12790M) I have this in my DP works fine as long as the call is long enough. But if the call is only, say, 3-4 seconds long (or something very short like that), then the wav file is never created with the audio in it. Is there a w

[Freeswitch-users] Bind extention to a different Dialplan and cdr php?

2009-09-06 Thread Frank @ Impact
Is there a way to bind a particular extension to a different dialplan php and a different cdr php script than the default one? ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-

[Freeswitch-users] DTMF disable a few secs after call starts

2009-08-08 Thread Frank @ Impact
FS is in the media path of an IVR call. At the moment, the call is ulaw with DTMF in the audio I think coming into FS and leaving FS. The call is coming from an Asterisk server and going to an Asterisk server. Is there a way to disable FS from passing DTMF at some point in the call? For example,

Re: [Freeswitch-users] voip-voip echo cancel possible

2009-07-30 Thread Frank @ Impact
We may have seen this also once before. But in this case, it is 'needed' (or would be helpful) because the telco is not doing the EC correctly. I can see how the originating telco should be the one to fix the problem. But it always seems that is easier said than done. Is there no way at all

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

2009-03-26 Thread Frank @ Impact
: Thursday, March 26, 2009 10:27 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] compile poblem - FIXED_POINT orFLOATING_POINT 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

[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 `/usr/

Re: [Freeswitch-users] Voice pattern detection

2009-02-19 Thread Frank @ Impact
Ok. Maybe it is more like answering machine detection in reverse? Detection on the caller leg instead of the called leg. -Original Message- From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael Collins Sent: Thursda

[Freeswitch-users] Voice pattern detection

2009-02-19 Thread Frank @ Impact
I am trying to detect if a caller is an automated greeting voice. And if so, take an action. I have samples of the caller recording that I am looking to match.So this is like a really complex tone detection I guess. It would work like this. - Call comes in - We answer/bridge the call - W

Re: [Freeswitch-users] session_record post-processing

2008-12-30 Thread Frank @ Impact
The two endpoints are sip (asterisk) and ulaw. Thanks. -Original Message- From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael Collins Sent: Monday, December 29, 2008 2:56 PM To: freeswitch-users@lists.freeswitch.o

Re: [Freeswitch-users] session_record post-processing

2008-12-29 Thread Frank @ Impact
Yes. I had tried that. Put a sleep 15 in the shell script before I looked at the file. Same results however. FS just does not appear to be closing that record file on hangup. -Original Message- From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.

[Freeswitch-users] session_record post-processing

2008-12-28 Thread Frank @ Impact
Maybe I am going about this all wrong. All I am trying to do is process a recording file of a session after either one of the legs hangs up and the call is over. I am just trying to convert the wav to mp3 and email it off. So I have a bash script to do this. The dialplan is simple enought

Re: [Freeswitch-users] lua call to stop_record_session - INVALIDCOMMAND

2008-12-28 Thread Frank @ Impact
valid call from api_hangup_hook? -Original Message- From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael Jerris On Dec 27, 2008, at 5:21 PM, Frank @ Impact wrote: > I was trying to stop a session record f

Re: [Freeswitch-users] lua call to stop_record_session - INVALIDCOMMAND

2008-12-28 Thread Frank @ Impact
Mike, I did some testing and this file is not getting closed. I called the script on hangup. Made sure both legs hungup and then even did a sleep for 5 secs to make sure FS could close any files is needed to. Then I made a copy of the wav file to a tmp file. Then ended the script to return back

[Freeswitch-users] lua call to stop_record_session - INVALID COMMAND

2008-12-27 Thread Frank @ Impact
I was trying to stop a session record from lua but when I try I get a "Result is INVALID COMMAND!" I am calling this lua script with so by the time the lua is called, someone has hungup one of the legs. In the lua script I am using this to try to end the record session to the wav file so it g

Re: [Freeswitch-users] api_hangup_hook and bash

2008-12-26 Thread Frank @ Impact
I also tried to add this to keep the dialplan process on a-leg hangup. But that did not work either. Svn 10960 is what I am testing. -Original Message- From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael Jerr

Re: [Freeswitch-users] api_hangup_hook and bash

2008-12-26 Thread Frank @ Impact
I also tried this without success. This will not fire at all regardless of who hangs up. -Original Message- From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Frank @ Impact -Original Message- From

Re: [Freeswitch-users] api_hangup_hook and bash

2008-12-26 Thread Frank @ Impact
...@lists.freeswitch.org] On Behalf Of Frank @ Impact The problem I am seeing is that sometimes this script gets run and sometimes it does not. I think it has to do maybe with which end hangs up the phone. But I cannot seem to nail it down just yet

Re: [Freeswitch-users] api_hangup_hook and bash

2008-12-26 Thread Frank @ Impact
All I am passing into the script is the recording file name. I tried using the system command right after the bridge command but before a hangup command. Thusly, The problem I am seeing is that sometimes this script gets run and sometimes it does not. I think it has to do maybe with which e

[Freeswitch-users] api_hangup_hook and bash

2008-12-23 Thread Frank @ Impact
Can this command be used to run a bash script? I wanted to do some sox processing on some recordings after the bridge ends and thought I should use this command. But would like to do it in bash. Is there a better way? If this is the right way, what is the syntax for calling the bash script

Re: [Freeswitch-users] schedule a DTMF tone into bridge

2008-12-13 Thread Frank @ Impact
Pretty simple actually... BTW, this darn tone_detect is something I never could get working. It did not matter which side I sent the tone from, it never got trapped by my test he

Re: [Freeswitch-users] schedule a DTMF tone into bridge

2008-12-13 Thread Frank @ Impact
Michael, Got it working. Just a little simpler then you outlined. I just added to my xml dialplan this line. I added this just before the bridge application. I did this instead of adding an extra extension to transfer to on answer. Everything worked well. The DTMF was played to the calling

Re: [Freeswitch-users] schedule a DTMF tone into bridge

2008-12-12 Thread Frank @ Impact
: [...@] /b On Dec 12, 2008, at 5:51 PM, Frank @ Impact wrote: Is there a way to schedule a certain DTMF tone to be played into a bridge (both a and b legs) after a scheduled number of seconds into the call

[Freeswitch-users] schedule a DTMF tone into bridge

2008-12-12 Thread Frank @ Impact
Is there a way to schedule a certain DTMF tone to be played into a bridge (both a and b legs) after a scheduled number of seconds into the call? ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/li

Re: [Freeswitch-users] how to force a MINIMUM call duration

2008-12-10 Thread Frank @ Impact
you were doing before I go any further. -MC On Tue, Dec 9, 2008 at 2:35 PM, Frank @ Impact <[EMAIL PROTECTED]> wrote: > On our last bill, the carrier said we had 27% short duration calls (maybe > they are wrong but it was on the bill). It is definitely not call center. > But these

Re: [Freeswitch-users] how to force a MINIMUM call duration

2008-12-09 Thread Frank @ Impact
On Tue, Dec 9, 2008 at 2:35 PM, Frank @ Impact <[EMAIL PROTECTED]> wrote: > On our last bill, the carrier said we had 27% short duration calls (maybe > they are wrong but it was on the bill). It is definitely not call center. > But these callers hangup as soon as they hear answer

Re: [Freeswitch-users] how to force a MINIMUM call duration

2008-12-09 Thread Frank @ Impact
But it is probably a better use of time to approach this as a business issue. My 2 cents. On Dec 9, 2008, at 8:38 AM, Frank @ Impact wrote: How can FS force a Minimum call duration for a FS caller (someone calling out of FS)? We have a carrier that penalizes us with a surcharge for shor

[Freeswitch-users] how to force a MINIMUM call duration

2008-12-09 Thread Frank @ Impact
How can FS force a Minimum call duration for a FS caller (someone calling out of FS)? We have a carrier that penalizes us with a surcharge for short duration calls (sound familiar?). So when a FS caller (not a call center or predictive dialer) calls a cell phone and gets a ring tone or calls

Re: [Freeswitch-users] key tone trigger event during call

2008-12-09 Thread Frank @ Impact
e_detect detects DTMF since it's dual frequencies, rather tone_detect detects single frequencies like fax tones. I would just run an IVR with a session.read or session.getDigits to collect DTMF. Dan On Sat, Dec 6, 2008 at 1:19 PM, Frank @ Impact <[EMAIL PROTECTED]> wrote: Same thing with

Re: [Freeswitch-users] key tone trigger event during call

2008-12-06 Thread Frank @ Impact
current or install current svn on a different box. /b On Dec 5, 2008, at 7:09 PM, Frank @ Impact wrote: > > Ideas? Am I doing something stupid or is tone_detect not just right > here? ___ Freeswitch-users mailing list Freeswi

Re: [Freeswitch-users] key tone trigger event during call

2008-12-05 Thread Frank @ Impact
7;s a pretty old rev. Any chance you could make current? -MC Sent from my iPhone On Dec 5, 2008, at 5:09 PM, "Frank @ Impact" <[EMAIL PROTECTED]> wrote: > I tried your suggested test. Here is the business end of the

Re: [Freeswitch-users] key tone trigger event during call

2008-12-05 Thread Frank @ Impact
I tried your suggested test. Here is the business end of the extension I tried. but I always got DTMF1=false in the info dump. I am using FS 9210 I have tried sending a call from my sip phone connected to an asterisk server to FS

Re: [Freeswitch-users] key tone trigger event during call

2008-12-05 Thread Frank @ Impact
and we will see what we can come up with. -MC On Dec 5, 2008, at 8:00 AM, "Frank @ Impact" <[EMAIL PROTECTED]> wrote: > After the tone is sent back out, we are done. There is nothing left > to > do. > No, this key press detection is during a bridged call between

Re: [Freeswitch-users] key tone trigger event during call

2008-12-05 Thread Frank @ Impact
ee what we can come up with. -MC On Dec 5, 2008, at 8:00 AM, "Frank @ Impact" <[EMAIL PROTECTED]> wrote: > After the tone is sent back out, we are done. There is nothing left > to > do. > No, this key press detection is during a bridged call between two > pa

Re: [Freeswitch-users] key tone trigger event during call

2008-12-05 Thread Frank @ Impact
Yes. listen in for 1 DTMF during a call and then signal back a different DTMF. -Original Message- From: [EMAIL PROTECTED] [mailto:freeswitch- So receive DTMF respond with more DTMF? /b On Dec 5, 2008, at 10:00 AM, Frank @ Impact wrote: > After the tone is sent back out, we are d

Re: [Freeswitch-users] key tone trigger event during call

2008-12-05 Thread Frank @ Impact
. -Original Message- From: [EMAIL PROTECTED] [mailto:freeswitch- What would need to happen after the tone is sent back out? Also, would this be part of something like an IVR? -MC On Dec 5, 2008, at 7:22 AM, "Frank @ Impact" <[EMAIL PROTECTED]> wrote: > > Is there any dial

[Freeswitch-users] key tone trigger event during call

2008-12-05 Thread Frank @ Impact
Is there any dialplan instructions that could be added that would sit and listen during a call for a tone (a key press, say 2) and when FS hears that tone, then FS can broadcast another key tone (say 6) back to the channels? -Frank ___ Freeswitch-users

[Freeswitch-users] key tone trigger event during call

2008-12-05 Thread Frank @ Impact
Is there any dialplan instructions that could be added that would sit and listen during a call for a tone (a key press, say 2) and when FS hears that tone, then FS can broadcast another key tone (say 6) back to the channels? ___ Freeswitch-users maili

Re: [Freeswitch-users] session.speak sample rate

2008-11-01 Thread Frank @ Impact
you call with a 16khz codec like g722 it should choose 16k On Fri, Oct 31, 2008 at 4:08 PM, Frank @ Impact <[EMAIL PROTECTED]> wrote: I have a cepstral Allison voice for 16khz. I am using javasrcipt session.speak. The audio output is not nearly as good as what comes out directly from swift.

[Freeswitch-users] session.speak sample rate

2008-10-31 Thread Frank @ Impact
I have a cepstral Allison voice for 16khz. I am using javasrcipt session.speak. The audio output is not nearly as good as what comes out directly from swift. I am guessing that speak is down sampling to 8khz. Is this true? Is there a way to get speak to not do this? Thanks __

[Freeswitch-users] is tone_detect the right app?

2008-10-10 Thread Frank - IMPACT
I am trying to catch a key being pressed during a bridged call. The key could be pressed by either leg of the call. When the key is pressed, I want to play into both channels some sound file or send in some TTS output. Then after the playback is done, allow the callers to resume their conversati

[Freeswitch-users] sample rate with record_session

2008-07-23 Thread Frank - IMPACT
Running FreeSwitch Version 1.0.trunk (9111) on RH 8 Record_session works fine with this But the sample rate and resulting wav file are way more information than I need. I tried to half the sample rate with this inserted before we run record_session.