On Sun, Dec 27, 2009 at 11:21 PM, miracle 2012 <2012.mira...@gmail.com>wrote:
> Hi, > > please provide any example c programs , APIs info, reference as i want to > write a dialer in c with freeswitch. > i am a newbie for free switch... :| > > thanks. > First things first. Make sure you get a working install of FreeSWITCH and that you can do the basics. Get the latest SVN trunk and install it using this procedure (if you haven't done so already): http://wiki.freeswitch.org/wiki/Quick_and_Dirty_Install Then brush up on the basics of FS by considering this article: http://bit.ly/EpVrv* *Once you are comfortable with the basics of operating FreeSWITCH then think about whether or not you really need to write your dialer module in C. FreeSWITCH comes with an awesome event socket and corresponding library (ESL) that lets you control FS from one or more separate systems. That might be a better fit for you depending on your circumstances. More info on event socket here: http://wiki.freeswitch.org/wiki/Event_Socket You have your homework assignment now. :) Also, if you want to talk in real-time about this join the main channel and the dev channel in IRC: #freeswitch and #freeswitch-dev on irc.freenode.net. -MC
_______________________________________________ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org