Module: sems Branch: 1.4 Commit: 6f7a26be51facfb85f91f98dad26612854b01777 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=6f7a26be51facfb85f91f98dad26612854b01777
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Aug 9 18:36:04 2012 +0200 b/f: when resending request from SST to 422, send VERBATIM --- 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 eafd9fa..054ccc3 100644 --- a/core/plug-in/session_timer/SessionTimer.cpp +++ b/core/plug-in/session_timer/SessionTimer.cpp @@ -103,7 +103,7 @@ bool SessionTimer::onSipReply(const AmSipReply& reply, int old_dlg_status, unsigned int new_cseq = s->dlg.cseq; // resend request with interval i_minse if (s->dlg.sendRequest(orig_req.method,orig_req.content_type, - orig_req.body, orig_req.hdrs) == 0) { + orig_req.body, orig_req.hdrs, SIP_FLAGS_VERBATIM) == 0) { DBG("request with new Session Interval %u successfully sent.\n", i_minse); // undo SIP dialog status change if (s->dlg.getStatus() != old_dlg_status) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
