have resume media on hold not send invite back out at the holder but rather enable media in the 200ok

This commit is contained in:
Anthony Minessale
2014-10-10 16:09:43 -05:00
parent b5294c53d6
commit e4e9b1b9f9
4 changed files with 30 additions and 16 deletions
+3 -1
View File
@@ -460,7 +460,9 @@ typedef enum {
SMF_HOLD_BLEG = (1 << 5),
SMF_IMMEDIATE = (1 << 6),
SMF_EXEC_INLINE = (1 << 7),
SMF_PRIORITY = (1 << 8)
SMF_PRIORITY = (1 << 8),
SMF_REPLYONLY_A = (1 << 9),
SMF_REPLYONLY_B = (1 << 10)
} switch_media_flag_enum_t;
typedef uint32_t switch_media_flag_t;