Re: [Freeswitch-users] Application language to support C or C++?

2009-02-03 Thread Michael Collins
Lee, You also might want to take a look at some of the examples in the contrib folder in the source tree. There are several items there that use the event socket. The event socket is extremely powerful and is suitable for a wide range of applications. However, it isn't the only way to do things. Y

Re: [Freeswitch-users] Application language to support C or C++?

2009-02-03 Thread Raul Fragoso
Depending on what you want to do, I suggest having a look at mod_event_socket: http://wiki.freeswitch.org/wiki/Mod_event_socket That module is a socket based interface that provides a vast range of options to control FreeSWITCH and its applications. Just for the record, my application is entirely w

Re: [Freeswitch-users] Application language to support C or C++?

2009-02-02 Thread Ken Rice
language to support C or C++? Hi All, I saw the applications using FreeSwitch library can be written in JavaScript, Perl, Python and Lua but I need to use Linux C or C++ for applications, Is FreeSwitch can supported it? Where can I get the sample codes? My Linux platform is base on Fedora

Re: [Freeswitch-users] Application language to support C or C++?

2009-02-02 Thread Brian West
Do you want to write modules in c++ for FreeSWITCH? If so then yes you can write modules in c++... If thats not what you mean please clarify. /b On Feb 2, 2009, at 8:21 PM, lee jason wrote: > Hi All, > > I saw the applications using FreeSwitch library can be written > in JavaScript,

[Freeswitch-users] Application language to support C or C++?

2009-02-02 Thread lee jason
Hi All, I saw the applications using FreeSwitch library can be written in JavaScript, Perl, Python and Lua but I need to use Linux C or C++ for applications, Is FreeSwitch can supported it? Where can I get the sample codes? My Linux platform is base on Fedora. Thanks a lot. Jason ___