Module: sems Branch: sayer/offer_answer Commit: 9c8280912be736b31174454a78b5e1006420f1d7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9c8280912be736b31174454a78b5e1006420f1d7
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Oct 20 00:07:59 2010 +0200 fixed: call_timer --- apps/call_timer/CallTimer.cpp | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/apps/call_timer/CallTimer.cpp b/apps/call_timer/CallTimer.cpp index 6df2018..1bb2f71 100644 --- a/apps/call_timer/CallTimer.cpp +++ b/apps/call_timer/CallTimer.cpp @@ -232,6 +232,9 @@ void CallTimerDialog::onBye(const AmSipRequest& req) if (m_state == BB_Connected) { // stopAccounting(); } + + dlg.reply(req,200,"OK"); + terminateOtherLeg(); setStopped(); } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
