Module: sip-router Branch: carstenbock/ims Commit: 5118c67f7f21d648bdb8664606f46c92f1dba9ec URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5118c67f...
Author: Carsten Bock carsten@bock.info Committer: Carsten Bock carsten@bock.info Date: Tue Jan 11 14:11:44 2011 +0100
- Changes required to make the E-CSCF compile using Kamailio => Changes to TM-Module are direct copy & paste from ser/OpenIMS. Review required. - New Header-Type: Geolocation - fixed several warnings in select_core.c and sip_msg_clone.c
---
lib/lost/Makefile | 25 ++++- lib/lost/client.h | 2 +- modules/ecscf/Makefile | 2 +- modules/ecscf/add_body.c | 2 +- modules/ecscf/dlg_state.c | 6 +- modules/ecscf/dlg_state.h | 15 +-- modules/tm/t_reply.c | 61 +++++++++++ modules/tm/t_reply.h | 12 ++ modules/tm/tm.c | 2 + modules/tm/tm_load.c | 8 ++ modules/tm/tm_load.h | 2 + parser/case_geol.h | 79 ++++++++++++++ parser/hf.c | 4 + parser/hf.h | 5 +- parser/msg_parser.c | 5 + parser/msg_parser.h | 1 + parser/parse_geoloc.c | 261 +++++++++++++++++++++++++++++++++++++++++++++ parser/parse_geoloc.h | 85 +++++++++++++++ parser/parse_uri.c | 6 + select_core.c | 2 + sip_msg_clone.c | 4 + 21 files changed, 565 insertions(+), 24 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=5118...