diff --git a/apps/sbc/SBC.cpp b/apps/sbc/SBC.cpp index 75f5a6e8..5da47df6 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;