Module: sip-router Branch: master Commit: 200082fd140bcebc7cdbf1d5511f51aa6e6f304e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=200082fd...
Author: Jason Penton jason.penton@smilecoms.com Committer: Jason Penton jason.penton@smilecoms.com Date: Sun Dec 30 20:39:58 2012 +0200
modules/registrar_scscf: first commit of registrar_scscf - Registrar functionality for S-CSCF servers
---
modules/registrar_scscf/CxDataType_Rel6.xsd | 293 ++++++ modules/registrar_scscf/CxDataType_Rel7.xsd | 301 ++++++ modules/registrar_scscf/Makefile | 20 + modules/registrar_scscf/api.c | 95 ++ modules/registrar_scscf/api.h | 73 ++ modules/registrar_scscf/blurb | 44 + modules/registrar_scscf/common.c | 126 +++ modules/registrar_scscf/common.h | 44 + modules/registrar_scscf/config.c | 78 ++ modules/registrar_scscf/config.h | 53 ++ modules/registrar_scscf/cxdx_avp.c | 1047 +++++++++++++++++++++ modules/registrar_scscf/cxdx_avp.h | 286 ++++++ modules/registrar_scscf/cxdx_callbacks.c | 37 + modules/registrar_scscf/cxdx_callbacks.h | 31 + modules/registrar_scscf/cxdx_sar.c | 344 +++++++ modules/registrar_scscf/cxdx_sar.h | 94 ++ modules/registrar_scscf/lookup.c | 248 +++++ modules/registrar_scscf/lookup.h | 54 ++ modules/registrar_scscf/path.c | 115 +++ modules/registrar_scscf/path.h | 43 + modules/registrar_scscf/reg_mod.c | 689 ++++++++++++++ modules/registrar_scscf/reg_mod.h | 117 +++ modules/registrar_scscf/registrar_notify.c | 1305 +++++++++++++++++++++++++++ modules/registrar_scscf/registrar_notify.h | 142 +++ modules/registrar_scscf/regpv.c | 541 +++++++++++ modules/registrar_scscf/regpv.h | 49 + modules/registrar_scscf/regtime.c | 39 + modules/registrar_scscf/regtime.h | 48 + modules/registrar_scscf/reply.c | 770 ++++++++++++++++ modules/registrar_scscf/reply.h | 84 ++ modules/registrar_scscf/rerrno.c | 35 + modules/registrar_scscf/rerrno.h | 71 ++ modules/registrar_scscf/save.c | 1270 ++++++++++++++++++++++++++ modules/registrar_scscf/save.h | 70 ++ modules/registrar_scscf/screensharing.log | 66 ++ modules/registrar_scscf/server_assignment.c | 92 ++ modules/registrar_scscf/server_assignment.h | 63 ++ modules/registrar_scscf/sip_msg.c | 284 ++++++ modules/registrar_scscf/sip_msg.h | 77 ++ modules/registrar_scscf/stats.c | 68 ++ modules/registrar_scscf/stats.h | 56 ++ modules/registrar_scscf/userdata_parser.c | 1059 ++++++++++++++++++++++ modules/registrar_scscf/userdata_parser.h | 66 ++ modules/registrar_scscf/usrloc_cb.c | 109 +++ modules/registrar_scscf/usrloc_cb.h | 55 ++ 45 files changed, 10651 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=2000...