mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
don't put casue from unanswered pickups as result of originate
This commit is contained in:
@@ -1747,7 +1747,8 @@ typedef enum {
|
||||
SWITCH_CAUSE_INVALID_GATEWAY = 608,
|
||||
SWITCH_CAUSE_GATEWAY_DOWN = 609,
|
||||
SWITCH_CAUSE_INVALID_URL = 610,
|
||||
SWITCH_CAUSE_INVALID_PROFILE = 611
|
||||
SWITCH_CAUSE_INVALID_PROFILE = 611,
|
||||
SWITCH_CAUSE_NO_PICKUP = 612
|
||||
} switch_call_cause_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user