Compilation warnings: nds.h:65: warning: âstr_msg_403â defined but not used nds.h:66: warning: âstr_msg_500â defined but not used
On Sun, Dec 30, 2012 at 3:43 PM, Jason Penton <[email protected]> wrote: > Module: sip-router > Branch: master > Commit: 29e841d41f57fa24d79fef10ff1e20943fa068ec > URL: > http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29e841d41f57fa24d79fef10ff1e20943fa068ec > > Author: Jason Penton <[email protected]> > Committer: Jason Penton <[email protected]> > Date: Sun Dec 30 20:26:09 2012 +0200 > > modules/icscf: added I-CSCF module. > > --- > > modules/icscf/Makefile | 27 + > modules/icscf/blurb | 44 ++ > modules/icscf/cxdx_avp.c | 1028 > +++++++++++++++++++++++++++++++++++++ > modules/icscf/cxdx_avp.h | 276 ++++++++++ > modules/icscf/cxdx_lir.c | 278 ++++++++++ > modules/icscf/cxdx_lir.h | 88 ++++ > modules/icscf/cxdx_uar.c | 312 +++++++++++ > modules/icscf/cxdx_uar.h | 87 ++++ > modules/icscf/db.c | 381 ++++++++++++++ > modules/icscf/db.h | 73 +++ > modules/icscf/doc/Makefile | 4 + > modules/icscf/doc/icscf.xml | 65 +++ > modules/icscf/doc/icscf_admin.xml | 448 ++++++++++++++++ > modules/icscf/location.c | 153 ++++++ > modules/icscf/location.h | 67 +++ > modules/icscf/mod.c | 311 +++++++++++ > modules/icscf/mod.h | 89 ++++ > modules/icscf/nds.c | 219 ++++++++ > modules/icscf/nds.h | 76 +++ > modules/icscf/registration.c | 211 ++++++++ > modules/icscf/registration.h | 70 +++ > modules/icscf/scscf_list.c | 586 +++++++++++++++++++++ > modules/icscf/scscf_list.h | 177 +++++++ > modules/icscf/sip_messages.h | 76 +++ > modules/icscf/stats.c | 95 ++++ > modules/icscf/stats.h | 63 +++ > 26 files changed, 5304 insertions(+), 0 deletions(-) > > Diff: > http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=29e841d41f57fa24d79fef10ff1e20943fa068ec > _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
