FS-3214 try this patch

This commit is contained in:
Anthony Minessale
2011-06-08 18:50:21 -05:00
parent e8962d5687
commit 07a797522a
5 changed files with 28 additions and 2 deletions
+3 -1
View File
@@ -1120,7 +1120,9 @@ typedef enum {
typedef enum {
CF_APP_TAGGED = (1 << 0),
CF_APP_T38 = (1 << 1)
CF_APP_T38 = (1 << 1),
CF_APP_T38_REQ = (1 << 2),
CF_APP_T38_FAIL = (1 << 3)
} switch_channel_app_flag_t;