mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3448 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -465,7 +465,8 @@ typedef enum {
|
||||
CF_CONTROLLED = (1 << 12),
|
||||
CF_NOMEDIA = (1 << 13),
|
||||
CF_SUSPEND = (1 << 14),
|
||||
CF_EVENT_PARSE = (1 << 15)
|
||||
CF_EVENT_PARSE = (1 << 15),
|
||||
CF_NO_EARLY = (1 << 16)
|
||||
} switch_channel_flag_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user