It's easy to add a new "SMSC" module using the current API. all you need to do is write a new C file for your module, supply the necessary callbacks and register it in smscconn_p.h and smscconn.c.
see the recently submitted smsc_cgw.c for a good example. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. An eye for an eye and a tooth for a tooth leaves us blind and toothless. > -----Original Message----- > From: Harrie Hazewinkel [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 1:58 PM > To: dev-kannel > Subject: additional modules > > > HI all, > > I have a question regarding adding extra (new) modules to Kannel. > Is there a way to do this without changing the core code?? > Am I correct that I cannot make use of some API, but need to > change/add lines of code in the existing code before I can make > for instance an additional thread with new functionality?? > > > regards, > > Harrie > > Internet Management Consulting > tel: +39-3474932300 / +31-625357135 > mailto:[EMAIL PROTECTED] http ://www.mod-snmp.com/ > > >
