[Freeswitch-users] Questions on Building an application for FreeSWITCH

Phone phone.bytes at gmail.com
Wed May 12 16:49:23 PDT 2010


Thanks MC,

Can you point me to any example Perl code to start from?




Michael Collins wrote:
>
>
> On Wed, May 12, 2010 at 3:47 PM, Phillip Jones <pjintheusa at gmail.com 
> <mailto:pjintheusa at gmail.com>> wrote:
>
>     Since you are on a Windows platform anyway - you could also look
>     at mod_managed, that would allow you build the application code in
>     C#. The access to your existing DB would potentially remain the
>     same. It would be quite easy to spin a monitor thread in C# and
>     monitor a DB for new calls and dispatch those calls etc.
>
>     We currently use Dialogic HMP in a Windows environment and our app
>     has ported well with out any change to the backend non telephony
>     code.
>
> This is indeed one of the advantages of ESL and the event socket. If 
> you can abstract away the heavy lifting of the phone calls and 
> handling from the db/logic/etc. then it is much easier to port and to 
> maintain.
>
> In any case, use whatever language supports the event socket and is 
> familiar to you. In all honestly, I just use Perl. It is freakishly 
> good at this sort of thing, at least for me. ( http://xkcd.com/224/ )
>
> -MC
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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
>   




More information about the FreeSWITCH-users mailing list