Module: sems Branch: master Commit: 577c62a10aae2d4f611e0b863983505142090252 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=577c62a10aae2d4f611e0b863983505142090252
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Thu Dec 1 10:25:53 2011 +0100 oa: isolate offer/answer processing from AmSipDialog - changed also the onSendRequest handlers everywhere to be consistent with onSendReply. - event handlers for sessions and extentions are called at the same point to enable a more generic handling in the future. --- core/AmOfferAnswer.cpp | 456 ++++++++++++++++++++++++++++++++++++ core/AmOfferAnswer.h | 88 +++++++ core/AmSession.cpp | 5 +- core/AmSession.h | 7 +- core/AmSessionEventHandler.cpp | 7 +- core/AmSessionEventHandler.h | 8 +- core/AmSipDialog.cpp | 469 +++++-------------------------------- core/AmSipDialog.h | 82 ++----- core/AmSipRegistration.cpp | 11 +- core/AmSipRegistration.h | 8 +- core/plug-in/uac_auth/UACAuth.cpp | 4 +- core/plug-in/uac_auth/UACAuth.h | 5 +- 12 files changed, 640 insertions(+), 510 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=577c62a10aae2d4f611e0b863983505142090252 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
