Module: sems Branch: master Commit: d2f3c2491e0cf59573fda3185feb6c88ec919981 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=d2f3c2491e0cf59573fda3185feb6c88ec919981
Author: Václav Kubart <[email protected]> Committer: Václav Kubart <[email protected]> Date: Wed Oct 23 14:27:36 2013 +0200 sbc b/f: initialize extended CC timers in B leg --- apps/sbc/SBCCallLeg.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/apps/sbc/SBCCallLeg.cpp b/apps/sbc/SBCCallLeg.cpp index 56fd7ad..2798682 100644 --- a/apps/sbc/SBCCallLeg.cpp +++ b/apps/sbc/SBCCallLeg.cpp @@ -190,6 +190,7 @@ SBCCallLeg::SBCCallLeg(SBCCallLeg* caller, AmSipDialog* p_dlg, : auth(NULL), call_profile(caller->getCallProfile()), CallLeg(caller,p_dlg,p_subs), + ext_cc_timer_id(SBC_TIMER_ID_CALL_TIMERS_END + 1), cc_started(false), logger(NULL) { _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
