[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

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]:

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 when

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 fr...@impactfax.com wrote: Is there a way to bind a particular extension to a different dialplan php and a different cdr php

[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

[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

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

[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

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

[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 -

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:

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:

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

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

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

2008-12-28 Thread Frank @ Impact
not a 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 from

[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 action application=set data=api_hangup_hook=lua proc.lua ../ so by the time the lua is called, someone has hungup one of the legs. In the lua script I am using

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, action application=bridge data=${enum_auto_route}/ action application=system data=/root/procrecording.sh

Re: [Freeswitch-users] api_hangup_hook and bash

2008-12-26 Thread Frank @ Impact
...@lists.freeswitch.org] On Behalf Of Frank @ Impact action application=bridge data=${enum_auto_route}/ action application=system data=/root/procrecording.sh $${base_dir}/recordings/12-26-11_10_23__4_1.wav/ action application=hangup/ The problem I am seeing is that sometimes this script

Re: [Freeswitch-users] api_hangup_hook and bash

2008-12-26 Thread Frank @ Impact
-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Frank @ Impact -Original Message- From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Frank @ Impact action application=bridge

Re: [Freeswitch-users] api_hangup_hook and bash

2008-12-26 Thread Frank @ Impact
I also tried to add this action application=set data=hangup_after_bridge=false/ 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

[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

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. action application=set data=execute_on_answer=lua uuid_send_dtmf.lua ${uuid} 20 123/ I added this just before the bridge application. I did this instead of adding an extra extension to

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

2008-12-13 Thread Frank @ Impact
Pretty simple actually... ?xml version=1.0? document type=freeswitch/xml section name=dialplan description=Regex/XML Dialplan context name=default extension name=myextension condition action application=enum data=1551212/ action application=set

[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

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

2008-12-12 Thread Frank @ Impact
: [...@]time group_name command_string /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

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

2008-12-09 Thread Frank @ Impact
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 version 10640 build

[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] 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 short duration

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 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

[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

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 dialplan instructions that could

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 done

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 two parties. No IVR here. So

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

2008-12-05 Thread Frank @ Impact
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 extension I tried. action application=set data=DTMF1=false/ action

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

2008-11-01 Thread Frank @ Impact
? If 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. I am

[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

[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 action application=set data=RECORD_ANSWER_REQ=true/ action application=set data=RECORD_STEREO=true/ action application=record_session