Module: sems Branch: master Commit: c9368bae33ee1dfa3f9a27abdb1a2f26bf722167 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=c9368bae33ee1dfa3f9a27abdb1a2f26bf722167
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Sat Oct 11 22:23:20 2014 +0200 b/f: fix error log with interfaces config file hint --- apps/sbc/SBCCallProfile.cpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/sbc/SBCCallProfile.cpp b/apps/sbc/SBCCallProfile.cpp index fab7a03..da70eae 100644 --- a/apps/sbc/SBCCallProfile.cpp +++ b/apps/sbc/SBCCallProfile.cpp @@ -106,7 +106,7 @@ static string payload2str(const SdpPayload &p); iface = name_it->second; \ else { \ ERROR("selected " #what " '%s' does not exist as a media interface. " \ - "Please check the 'additional_interfaces' " \ + "Please check the 'interfaces' " \ "parameter in the main configuration file.", \ what.c_str()); \ return false; \ @@ -128,7 +128,7 @@ static string payload2str(const SdpPayload &p); else { \ ERROR("selected " #what " '%s' does not exist as a signaling" \ " interface. " \ - "Please check the 'additional_interfaces' " \ + "Please check the 'interfaces' " \ "parameter in the main configuration file.", \ what.c_str()); \ return false; \ @@ -859,7 +859,7 @@ bool SBCCallProfile::evaluateOutboundInterface() { } else { ERROR("selected outbound_interface '%s' does not exist as a signaling" " interface. " - "Please check the 'additional_interfaces' " + "Please check the 'interfaces' " "parameter in the main configuration file.", outbound_interface.c_str()); return false; @@ -890,7 +890,7 @@ static int apply_outbound_interface(const string& oi, AmBasicSipDialog& dlg) } else { ERROR("selected [aleg_]outbound_interface '%s' " "does not exist as an interface. " - "Please check the 'additional_interfaces' " + "Please check the 'interfaces' " "parameter in the main configuration file.", oi.c_str()); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
