FS-11910: [mod_dptools] add native eavesdrop mode. use app native_eavesdrop args <uuid> [read|write] ... default is read with no flag. Must be same codecs

This commit is contained in:
Anthony Minessale
2019-06-28 18:13:33 -05:00
committed by Andrey Volk
parent bc52339e68
commit eb31e17e6c
3 changed files with 101 additions and 19 deletions
+3 -1
View File
@@ -351,7 +351,9 @@ typedef enum {
ED_DTMF = (1 << 2),
ED_COPY_DISPLAY = (1 << 3),
ED_BRIDGE_READ = (1 << 4),
ED_BRIDGE_WRITE = (1 << 5)
ED_BRIDGE_WRITE = (1 << 5),
ED_TAP_READ = (1 << 6),
ED_TAP_WRITE = (1 << 7)
} switch_eavesdrop_flag_enum_t;
typedef uint32_t switch_eavesdrop_flag_t;