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 <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
