[Freeswitch-users] Sangoma USB FXO U100 + Asus notebook?

2009-03-01 Thread Fred
Hello As an easy way to show a Freeswitch server to prospects, I'm thinking of buying an Asus notebook along with a Sangom USB FXO gateway. www.telephonydepot.com/Catalog/Sangoma/Sangoma-USB-FXO-U100-2-Port If someone's been using those two thingies, I'm curious to know if they happily run

[Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Rex_Alex
Hi All, I am trying to do the telephonic functions(like dial, hangup, conference and etc.) from a webpage (for a customization) rather than doing it from a soft phone. What would be the optimal way of doing it? Please suggest. Thanks, Rex. -- View this message in context:

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Ken Rice
Check out ESL for PHP, Perl etc, or you can use mod_xml_rpc to control things Both methods work well K From: Rex_Alex rex.alex...@yahoo.com Reply-To: freeswitch-users@lists.freeswitch.org Date: Sun, 1 Mar 2009 11:13:34 -0800 (PST) To: freeswitch-users@lists.freeswitch.org Subject:

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Shelby Ramsey
Rex: The basis for xml_rpc or mod_event is something along the lines of: api $command As an example to originate a call (using xml_rpc or mod_event) you would do: api originate sofia/external/$some...@$ip:$PORT $EXTENSION xml $context What language are you trying to do this in? SDR

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Rex_Alex
Hi Shelby Ramsey, I would like to do the same in php script. Please post me a sample. Thanks, Rex. Shelby Ramsey wrote: Rex: The basis for xml_rpc or mod_event is something along the lines of: api $command As an example to originate a call (using xml_rpc or mod_event) you would

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

2009-03-01 Thread Brian West
If i'm not mistaken those events will have a member-id in them so you can tell who they belong to. /b On Mar 1, 2009, at 12:01 PM, Cameron Sorlie wrote: Using voice activity detection (VAD) in FreeSWITCH, how might I then distinguish which side of a call any given TALK or NOTALK event

[Freeswitch-users] hide caller_id_number, transfer and then change caller_id_number

2009-03-01 Thread Peter P GMX
Hello, I have the following problem while providing callback (mod_eventsocket is used): 1) I want to call a certain destination number A with a suppressed caller_id_number (this works fine with some vars in the origination string) 2) The destination number A picks up the phone and enters a target

Re: [Freeswitch-users] pocketsphinx and event socket

2009-03-01 Thread Peter P GMX
Hello Brian, thanks for the info. I am a step further, but it cannot load the grammar files. I am sending through event_socket: SendMsg call-command: execute execute-app-name: detect_speech execute-app-arg: pocketsphinx yes no However I get the message (also when I am using Pizza demo):

Re: [Freeswitch-users] To do telephony functions from web page

2009-03-01 Thread Michael Jerris
There are examples on the wiki for this. Mike On Mar 1, 2009, at 3:10 PM, Rex_Alex rex.alex...@yahoo.com wrote: Hi Shelby Ramsey, I would like to do the same in php script. Please post me a sample. Thanks, Rex. Shelby Ramsey wrote: Rex: The basis for xml_rpc or mod_event is

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

2009-03-01 Thread Henry Huang
Does the freeswitch VAD is able to distinguish ring tone from human voice? The scenario is to originate a call to a IVR system(don't connect the other leg here yet) and dial DTMF to get to the designated extension number , once someone picks up and say hello ( detected by VAD) now release to

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

2009-03-01 Thread Henry Huang
Well, I knew it would be some future fantasy for now.. If not human detection. I guess will try to use Dialplan Tools wait for silence to wait till the ring tone is finished ,then connect the other leg. On Sun, Mar 1, 2009 at 6:28 PM, Brian West br...@freeswitch.org wrote: NO. You want

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

2009-03-01 Thread Brian West
Usually ringing is done in early media... so the best bet would be to ignore_early_media=true /b On Mar 1, 2009, at 9:05 PM, Henry Huang wrote: Well, I knew it would be some future fantasy for now.. If not human detection. I guess will try to use Dialplan Tools wait for silence to wait

[Freeswitch-users] Qt portaudio interface

2009-03-01 Thread Mathieu Rene
Hi all, Anyone interested in contributing to a Qt interface in order to make a decent softphone using FS please reply to this thread. (also give your availability so we can have a conference call to decide stuff) Thanks, Math ___ Freeswitch-users

[Freeswitch-users] Ghost Sessions in CLI after a longterm test

2009-03-01 Thread rod
Hi All, I ran some longer tests with FS 1.0.3 acting as an SBC. The test machine has the following specs: - Intel Quad Core Q9550 - 8GB RAM (far too much from what I saw) After 3 days running SIPP with 750 simultaneous calls (1500 channels) at 20cps mean (50cps max) and call duration of

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

2009-03-01 Thread Henry Huang
ignore_early_media=true is not going to do the trick since once the IVR picks up the call on leg A, the ring tone is stopped and the IVR is going to play pre-recorded voice menu. And the freeswtich is going to send DTMF to reach a certain extension number say 101. Then the ring tone is going to