Module: sip-router
Branch: master
Commit: 0d3a8dc2a4b3afac51b3b80f9cc7f22a2d1b9057
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d3a8dc…
Author: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Date: Tue Feb 16 16:32:16 2010 +0200
modules_k:registrar Implementing cfg framework for registrar
Started to implement cfg framework for registrar, having the possibility to change module
paraments without restarting k/s
---
modules_k/registrar/common.c | 4 +-
modules_k/registrar/config.c | 61 ++++++++++++++++++++++++++++++++++++++++
modules_k/registrar/config.h | 42 +++++++++++++++++++++++++++
modules_k/registrar/reg_mod.c | 62 +++++++++++++++++++++--------------------
modules_k/registrar/reg_mod.h | 4 --
modules_k/registrar/reply.c | 6 ++--
modules_k/registrar/save.c | 13 +++++---
modules_k/registrar/sip_msg.c | 16 +++++-----
8 files changed, 156 insertions(+), 52 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=0d3…