FS-5011 try this rev

This commit is contained in:
Anthony Minessale
2013-03-20 18:58:29 -05:00
parent cd0dc2c0af
commit dba6530eb5
3 changed files with 101 additions and 47 deletions
+2 -1
View File
@@ -99,7 +99,8 @@ typedef enum {
SSF_WRITE_TRANSCODE = (1 << 6),
SSF_READ_CODEC_RESET = (1 << 7),
SSF_WRITE_CODEC_RESET = (1 << 8),
SSF_DESTROYABLE = (1 << 9)
SSF_DESTROYABLE = (1 << 9),
SSF_MEDIA_BUG_TAP_ONLY = (1 << 10)
} switch_session_flag_t;