Module: sems
Branch: 1.4
Commit: a35e03cd7114ef66ca646eb102753e8b4b4e971e
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=a35e03cd7114ef66ca646eb102753e8b4b4e971e

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 a91668c..eafd9fa 100644
--- a/core/plug-in/session_timer/SessionTimer.cpp
+++ b/core/plug-in/session_timer/SessionTimer.cpp
@@ -271,7 +271,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

Reply via email to