From: Chris Rienzo Date: Wed, 1 May 2019 02:07:37 +0000 (-0400) Subject: FS-11824 [core] add NOT_ACCEPTABLE string to cause mapping X-Git-Tag: v1.8.6~1^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=641300893f2ea909627ff42f0d0560bd3b647201;p=thirdparty%2Ffreeswitch.git FS-11824 [core] add NOT_ACCEPTABLE string to cause mapping --- diff --git a/src/switch_channel.c b/src/switch_channel.c index ad77b5fbc9..933317ad81 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -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} };