[Freeswitch-users] C SAY API

David Villasmil Govea david.villasmil at gmail.com
Wed Dec 20 12:55:21 PST 2006


Thanks! Will try it

David


On 12/20/06, Anthony Minessale <anthmct at yahoo.com> wrote:
>
>   We don't have something like that at the moment but it would not be very
> difficult to create.  We do have a mod_perl which lets you do native api
> calls with perl but that is not complete yet.  Your best bet for ivr right
> now is to look
> at mod_spidermonkey which is the javascript IVR enginge that has a lot of
> control over the call and is fairly easy to pick up.
>
>
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
>
> AIM: anthm
> MSN:anthony_minessale at hotmail.com
> JABBER:anthony.minessale at gmail.com
> IRC: irc.freenode.net #freeswitch
>
> FreeSWITCH Developer Conference
> sip:888 at conference.freeswitch.org
> iax:guest at conference.freeswitch.org/888
> googletalk:conf+888 at conference.freeswitch.org
> pstn:213-799-1400
>
>
> ----- Original Message ----
> From: David Villasmil Govea <david.villasmil at gmail.com>
> To: freeswitch-users at lists.freeswitch.org
> Cc: freeswitch-dev at lists.freeswitch.org
> Sent: Wednesday, December 20, 2006 4:33:23 AM
> Subject: Re: [Freeswitch-users] C SAY API
>
> I'm not asking about asterisk, you got me wrong. What I am asking is
> wether there is a module for interacting with freeswitch in perl. Just LIKE
> asterisk.. nmot asking about asterisk at all... not using it anymore.
>
> David
>
> On 12/20/06, Kannaiyan Natesan <gbpnkans at gmail.com> wrote:
> >
> > This is the first time replying to you.
> > This is not asterisk mailing list. I think we need moderation for this
> > list to avoid unwanted emails. Check it out in the asterisk mailing
> > list.
> >
> > Regards,
> > Kannaiyan
> >
> > On 12/20/06, David Villasmil Govea <david.villasmil at gmail.com> wrote:
> > > Hello All,
> > >
> > >      this is my third time asking the same question: Is there anything
> >
> > > analog to asterisk AGI, with perl?
> > >
> > > Thank you
> > >
> > > David
> > >
> > >
> > > On 12/19/06, Nikolay Kolev <me at nikolay.com> wrote:
> > > > This is all good, but I'm afraid that similarly to your Asterisk
> > product,
> > > > it's probably not going to be open source and free (as in "free
> > beer"). I
> > > > will be more than happy if I assumed wrongly.
> > > >
> > > > Nikolay Kolev
> > > > -----Original Message-----
> > > > From: tech at i6net.com [mailto:tech at i6net.com]
> > > > Sent: Tuesday, December 19, 2006 2:10 AM
> > > > To: freeswitch-users at lists.freeswitch.org ; Brian West
> > > > Cc: freeswitch-users at lists.freeswitch.org
> > > > Subject: Re: [Freeswitch-users] C SAY API
> > > >
> > > > Hello,
> > > >
> > > > i6net is trying to port the VXIasterisk to FreeSwitch (project named
> > > > VXIfreeswitch).
> > > > The module is called mod_vxml (Brian confirm me the availability for
> > this
> > > > namming module).
> > > > We have made the first connection between our VoiceXML browser and
> > the
> > > > module.
> > > > We need help to :
> > > > - have a configuration file (XML).
> > > > - have a CLI admin commands to get some execution stats.
> > > >
> > > >
> > > > Tech
> > > >
> > > > Selon Brian West <brian.west at mac.com>:
> > > >
> > > > > 1.  Get OpenVXI to compile ....
> > > > > 2.  Actually get it to work.
> > > > > 3.  Must lean towards Open Source.
> > > > >
> > > > > I have yet to get it working on even linux following the actual
> > build
> > > > > instructions.  If anyone wants to do the research to get this to
> > > > > compile on linux then we can work on Mac and Windows.
> > > > >
> > > > >
> > > > > /b
> > > > >
> > > > > On Dec 18, 2006, at 10:40 PM, Kannaiyan Natesan wrote:
> > > > >
> > > > > > Voicexml will be the best bet.
> > > > > >
> > > > > > Any cons towards using this?
> > > > > >
> > > > > > Kannaiyan
> > > > > >
> > > > > > On 12/18/06, Victor Gamov <vitspec at gmail.com> wrote:
> > > > > >>
> > > > > >> On 12/16/06, Anthony Minessale < anthmct at yahoo.com > wrote:
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>> Hi,
> > > > > >>>
> > > > > >>> I'm working on a muiti-lingual say api for ivr programmers to
> > be
> > > > > >>> able
> > > > > >>> to generate audio for saying numbers, counting items or
> > > > > >>> expressing amounts
> > > > > >> of things such as currency.
> > > > > >>
> > > > > >> [skip]
> > > > > >>
> > > > > >> Hi Anthony!
> > > > > >>
> > > > > >> I think that it's not bad idea to have VoiceXML module in
> > > > > >> FreeSWITCH. Using
> > > > > >> this module anyone can easely write any IVR application
> > (voicemail
> > > > > >> and
> > > > > >> other).  If so, logic for multi-lingual api and other complex
> > > > > >> things may be
> > > > > >> carry out from FreeSWITCH.
> > > > > >>
> > > > > >> Some words about multi-lingual support.
> > > > > >> Some times ago I write VoiceXML applications speaked in
> > English,
> > > > > >> Russian and
> > > > > >> some other langs. The basic idea was liked to your say()
> > function and
> > > > > >> Kannaiyan's sequencer: we use module which parses input digits
> > and
> > > > > >> interpret
> > > > > >> it as number, money, date, etc and predefined VoiceXML files
> > for each
> > > > > >> language to properly construct phrases like "You have 100
> > > > > >> messages" (EN) or
> > > > > >> "In your voicebox 100 messages" (RU).  It works fine for all
> > langs.
> > > > > >>
> > > > > >> --
> > > > > >> CU,
> > > > > >> Victor Gamov
> > > > > >> _______________________________________________
> > > > > >> Freeswitch-users mailing list
> > > > > >> Freeswitch-users at lists.freeswitch.org
> > > > > >>
> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > > > > >> UNSUBSCRIBE:
> > > http://lists.freeswitch.org/mailman/options/freeswitch-
> > > > > >> users
> > > > > >> http://www.freeswitch.org
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >
> > > > > > _______________________________________________
> > > > > > Freeswitch-users mailing list
> > > > > > Freeswitch-users at lists.freeswitch.org
> > > > > >
> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > > > > > UNSUBSCRIBE:
> > > http://lists.freeswitch.org/mailman/options/freeswitch-
> > > > > > users
> > > > > > http://www.freeswitch.org
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Freeswitch-users mailing list
> > > > > Freeswitch-users at lists.freeswitch.org
> > > > >
> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > > > >
> > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> >
> > > > > http://www.freeswitch.org
> > > > >
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Freeswitch-users mailing list
> > > > Freeswitch-users at lists.freeswitch.org
> > > >
> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > > > UNSUBSCRIBE:
> > > http://lists.freeswitch.org/mailman/options/freeswitch-users
> > > > http://www.freeswitch.org
> > > >
> > > >
> > > > _______________________________________________
> > > > Freeswitch-users mailing list
> > > > Freeswitch-users at lists.freeswitch.org
> > > >
> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > > >
> > > UNSUBSCRIBE:
> > http://lists.freeswitch.org/mailman/options/freeswitch-users
> > > > http://www.freeswitch.org
> > > >
> > >
> > >
> > >
> > > --
> > > DVG
> > >
> > > --
> > > Imagination is more important than knowledge
> > > Albert Einstein
> > > _______________________________________________
> > > Freeswitch-users mailing list
> > > Freeswitch-users at lists.freeswitch.org
> > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > > UNSUBSCRIBE:
> > http://lists.freeswitch.org/mailman/options/freeswitch-users
> > > http://www.freeswitch.org
> > >
> > >
> > >
> >
> > _______________________________________________
> > Freeswitch-users mailing list
> > Freeswitch-users at lists.freeswitch.org
> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> > http://www.freeswitch.org
> >
>
>
>
> --
> DVG
>
> --
> Imagination is more important than knowledge
> Albert Einstein _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>


-- 
DVG

-- 
Imagination is more important than knowledge
Albert Einstein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20061220/8bbebe1a/attachment-0003.html 


More information about the FreeSWITCH-users mailing list