Module: sip-router Branch: master Commit: 96596e282af0a967c93e162169c6729d183557b9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96596e28...
Author: Carlos Ruiz Díaz carlos.ruizdiaz@gmail.com Committer: Carlos Ruiz Díaz carlos.ruizdiaz@gmail.com 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=9659...
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=96596e28...
Author: Carlos Ruiz Díaz carlos.ruizdiaz@gmail.com Committer: Carlos Ruiz Díaz carlos.ruizdiaz@gmail.com 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=9659...
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Hello,
the module does not have external libraries dependencies, so it should be part of the standard group of modules package.
I added it to the internal list of modules named 'extra'.
Cheers, Daniel
On 3/27/13 12:29 PM, Peter Dunkley wrote:
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=96596e28...
Author: Carlos Ruiz Díaz carlos.ruizdiaz@gmail.com Committer: Carlos Ruiz Díaz carlos.ruizdiaz@gmail.com 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=9659...
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Hi Peter,
it looks like Daniel has clarified this matter.
Please let me know if I can help you with something else.
Regards,
Carlos.
On Wed, Mar 27, 2013 at 9:41 AM, Daniel-Constantin Mierla <miconda@gmail.com
wrote:
Hello,
the module does not have external libraries dependencies, so it should be part of the standard group of modules package.
I added it to the internal list of modules named 'extra'.
Cheers, Daniel
On 3/27/13 12:29 PM, Peter Dunkley wrote:
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: 96596e282af0a967c93e162169c672**9d183557b9 URL: http://git.sip-router.org/cgi-**bin/gitweb.cgi/sip-router/?a=** commit;h=**96596e282af0a967c93e162169c672**9d183557b9http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96596e282af0a967c93e162169c6729d183557b9
Author: Carlos Ruiz Díaz carlos.ruizdiaz@gmail.com Committer: Carlos Ruiz Díaz carlos.ruizdiaz@gmail.com 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=**96596e282af0a967c93e162169c672**9d183557b9http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=96596e282af0a967c93e162169c6729d183557b9
______________________________**_________________ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/**cgi-bin/mailman/listinfo/sr-**devhttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
______________________________**_________________ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/**cgi-bin/mailman/listinfo/sr-**devhttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
-- Daniel-Constantin Mierla - http://www.asipto.com http://twitter.com/#!/miconda - http://www.linkedin.com/in/**micondahttp://www.linkedin.com/in/miconda Kamailio World Conference, April 16-17, 2013, Berlin
______________________________**_________________ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/**cgi-bin/mailman/listinfo/sr-**devhttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev