FS-3571 try this, I don't have a way to test it so this is just guessing, give me a lab box if this doesn't work

This commit is contained in:
Anthony Minessale
2011-09-21 14:56:49 -05:00
parent 259a3e9fc3
commit 842ea87d64
4 changed files with 18 additions and 3 deletions

View File

@@ -1181,7 +1181,8 @@ typedef enum {
CF_APP_TAGGED = (1 << 0),
CF_APP_T38 = (1 << 1),
CF_APP_T38_REQ = (1 << 2),
CF_APP_T38_FAIL = (1 << 3)
CF_APP_T38_FAIL = (1 << 3),
CF_APP_T38_NEGOTIATED = (1 << 4)
} switch_channel_app_flag_t;