[Freeswitch-users] FreeSwitch Complex IVR System

Michael Collins msc at freeswitch.org
Thu Apr 16 16:13:18 PDT 2009


To add to David's comments:

Have a look at ESL, which is the event socket library that the fs devs
created. It's an abstraction layer that makes it easier to use the event
socket with the programming language of your choice. In fact, the program
"fs_cli.c" is a great example of a program that uses the ESL to talk to a
FreeSWITCH server. (fs_cli = FreeSWITCH Command Line Interface program,
kinda like "asterisk -r" if that means anything to you...)

Your project is most definitely possible with FreeSWITCH. A number of people
in the FS community have done bits and pieces of what you've described. Your
big challenge is that you're going to need a person or a team who
understands multiple technology concepts and how to integrate them:
telephony & signaling, socket communications, database management, scripting
and programming, etc.

This is a bold project and I would love to see you use FS to be the
telephony engine. Let us know what you decide. Also, if you need
professional FS assistance you can request it at consulting at freeswitch.org.

-MC

On Thu, Apr 16, 2009 at 8:35 AM, David Knell <dave at 3c.co.uk> wrote:

> Hi Guido,
>
> My preferred way is to talk to FS through its event socket
> interface.  This allows you fully to control FS, whilst giving
> you the power to write the code in whatever language and on
> whatever platform you choose.
>
> The documentation starts here:
> http://wiki.freeswitch.org/wiki/Mod_event_socket
>
> Cheers --
>
> Dave
>
> > Hi @all
> >
> > I have a question about a project I want to realize with FreeSwitch. I
> > want to do a complex IVR System which takes a call, do many things in
> > a MSSQL DB, send some Informations to one or many Middleware Servers
> > via TCP/IP, call one or more mobile phones, the first is able to take
> > the call, it can be that he must be able to hear a prompt before he is
> > actually connected to the first caller, then the conversation must be
> > recorded automatically and during the conversation it must be possible
> > for the called party to redirect the call by dtmf. I know that this is
> > all possible, but I want to know which way is the best to do all this?
> >
> >
> > _______________________________________________
> > 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090416/3bd398aa/attachment-0002.html 


More information about the FreeSWITCH-users mailing list