Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread Michael Collins
On Fri, Mar 6, 2009 at 12:33 PM, jonathan augenstine wrote: > I think your points are well taken and I certainly do not want to start down > a road that is a dead end.  What makes me think I "need" VXML is that is > what my client is requesting.  That is usually a pretty good determination > in my

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread jonathan augenstine
I think your points are well taken and I certainly do not want to start down a road that is a dead end. What makes me think I "need" VXML is that is what my client is requesting. That is usually a pretty good determination in my book. That being said I am not beyond pushing another solution if I

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread Jan Berger
org > To: freeswitch-dev@lists.freeswitch.org > Date: Fri, 6 Mar 2009 11:39:45 -0600 > Subject: Re: [Freeswitch-dev] CCXML/VXML module > > http://www.speech.cs.cmu.edu/openvxi/ > > no license issues... > > then... wait for it > > Someone took it.. converted

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread Matt Porter
what makes you think you "need" voicexml, I wouldnt suggest flooding the market with yet another half done voicexml interpreter... if you try to implement one from scratch, you will quickly realize that finishing the last 10% is more than 90% of the work. Then its in the state as all the other o

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread Imthiyaz Ahmed
Java vxml interpreter , it is opensource http://sourceforge.net/projects/jvoicexml Imthiyaz On Fri, Mar 6, 2009 at 11:09 PM, Brian West wrote: > http://www.speech.cs.cmu.edu/openvxi/ > > no license issues... > > then... wait for it > > Someone took it.. converted it to GPL, patched it... bu

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread Brian West
http://www.speech.cs.cmu.edu/openvxi/ no license issues... then... wait for it Someone took it.. converted it to GPL, patched it... but now OpenVXI can't use any of the patches. /b On Mar 6, 2009, at 11:16 AM, jonathan augenstine wrote: > Maybe I have not made my question/deliberation c

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread jonathan augenstine
Maybe I have not made my question/deliberation clear, but what I am exploring is, does VXML/CCXML bring value to Freeswitch and does it make sense in the design of the project I am working on? There is zero interest in finding a VXML/CCXML parser from another source. There is no interest in wanti

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread Jan Berger
: anthony.miness...@gmail.com To: freeswitch-dev@lists.freeswitch.org Subject: Re: [Freeswitch-dev] CCXML/VXML module Also consider: ESL (BSD) Can be used as a glue layer to FS over Event Socket thus negating any pesky cross-open-source license drama. We do have all the resources to make a VXML

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread Anthony Minessale
Also consider: ESL (BSD) Can be used as a glue layer to FS over Event Socket thus negating any pesky cross-open-source license drama. We do have all the resources to make a VXML engine but nobody has really expressed an interest as of late, but we are open to the idea. On Fri, Mar 6, 2009 at

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread Anthony Minessale
Also consider: ESL (BSD) Can be used as a glue layer to FS over Event Socket thus negating any pesky cross-open-source license drama. We do have all the resources to make a VXML engine but nobody has really expressed an interest as of late, but we are open to the idea. On Fri, Mar 6, 2009 at

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread EdPimentl
Here are a number of links to open source ccxml/voicexml links to help make an informed decision. http://www.unimrcp.org/ - http://www.cstr.ed.ac.uk/projects/festival/ - http://sourceforge.net/projects/cmusphinx/ -- http://www.speech.cs.cmu.edu/openvxi/index.html - http://www.voiceglue.org/ --

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-06 Thread Jan Berger
lking hello world apps here. Jan Date: Thu, 5 Mar 2009 19:45:34 -0800 From: jaugenst...@gmail.com To: freeswitch-dev@lists.freeswitch.org Subject: Re: [Freeswitch-dev] CCXML/VXML module Jan, I have been looking over the VXML and CCXML specifications. I only see very peripheral referenc

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
Message- From: Brian West To: freeswitch-dev@lists.freeswitch.org Sent: Thu, 5 Mar 2009 8:16 pm Subject: Re: [Freeswitch-dev] CCXML/VXML module 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

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
m To: freeswitch-dev@lists.freeswitch.org Subject: [Freeswitch-dev] CCXML/VXML module 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?

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-05 Thread jonathan augenstine
VXML, but > I suggest you start with that. > > Jan > > -- > Date: Thu, 5 Mar 2009 09:21:48 -0800 > From: jaugenst...@gmail.com > To: freeswitch-dev@lists.freeswitch.org > Subject: [Freeswitch-dev] CCXML/VXML module > > I have a projec

Re: [Freeswitch-dev] CCXML/VXML module

2009-03-05 Thread Jan Berger
ously published under a different license that is compatible with FreeSwitch. This is only VXML, but I suggest you start with that. Jan Date: Thu, 5 Mar 2009 09:21:48 -0800 From: jaugenst...@gmail.com To: freeswitch-dev@lists.freeswitch.org Subject: [Freeswitch-dev] CCXML/VXML module I h

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.