Re: [Freeswitch-dev] CCXML/VXML module

2009-03-05 Thread Matt Porter
Im usually a lurker, but ill chime in here.. just to stir the pot a bit. "speed" is being loosely thrown around here speed of the script interpreter is usually not an issue. A voice dialog based application spends 90++% of the time in a waiting or "collect" stage, and the speed of the interpre

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-05 Thread mszlazak
Yup, one thing you start noticing rather quickly when writing up a VXML application is how much inline javascript is being used in the tags. The nature of script and the nature of the xml gets blurred. Where can I read up on VXML being converted to Javascript. Mark. -Original Me

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-05 Thread Brian West
Because the VXML is going to be converted to javascript on the underside... so skip a step. /b On Mar 5, 2009, at 9:45 PM, jonathan augenstine wrote: > I have been looking over the VXML and CCXML specifications. I only > see very peripheral references to JavaScript. Can you elaborate on

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-05 Thread Mathieu Rene
besides, FS also supports javascript... look at mod_spidermonkey. So all the libs required to do JS are already shipped in libs/ Math On 5-Mar-09, at 10:45 PM, jonathan augenstine wrote: Jan, I have been looking over the VXML and CCXML specifications. I only see very peripheral reference

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-05 Thread jonathan augenstine
Jan, I have been looking over the VXML and CCXML specifications. I only see very peripheral references to JavaScript. Can you elaborate on why JavaScript would be needed? I do not see the connection, based on what I see in the specification. While I am no big XML fan, I do not see any inherent

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-05 Thread Jan Berger
We have talked about it, but it's not on the priority list as far as I know. vxml as a scripting language is very slow + complex as you also need JavaScript. It does however exist open source that can be used. OpenVXL - this exist in 2 versions. The newest is GPL, but it was previously pu

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-05 Thread Mathieu Rene
Hi, I am not aware of active projects for CCXML/VXML but maybe someone else can orientate you on that level. As for the XML, if you make a freeswitch module there is already an API for parsing XML that everything else uses. Come on IRC I'll be more than happy to give you some pointers. Math

[Freeswitch-dev] CCXML/VXML module

2009-03-05 Thread jonathan augenstine
I have a project that has a requirement for CCXML/VXML. I know this topic has popped up periodically on this list. My first question is, does anyone know of any development going on in this area on Freeswitch? I am considering writing a CCXML/VXML module, but I do not want to reinvent the wheel.

[Freeswitch-dev] Is there an Opp for FS here in the future?

2009-03-05 Thread EdPimentl
FYI --- by I lazaar ..Feb 27, 2009 Back in October of 2007 I authored a column for *Business Communications Review* that looked at Microsoft's entry into the VOIP market and asked whether Microsoft had entered the market after most enterprise organizations had already moved forward with alter

Re: [Freeswitch-dev] confuse about the session

2009-03-05 Thread Mathieu Rene
sessions are using memory pools, memory allocated on them is automatically free'd when the call hangs up Math On 5-Mar-09, at 3:56 AM, congxin zhao wrote: > switch_core_session_set_uuid ___ Freeswitch-dev mailing list Freeswitch-dev@lists.freeswitc

[Freeswitch-dev] confuse about the session

2009-03-05 Thread congxin zhao
Hi I am a new guy, and the session confuses me. It uses switch_core_session_set_uuid to allocate the session, but where free the session memory? Thanks & regards, -Congxin ___ Freeswitch-dev mailing list Freeswitch-dev@lists.freeswitch.org http://lists