Sathya Weerasooriya
2004-Aug-04 19:10 UTC
[Asterisk-Users] how to integrate an addon module to asterisk
Hi friends, Do we have some instructions to build an addon module to asterisk ? Lets say I write my own addon module, addon.c, how do I go about linking this with asterisk. Any pointers ?? SW -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040804/b98afcd3/attachment.htm
Steven Critchfield
2004-Aug-04 19:53 UTC
[Asterisk-Users] how to integrate an addon module to asterisk
On Wed, 2004-08-04 at 21:10, Sathya Weerasooriya wrote:> Hi friends, > > Do we have some instructions to build an addon module to asterisk ? > Lets say I write my own addon module, addon.c, how do I go about > linking this with asterisk. Any pointers ??Depends on what type of addon you want to write. If it is an app, look at app_skel. Basically you need to spend some time learning asterisk first, then you will know where in the source to look. -- Steven Critchfield <critch@basesys.com>