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 written in C++ and uses
FreeSWITCH as a back-end for providing PBX functionality through a
combination of mod_event_socket and mod_xml_curl.

Regards,

Raul

On Tue, 2009-02-03 at 10:21 +0800, lee jason wrote:
 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
 ___
 Freeswitch-users mailing list
 Freeswitch-users@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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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. You could also build an actual FreeSWITCH
application like the ones found in the mod directory. That's a bit
more involved and I don't recommend starting there unless you're C/C++
skills are well established. :)

What is your application? Most likely others here have done something
similar and can share with you their experiences, including what
worked and what didn't work.

-MC

On Tue, Feb 3, 2009 at 5:33 AM, Raul Fragoso r...@etellicom.com wrote:
 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 written in C++ and uses
 FreeSWITCH as a back-end for providing PBX functionality through a
 combination of mod_event_socket and mod_xml_curl.

 Regards,

 Raul

 On Tue, 2009-02-03 at 10:21 +0800, lee jason wrote:
 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
 ___
 Freeswitch-users mailing list
 Freeswitch-users@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@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@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] 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
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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

2009-02-02 Thread Ken Rice
FreeSwitch is written in C mainly and some things like mod_opal are written
in C++, you can create your own modules in C... Grab the source and look
around its pretty straight forward



From: lee jason ja...@voicesession.com
Reply-To: freeswitch-users@lists.freeswitch.org
Date: Tue, 3 Feb 2009 10:21:25 +0800
To: freeswitch-users@lists.freeswitch.org
Subject: [Freeswitch-users] Application 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.


Thanks a lot.

Jason


___
Freeswitch-users mailing list
Freeswitch-users@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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org