mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
fix causes causing trouble (do make current)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8896 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1107,8 +1107,8 @@ typedef enum {
|
||||
} switch_input_type_t;
|
||||
|
||||
typedef enum {
|
||||
SWITCH_CAUSE_UNALLOCATED = 0,
|
||||
SWITCH_CAUSE_SUCCESS = 1,
|
||||
SWITCH_CAUSE_NONE = 0,
|
||||
SWITCH_CAUSE_UNALLOCATED = 1,
|
||||
SWITCH_CAUSE_NO_ROUTE_TRANSIT_NET = 2,
|
||||
SWITCH_CAUSE_NO_ROUTE_DESTINATION = 3,
|
||||
SWITCH_CAUSE_CHANNEL_UNACCEPTABLE = 6,
|
||||
@@ -1157,6 +1157,7 @@ typedef enum {
|
||||
SWITCH_CAUSE_MANDATORY_IE_LENGTH_ERROR = 103,
|
||||
SWITCH_CAUSE_PROTOCOL_ERROR = 111,
|
||||
SWITCH_CAUSE_INTERWORKING = 127,
|
||||
SWITCH_CAUSE_SUCCESS = 142,
|
||||
SWITCH_CAUSE_ORIGINATOR_CANCEL = 487,
|
||||
SWITCH_CAUSE_CRASH = 500,
|
||||
SWITCH_CAUSE_SYSTEM_SHUTDOWN = 501,
|
||||
|
||||
Reference in New Issue
Block a user