Module: sip-router
Branch: andrei/cancel_reason
Commit: bf5d1d6f1df303019ccf44f3674c13463d11ec05
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf5d1d6…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Fri Aug 13 17:20:26 2010 +0200
tm: option to compile without reason support
If compiled with -DNO_CANCEL_REASON_SUPPORT, the reason header
support will not be enabled.
---
modules/tm/h_table.c | 2 ++
modules/tm/h_table.h | 2 ++
modules/tm/t_cancel.c | 22 +++++++++++++++++-----
modules/tm/t_cancel.h | 5 ++++-
modules/tm/t_fwd.c | 18 ++++++++++++++++--
modules/tm/t_msgbuilder.c | 33 ++++++++++++++++++++++++++++-----
modules/tm/t_msgbuilder.h | 15 +++++++++++----
modules/tm/t_reply.c | 22 ++++++++++++++++++++--
modules/tm/t_reply.h | 24 ++++++++++++++++++++++--
modules/tm/timer.c | 4 ++++
10 files changed, 126 insertions(+), 21 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=bf5…