Module: sems Branch: master Commit: 5d6f84671f13ac7817a2a6d530928209499d03b5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=5d6f84671f13ac7817a2a6d530928209499d03b5
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Thu Sep 29 14:21:08 2011 +0200 sbc: cc: added call parameter indices --- core/ampi/SBCCallControlAPI.h | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/core/ampi/SBCCallControlAPI.h b/core/ampi/SBCCallControlAPI.h index dc4c0c4..8c2473d 100644 --- a/core/ampi/SBCCallControlAPI.h +++ b/core/ampi/SBCCallControlAPI.h @@ -3,6 +3,23 @@ #define CC_INTERFACE_MAND_VALUES_METHOD "getMandatoryValues" + +#define CC_API_PARAMS_LTAG 0 +#define CC_API_PARAMS_CALL_PROFILE 1 +#define CC_API_PARAMS_TIMESTAMPS 2 + +#define CC_API_PARAMS_CFGVALUES 3 +#define CC_API_PARAMS_TIMERID 4 + +#define CC_API_PARAMS_OTHERID 3 + +#define CC_API_TS_START_SEC 0 +#define CC_API_TS_START_USEC 1 +#define CC_API_TS_CONNECT_SEC 2 +#define CC_API_TS_CONNECT_USEC 3 +#define CC_API_TS_END_SEC 4 +#define CC_API_TS_END_USEC 5 + #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
