Module: sems Branch: master Commit: d0ddf1acb8e8eb784e586f5179e3ab7b0b6d8ed5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=d0ddf1acb8e8eb784e586f5179e3ab7b0b6d8ed5
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Jan 4 14:23:55 2012 +0100 b/f: DSM: don't try to send 200 to bye twice --- apps/dsm/DSMCall.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/apps/dsm/DSMCall.cpp b/apps/dsm/DSMCall.cpp index e3fccff..7a02438 100644 --- a/apps/dsm/DSMCall.cpp +++ b/apps/dsm/DSMCall.cpp @@ -237,8 +237,6 @@ void DSMCall::onBye(const AmSipRequest& req) if (rtp_relay_enabled) clearRtpReceiverRelay(); - - dlg.reply(req,200,"OK"); } void DSMCall::onCancel(const AmSipRequest& cancel) { _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
