Module: sems Branch: master Commit: 7495662d128c7e5c74c2f6232161fb3548e9f77c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7495662d128c7e5c74c2f6232161fb3548e9f77c
Author: Juha Heinanen <[email protected]> Committer: Juha Heinanen <[email protected]> Date: Wed Sep 4 18:15:52 2013 +0300 core: applied AmB2BCallerSession::connectCallee patch provided by Stefan --- core/AmB2BSession.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/core/AmB2BSession.cpp b/core/AmB2BSession.cpp index 29ea826..ba8c5c4 100644 --- a/core/AmB2BSession.cpp +++ b/core/AmB2BSession.cpp @@ -1121,6 +1121,8 @@ void AmB2BCallerSession::connectCallee(const string& remote_party, if(callee_status != None) terminateOtherLeg(); + clear_other(); + if (relayed_invite) { // relayed INVITE - we need to add the original INVITE to // list of received (relayed) requests _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
