Hi all, I was wondering if there is any documentation of the Asterisk C source code. I have downloaded the code, but I haven't seen any references to documentation neither in the Asterisk home page nor in Asterisk wiki. Does anyone know if this documentation is freely available? We are specially interested on the application API that would allow us to implement new applications for Asterisk. Thanks, Paulo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050117/d99e824a/attachment.htm
Fabian Müller
2005-Jan-17 11:59 UTC
[Asterisk-Users] Asterisk C source code documentation
Paulo <mao_tse_tungue@yahoo.com.hk> writes:> Hi all,Hi Paulo,> I was wondering if there is any documentation of the Asterisk C > source code.A good point to start is the file apps/app_skel.c which shows the minumum you need in an application. Regards, Fabian M?ller
*laughs* Would be nice wouldn't it. You can do "make progdocs" if you have doxygen installed. Most of what I learned was by reading code. -Matthew ----- Original Message ----- From: "Paulo" <mao_tse_tungue@yahoo.com.hk> To: <asterisk-users@lists.digium.com> Sent: Monday, January 17, 2005 12:35 PM Subject: [Asterisk-Users] Asterisk C source code documentation> Hi all, > > I was wondering if there is any documentation of the Asterisk C sourcecode. I have downloaded the code, but I haven't seen any references to documentation neither in the Asterisk home page nor in Asterisk wiki.> Does anyone know if this documentation is freely available? We arespecially interested on the application API that would allow us to implement new applications for Asterisk.> > Thanks, > Paulo > >---------------------------------------------------------------------------- ----> _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Paulo wrote:> Hi all, > > I was wondering if there is any documentation of the Asterisk C source > code. I have downloaded the code, but I haven't seen any references to > documentation neither in the Asterisk home page nor in Asterisk wiki. > Does anyone know if this documentation is freely available? We are > specially interested on the application API that would allow us to > implement new applications for Asterisk. > > Thanks, > PauloPaulo You can obtain up-to-date documentation by running `make progdocs`. This requires you have doxygen installed. You can see an example here:- http://chaz6.com/public/asterisk/index.html Regards Chris