Hi, Thanks for the new module.
Can you update Makefile.groups so that the module is not built by default. At the moment my RPM builds are breaking because the new module is built by default and means there are unpackaged files left at the end of the build.
Thanks, Peter On 26/03/13 05:04, Carlos Ruiz Diaz wrote:
Module: sip-router Branch: master Commit: 96596e282af0a967c93e162169c6729d183557b9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96596e282af0a967c93e162169c6729d183557b9 Author: Carlos Ruiz Díaz <[email protected]> Committer: Carlos Ruiz Díaz <[email protected]> Date: Tue Mar 26 00:58:28 2013 -0300 cnxcc: added new module for credit control --- modules/cnxcc/Makefile | 17 + modules/cnxcc/README | 270 ++++++ modules/cnxcc/cnxcc.c | 63 ++ modules/cnxcc/cnxcc.h | 39 + modules/cnxcc/cnxcc_check.c | 176 ++++ modules/cnxcc/cnxcc_check.h | 16 + modules/cnxcc/cnxcc_mod.c | 1526 ++++++++++++++++++++++++++++++ modules/cnxcc/cnxcc_mod.h | 156 +++ modules/cnxcc/cnxcc_rpc.c | 269 ++++++ modules/cnxcc/cnxcc_rpc.h | 16 + modules/cnxcc/cnxcc_sip_msg_faker.c | 71 ++ modules/cnxcc/cnxcc_sip_msg_faker.h | 29 + modules/cnxcc/doc/Makefile | 4 + modules/cnxcc/doc/cnxcc.xml | 36 + modules/cnxcc/doc/cnxcc_admin.xml | 299 ++++++ modules/cnxcc/example/kamailio-cnxcc.cfg | 983 +++++++++++++++++++ 16 files changed, 3970 insertions(+), 0 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=96596e282af0a967c93e162169c6729d183557b9 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
_______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
