Module: sems Branch: master Commit: 171ad9aeb056a0b2f404d7cad20b340b48e35ee9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=171ad9aeb056a0b2f404d7cad20b340b48e35ee9
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Tue Sep 27 14:48:36 2011 +0200 moved CC_INTERFACE_MAND_VALUES_METHOD to sbc api hdr file --- apps/sbc/SBCCallProfile.h | 2 -- core/ampi/SBCCallControlAPI.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sbc/SBCCallProfile.h b/apps/sbc/SBCCallProfile.h index 1b8e75e..b9ed2b4 100644 --- a/apps/sbc/SBCCallProfile.h +++ b/apps/sbc/SBCCallProfile.h @@ -41,8 +41,6 @@ using std::set; typedef map<string, AmArg> SBCVarMapT; typedef SBCVarMapT::iterator SBCVarMapIteratorT; -#define CC_INTERFACE_MAND_VALUES_METHOD "getMandatoryValues" - struct CCInterface { string cc_name; string cc_module; diff --git a/core/ampi/SBCCallControlAPI.h b/core/ampi/SBCCallControlAPI.h index 97c2e62..dc4c0c4 100644 --- a/core/ampi/SBCCallControlAPI.h +++ b/core/ampi/SBCCallControlAPI.h @@ -1,6 +1,8 @@ #ifndef _SBCCallControlAPI_h_ #define _SBCCallControlAPI_h_ +#define CC_INTERFACE_MAND_VALUES_METHOD "getMandatoryValues" + #define SBC_CC_DROP_ACTION 0 #define SBC_CC_REFUSE_ACTION 1 #define SBC_CC_SET_CALL_TIMER_ACTION 2 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
