mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
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:
committed by
Andrey Volk
parent
bc52339e68
commit
eb31e17e6c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user