mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
[Core] Add new cause REJECT_ALL
This commit is contained in:
committed by
Andrey Volk
parent
7f62d6168d
commit
9c63f03b45
@@ -135,6 +135,7 @@ static struct switch_cause_table CAUSE_CHART[] = {
|
||||
{"UNSUPPORTED_CERTIFICATE", SWITCH_CAUSE_UNSUPPORTED_CERTIFICATE},
|
||||
{"INVALID_IDENTITY", SWITCH_CAUSE_INVALID_IDENTITY},
|
||||
{"STALE_DATE", SWITCH_CAUSE_STALE_DATE},
|
||||
{"REJECT_ALL", SWITCH_CAUSE_REJECT_ALL},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user