Module: sip-router Branch: alexh/for4.0 Commit: e7b058ae650e1c36f5daceef0c2c605100b88991 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e7b058ae...
Author: Alex Hermann alex@speakup.nl Committer: Alex Hermann alex@speakup.nl Date: Mon Aug 29 18:44:20 2011 +0200
modules/tm: add option to check callid when matching transactions
Use this if you don't want replies/requests from broken clients, which send a mangled Call-ID, to match the transaction. For example when the UAC won't recognise the response anyway because of changed Call-ID, this setting will prevent accounting records to be created or failure_route to be skipped.
---
modules/tm/README | 164 +++++++++++++++++++++++++------------------- modules/tm/config.c | 3 + modules/tm/config.h | 1 + modules/tm/doc/params.xml | 32 +++++++++ modules/tm/t_lookup.c | 24 ++++++- modules/tm/tm.c | 1 + 6 files changed, 150 insertions(+), 75 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=e7b0...