Compilation warning: regpv.c: In function âreg_ul_expired_contactâ: regpv.c:694: warning: ârtâ may be used uninitialized in this function
On Wed, Jan 9, 2013 at 9:21 AM, Daniel-Constantin Mierla miconda@gmail.com wrote:
Module: sip-router Branch: master Commit: 8341030426fbe1f48e527b52d694b188ecdd48dc URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83410304...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Jan 9 14:55:46 2013 +0100
registrar: execute event route when a contact expires
- the name of the routing block is event_route[usrloc:contact-expired]
modules_k/registrar/README | 169 +++++++++++++++----------- modules_k/registrar/doc/registrar_admin.xml | 24 ++++- modules_k/registrar/reg_mod.c | 17 +++ modules_k/registrar/reg_mod.h | 2 + modules_k/registrar/regpv.c | 127 ++++++++++++++++++++ modules_k/registrar/regpv.h | 3 + modules_k/registrar/reply.c | 4 +- 7 files changed, 271 insertions(+), 75 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=8341...