Module: sems Branch: master Commit: 863fe68cbae0a151709a5b5de3162f2eb759dde3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=863fe68cbae0a151709a5b5de3162f2eb759dde3
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Fri Mar 25 11:35:31 2011 +0100 b/f: fixes 1e56183392f53c476ba592f44f3f7013c4f7b2ec --- core/AmSipDispatcher.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmSipDispatcher.cpp b/core/AmSipDispatcher.cpp index 518ecfc..31ae6e4 100644 --- a/core/AmSipDispatcher.cpp +++ b/core/AmSipDispatcher.cpp @@ -92,7 +92,7 @@ void AmSipDispatcher::handleSipMsg(AmSipRequest &req) } else if(req.method == "CANCEL"){ - if(ev_disp->postSipRequest(callid, remote_tag, req)){ + if(ev_disp->postSipRequest(req)){ return; } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
