mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-11135 [mod_loopback] runtime behaviour controlled by configuration
This commit is contained in:
@@ -2170,7 +2170,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