Index: modules.txt =================================================================== --- modules.txt (revision 59185) +++ modules.txt (working copy) @@ -17,10 +17,8 @@ return 0 on success and non-zero on failure (i.e. it cannot yet be unloaded). -char *description(): - - Return a description of the module's functionality. - -int usecnt(): +AST_MODULE_INFO_STANDARD(keystr, desc); - Return the number of channels, etc that are using you. + desc: Put here the module description. + keystr: You need to set here the GPL key license (ASTERISK_GPL_KEY). +