[Freeswitch-users] How can I make more sounds that sound like Callie?

2009-09-02 Thread Nick Lemberger
I'm guessing she's a Cepstral voice, but can I ask what version, khz and settings the 8khz sounds are recorded with (I ask about the khz because perhaps they were pre-transcoded)? I tried downloading 5.1 from Cepstral but they don't sound at all alike. I'd like to replace a few prompts with

Re: [Freeswitch-users] mod_voicemail email template variables

2009-09-01 Thread Nick Lemberger
application=set data=test_var=this is a test/ right before the voicemail app is called then put ${test_var} in your template. making sure to issue reloadxml or restart FS On Thu, Aug 27, 2009 at 1:06 PM, Nick Lemberger nick.lember...@lkfd.netwrote: Thanks for the fast reply! I just tried 10 random

Re: [Freeswitch-users] mod_voicemail email template variables

2009-08-27 Thread Nick Lemberger
at 12:44 PM, in message 191c3a030908271044k63973088xeec12c578d02e...@mail.gmail.com, Anthony Minessale anthony.miness...@gmail.com wrote: all variables referenced in the template should expand when sending the email. On Thu, Aug 27, 2009 at 12:41 PM, Nick Lemberger nick.lember

[Freeswitch-users] OpenSolaris Compile Error [gcc]

2009-08-13 Thread Nick Lemberger
64bit OpenSolaris w/ gcc-4.3.2 After a bootstrap and configure I get the following error when running make: ---snip--- Compiling src/switch_caller.c ... cc1: warnings being treated as errors src/switch_caller.c: In function 'switch_caller_profile_event_set_data': src/switch_caller.c:299:

[Freeswitch-users] Lua Script Return Value mod_xmlrpc

2009-08-06 Thread Nick Lemberger
Is it possible to have a LUA script return something to the client when accessed via the XML RPC gateway luarun? ie: access the url: http://FSip:8080/api/luarun?myscript.lua and have the script return a value? -Nick ___ FreeSWITCH-users mailing

[Freeswitch-users] LUA Event generation

2009-07-08 Thread Nick Lemberger
When I create an even with mod_lua, I need to add the even variable name as the 1st argument too all of the event statements - this is not how it's listed in the examples in the Wiki, is this new and should I update the WIKI or am I doing something wrong? The way I needed to write it to get it

[Freeswitch-users] Force SUBSCRIBE or sendevent NOTIFY without subscription

2009-07-07 Thread Nick Lemberger
Is it possible to force a sofia profile to subscribe to an event or use sendevent to force send a NOTIFY to a SIP endpoint? I'm trying to use FreeSwitch as a voicemail server but the sending switch doesn't send SIP SUBSCRIBE messages. I'd like to send unsolicited SIP notifies to turn on MWI