<br><br><div class="gmail_quote">On Sun, Dec 27, 2009 at 11:21 PM, miracle 2012 <span dir="ltr">&lt;<a href="mailto:2012.miracle@gmail.com">2012.miracle@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>please provide any example c programs , APIs info, reference as i want to write a dialer in c with freeswitch. <br>i am a newbie for free switch... :|<br><br>thanks. <br></blockquote><div><br>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&#39;t done so already):<br>
<a href="http://wiki.freeswitch.org/wiki/Quick_and_Dirty_Install">http://wiki.freeswitch.org/wiki/Quick_and_Dirty_Install</a><br><br>Then brush up on the basics of FS by considering this article:<br><a href="http://bit.ly/EpVrv">http://bit.ly/EpVrv</a><b><br>
<br></b>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:<br>
<a href="http://wiki.freeswitch.org/wiki/Event_Socket">http://wiki.freeswitch.org/wiki/Event_Socket</a><br><br>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 <a href="http://irc.freenode.net">irc.freenode.net</a>.<br>
-MC<br></div></div><br>