You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/sbc/sbc_events.h

14 lines
356 B

#ifndef __SBC_EVENTS_H
#define __SBC_EVENTS_H
#include "CallLeg.h"
enum {
/** This ID should be used by all CC modules that produce B2B events. Because
* CC modules are developped indepenedently it is not possible to synchronize
* their B2B event IDs so only this one should be used. */
CCB2BEventId = LAST_B2B_CALL_LEG_EVENT_ID + 1
};
#endif