Module: sems Branch: rco/offer_answer Commit: 397685b87903ff103c5a48e25833e3ca7bb73521 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=397685b87903ff103c5a48e25833e3ca7bb73521
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Mon May 16 11:29:46 2011 +0200 b/f: remove duplicate OK/CANCEL. --- core/AmSession.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/core/AmSession.cpp b/core/AmSession.cpp index 91d16de..05ac2d8 100644 --- a/core/AmSession.cpp +++ b/core/AmSession.cpp @@ -803,7 +803,6 @@ void AmSession::onSipRequest(const AmSipRequest& req) onBye(req); } else if( req.method == SIP_METH_CANCEL ){ - dlg.reply(req,200,"OK"); onCancel(req); } else if( req.method == SIP_METH_INFO ){ _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
