mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3286 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -90,7 +90,8 @@ typedef uint8_t switch_byte_t;
|
||||
typedef enum {
|
||||
SMF_NONE = 0,
|
||||
SMF_REBRIDGE = (1 << 0),
|
||||
SMF_ECHO_BRIDGED = (1 << 1)
|
||||
SMF_ECHO_BRIDGED = (1 << 1),
|
||||
SMF_FORCE = (1 << 2)
|
||||
} switch_media_flag_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user