mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
Merge pull request #1515 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11135 to master
* commit '7fd7ea9a5d70a4795f780c0d89057370e7a92856': FS-11135 [mod_loopback] runtime behaviour controlled by configuration
This commit is contained in:
@@ -2174,7 +2174,8 @@ typedef enum {
|
||||
SWITCH_CAUSE_INVALID_URL = 610,
|
||||
SWITCH_CAUSE_INVALID_PROFILE = 611,
|
||||
SWITCH_CAUSE_NO_PICKUP = 612,
|
||||
SWITCH_CAUSE_SRTP_READ_ERROR = 613
|
||||
SWITCH_CAUSE_SRTP_READ_ERROR = 613,
|
||||
SWITCH_CAUSE_BOWOUT = 614
|
||||
} switch_call_cause_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user