Module: sems Branch: master Commit: 693d4875fa22fa3571632f6621ad12e9bfdc766b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=693d4875fa22fa3571632f6621ad12e9bfdc766b
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Sat Dec 21 20:49:41 2013 +0100 c/f: fix outbound interface sbc sm option --- apps/sbc/SBCCallProfile.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sbc/SBCCallProfile.h b/apps/sbc/SBCCallProfile.h index d3ecd02..44df0f6 100644 --- a/apps/sbc/SBCCallProfile.h +++ b/apps/sbc/SBCCallProfile.h @@ -228,8 +228,6 @@ struct SBCCallProfile bool evaluate(ParamReplacerCtx& ctx, const AmSipRequest& req); - bool evaluateOutboundInterface(); - bool readConfig(AmConfigReader &cfg); void infoPrint() const; bool operator==(const TranscoderSettings& rhs) const; @@ -374,6 +372,8 @@ struct SBCCallProfile int apply_common_fields(ParamReplacerCtx& ctx, AmSipRequest& req) const; + bool evaluateOutboundInterface(); + bool evaluate(ParamReplacerCtx& ctx, const AmSipRequest& req); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
