mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
add SMBF_ONE_ONLY flag and use it on dtmf detectors
This commit is contained in:
@@ -1510,7 +1510,8 @@ typedef enum {
|
||||
SMBF_STEREO_SWAP = (1 << 11),
|
||||
SMBF_LOCK = (1 << 12),
|
||||
SMBF_TAP_NATIVE_READ = (1 << 13),
|
||||
SMBF_TAP_NATIVE_WRITE = (1 << 14)
|
||||
SMBF_TAP_NATIVE_WRITE = (1 << 14),
|
||||
SMBF_ONE_ONLY = (1 << 15)
|
||||
} switch_media_bug_flag_enum_t;
|
||||
typedef uint32_t switch_media_bug_flag_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user