Module: sems Branch: master Commit: 4eea5e17b05a92001dffc6e1750849d95accd1ec URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4eea5e17b05a92001dffc6e1750849d95accd1ec
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue Feb 22 19:10:08 2011 +0100 b/f: initialize SBCDialog::outbound_interface --- apps/sbc/SBC.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/apps/sbc/SBC.cpp b/apps/sbc/SBC.cpp index 75f5a6e..5da47df 100644 --- a/apps/sbc/SBC.cpp +++ b/apps/sbc/SBC.cpp @@ -481,7 +481,8 @@ void SBCFactory::setRegexMap(const AmArg& args, AmArg& ret) { SBCDialog::SBCDialog(const SBCCallProfile& call_profile) : m_state(BB_Init), prepaid_acc(NULL), - call_profile(call_profile) + call_profile(call_profile), + outbound_interface(-1) { set_sip_relay_only(false); dlg.reliable_1xx = REL100_IGNORED; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
