mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
add some goodies to mod_fifo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8026 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -937,7 +937,8 @@ typedef enum {
|
||||
SWITCH_FILE_PAUSE = (1 << 8),
|
||||
SWITCH_FILE_NATIVE = (1 << 9),
|
||||
SWITCH_FILE_SEEK = (1 << 10),
|
||||
SWITCH_FILE_OPEN = (1 << 11)
|
||||
SWITCH_FILE_OPEN = (1 << 11),
|
||||
SWITCH_FILE_CALLBACK = (1 << 12)
|
||||
} switch_file_flag_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user