git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7955 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-03-24 20:58:44 +00:00
parent f39d931259
commit 4d0b60ad16
5 changed files with 23 additions and 20 deletions
+2 -1
View File
@@ -722,7 +722,8 @@ typedef enum {
CF_ORIGINATING = (1 << 25),
CF_STOP_BROADCAST = (1 << 26),
CF_PROXY_MEDIA = (1 << 27),
CF_INNER_BRIDGE = (1 << 28)
CF_INNER_BRIDGE = (1 << 28),
CF_REQ_MEDIA = (1 << 29)
} switch_channel_flag_t;