[Freeswitch-users] pocketsphinx and event socket

2009-02-28 Thread Peter P GMX
Hello, I have tried the pizza demo and did it get to work so far. However I would like to use pocketsphinx through event socket. I saw in the wiki that there is a chapter for Speech Synthesis Commands: http://wiki.freeswitch.org/wiki/Mod_commands#Speech_Synthesis_Commands However this is empty.

[Freeswitch-users] SIP server? PBX vs. softswitch?

2009-02-28 Thread Fred
Hello Even though I successfully set up an Asterisk voice server, I'm no telecom expert, and would like some clarification about the following things: - What is an SIP server as opposed to a IP PBX? - What is the different between a PBX like Asterisk and a softswitch? Thank you.

[Freeswitch-users] freeswitch with celt on windows

2009-02-28 Thread e schmidbauer
Hi. I was wondering if it is possible to compile freeswitch with the celt codec on windows? I have been able to compile celt for windows but when i compiled freeswitch i did not see the mod_celt in the solution explorer. If this is possible could someone point me in the right direction. Thank you.

Re: [Freeswitch-users] pocketsphinx and event socket

2009-02-28 Thread Brian West
You can accomplish this here is an example using ESL in perl http://fisheye.freeswitch.org/browse/FreeSWITCH/libs/esl/perl/server3.pl?r=12344 /b On Feb 28, 2009, at 6:18 AM, Peter P GMX wrote: Or back to the basics: Is it possible to use pocketsphinx through event socket?

[Freeswitch-users] Using OpenZAP + FXO card just to get CID info?

2009-02-28 Thread Fred
Hello I'd like to write a single-host CRM application, so I need to get the CallerID information when a call comes in. I don't actually need a PBX/softswitch. The user will have the FXO cards and a phoneset connected on the same line, and will pick up the phone once the CRM application has

Re: [Freeswitch-users] Using OpenZAP + FXO card just to get CID info?

2009-02-28 Thread Mathieu Rene
OpenZAP is just a module accessing the card, you need to use it within freeswitch. Then, you can use event socket to get the callerid. On 28-Feb-09, at 11:30 AM, Fred wrote: Hello I'd like to write a single-host CRM application, so I need to get the CallerID information when a call comes

Re: [Freeswitch-users] freeswitch with celt on windows

2009-02-28 Thread Brian West
Someone just needs to do the work of adding it to the build... I thought Carlos did this already... Are you on SVN Trunk? /b On Feb 28, 2009, at 10:01 AM, e schmidbauer wrote: Hi. I was wondering if it is possible to compile freeswitch with the celt codec on windows? I have been able to

Re: [Freeswitch-users] SIP server? PBX vs. softswitch?

2009-02-28 Thread Brian West
It depends on how you look at it... most will say there is no difference... but last I checked you usually don't run heavy apps on a softswitch. FreeSWITCH can be everything from softphone to softswitch and everything in between including PBX. The default config comes configured as a

Re: [Freeswitch-users] freeswitch with celt on windows

2009-02-28 Thread e schmidbauer
i used the nightly snapshot... http://files.freeswitch.org/freeswitch-snapshot.tar.gz On Sat, Feb 28, 2009 at 11:34 AM, Brian West br...@freeswitch.org wrote: Someone just needs to do the work of adding it to the build... I thought Carlos did this already... Are you on SVN Trunk? /b On Feb

Re: [Freeswitch-users] SIP server? PBX vs. softswitch?

2009-02-28 Thread David Sugar
Where this is distinguished, it is not directly at the level that user's experience the end result. In the case of what is called a softswitch, one answer is found in organizations like the ISC (International Softswitch Consortium) and vendors who built products around their architecture

[Freeswitch-users] Orginate: getting status of call fail

2009-02-28 Thread Nik Middleton
Hi Guys, I've been running a test script written in lua which now works very well thanks to Anthony's fix to stream file. Right now I'm using an event socket to initiate the call and passing the name of the script along with originate thus: $dialstring = originate

[Freeswitch-users] Problems loading mod_spidermonkey_curl

2009-02-28 Thread David Dan
I'm getting the following error when I try to load the mod_spidermonkey_curl module. I didn't get any errors when I compiled it. I also tried --without-libcurl but I got the same result. Any help would be appreciated. freeswi...@internal load mod_spidermonkey_curl -ERR [module load file

Re: [Freeswitch-users] Problems loading mod_spidermonkey_curl

2009-02-28 Thread Brian West
please open up spidermonkey.conf.xml and add it to the load there... its a sub module of mod_spidermonkey so you can't load it at the CLI /b On Feb 28, 2009, at 1:33 PM, David Dan wrote: I'm getting the following error when I try to load the mod_spidermonkey_curl module. I didn't get any

Re: [Freeswitch-users] Problems loading mod_spidermonkey_curl

2009-02-28 Thread David Dan
That did it. Thank you On 2/28/09, Brian West br...@freeswitch.org wrote: please open up spidermonkey.conf.xml and add it to the load there... its a sub module of mod_spidermonkey so you can't load it at the CLI /b On Feb 28, 2009, at 1:33 PM, David Dan wrote: I'm getting the following