mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-11824 [core] add NOT_ACCEPTABLE string to cause mapping
This commit is contained in:
parent
0a6d87edfe
commit
641300893f
@ -128,6 +128,7 @@ static struct switch_cause_table CAUSE_CHART[] = {
|
||||
{"BUSY_EVERYWHERE", SWITCH_CAUSE_BUSY_EVERYWHERE},
|
||||
{"DECLINE", SWITCH_CAUSE_DECLINE},
|
||||
{"DOES_NOT_EXIST_ANYWHERE", SWITCH_CAUSE_DOES_NOT_EXIST_ANYWHERE},
|
||||
{"NOT_ACCEPTABLE", SWITCH_CAUSE_NOT_ACCEPTABLE},
|
||||
{"UNWANTED", SWITCH_CAUSE_UNWANTED},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user