Module: sems Branch: master Commit: 1ebb8dbb5f4fd831ea2215180fbffb039c89a9b9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=1ebb8dbb5f4fd831ea2215180fbffb039c89a9b9
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Thu Jul 14 15:08:15 2011 +0200 add new on[Early]SessionStart methods to AmSipRegistration --- core/AmSipRegistration.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/core/AmSipRegistration.h b/core/AmSipRegistration.h index 8dc4389..c3fd06f 100644 --- a/core/AmSipRegistration.h +++ b/core/AmSipRegistration.h @@ -126,15 +126,17 @@ class AmSIPRegistration void onSipReply(const AmSipReply& reply, AmSipDialog::Status old_dlg_status); void onSipRequest(const AmSipRequest& req) {} void onInvite2xx(const AmSipReply&) {} + void onInvite1xxRel(const AmSipReply &){} void onNoAck(unsigned int) {} void onNoPrack(const AmSipRequest &, const AmSipReply &) {} - void onInvite1xxRel(const AmSipReply &){} void onPrack2xx(const AmSipReply &){} void onFailure(AmSipDialogEventHandler::FailureCause cause, const AmSipRequest*, const AmSipReply*){} bool getSdpOffer(AmSdp&) {return false;} bool getSdpAnswer(const AmSdp&, AmSdp&) {return false;} int onSdpCompleted(const AmSdp&, const AmSdp&) {return -1;} + void onEarlySessionStart() {} + void onSessionStart() {} /** is this registration registered? */ bool active; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
