]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11824 [core] add NOT_ACCEPTABLE string to cause mapping
authorChris Rienzo <chris@signalwire.com>
Wed, 1 May 2019 02:07:37 +0000 (22:07 -0400)
committerMike Jerris <mike@signalwire.com>
Thu, 6 Jun 2019 15:52:01 +0000 (11:52 -0400)
src/switch_channel.c

index ad77b5fbc9cee370caa977f55f11c14ee9814284..933317ad81682366cd3149965d0ea4d38d6c2ffa 100644 (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}
 };