FS-11824 [core] add NOT_ACCEPTABLE string to cause mapping

This commit is contained in:
Chris Rienzo 2019-04-30 22:07:37 -04:00 committed by Mike Jerris
parent 0a6d87edfe
commit 641300893f
1 changed files with 1 additions and 0 deletions

View File

@ -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}
};