From: Anthony Minessale Date: Thu, 9 Jun 2016 18:33:31 +0000 (-0500) Subject: FS-9247 #resolve [Table with message type names not updated when enum was updated... X-Git-Tag: v1.6.9~2^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7758cb724feb629e4ebc104d10b78748c372b53;p=thirdparty%2Ffreeswitch.git FS-9247 #resolve [Table with message type names not updated when enum was updated by sangoma patch] --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index a4a64d96e5..aa0f92f222 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -719,6 +719,7 @@ static const char *message_names[] = { "UNBRIDGE", "TRANSFER", "RINGING", + "ALERTING", "MEDIA", "3P_MEDIA", "NOMEDIA",