Module: sems Branch: 1.5 Commit: e8bf7d0a95f30c854f1c3a512188a5b50bcc6b46 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e8bf7d0a95f30c854f1c3a512188a5b50bcc6b46
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Oct 29 20:03:21 2012 +0100 b/f: sst: use proper delimiter for supported list support for SST in the remote would not be understood properly in some cases thanks to Jon Bonilla for reporting --- core/plug-in/session_timer/SessionTimer.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/plug-in/session_timer/SessionTimer.cpp b/core/plug-in/session_timer/SessionTimer.cpp index 692126b..3ae08b4 100644 --- a/core/plug-in/session_timer/SessionTimer.cpp +++ b/core/plug-in/session_timer/SessionTimer.cpp @@ -265,7 +265,7 @@ void SessionTimer::updateTimer(AmSession* s, const AmSipRequest& req) { remote_timer_aware = key_in_list(getHeader(req.hdrs, SIP_HDR_SUPPORTED, SIP_HDR_SUPPORTED_COMPACT), - TIMER_OPTION_TAG, true); + TIMER_OPTION_TAG); // determine session interval string sess_expires_hdr = getHeader(req.hdrs, SIP_HDR_SESSION_EXPIRES, _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
