mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
add break
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3705 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -500,7 +500,8 @@ SWITCH_SIG_XFER - Stop the current io but leave it viable
|
||||
typedef enum {
|
||||
SWITCH_SIG_NONE,
|
||||
SWITCH_SIG_KILL,
|
||||
SWITCH_SIG_XFER
|
||||
SWITCH_SIG_XFER,
|
||||
SWITCH_SIG_BREAK
|
||||
} switch_signal_t;
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user