freetdm: Improvements to ftdm core flag CLI command

This commit is contained in:
David Yat Sin
2012-06-19 22:35:37 -04:00
parent ae17b90f68
commit 6aa8c9b80d
2 changed files with 186 additions and 28 deletions

View File

@@ -268,6 +268,10 @@ typedef enum {
/*!< Native signaling bridge is enabled */
#define FTDM_CHANNEL_NATIVE_SIGBRIDGE (1ULL << 37)
/*!< This no more flags after this flag */
#define FTDM_CHANNEL_MAX_FLAG (1ULL << 38)
/*!<When adding a new flag, need to update ftdm_io.c:channel_flag_strs */
#include "ftdm_state.h"
typedef enum ftdm_channel_hw_link_status {