Module: sems Branch: rco/offer_answer Commit: 4f41b5dbe976585466bd0cddf1e763c68075c9d8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4f41b5dbe976585466bd0cddf1e763c68075c9d8
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Mon May 23 11:29:31 2011 +0200 fixed typo (does not compile). --- core/AmB2BSession.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmB2BSession.cpp b/core/AmB2BSession.cpp index dbc85da..70a3a1e 100644 --- a/core/AmB2BSession.cpp +++ b/core/AmB2BSession.cpp @@ -1030,7 +1030,7 @@ void AmB2BCallerSession::onInvite2xx(const AmSipReply& reply) invite_req.cseq = reply.cseq; est_invite_cseq = reply.cseq; - AmB2BSession::inInvite2xx(reply); + AmB2BSession::onInvite2xx(reply); } void AmB2BCallerSession::onCancel() _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
