From: Anthony Minessale Date: Tue, 1 Sep 2015 22:17:25 +0000 (-0500) Subject: FS-6833 missing event names in string X-Git-Tag: v1.6.2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a48bccbb09eb8e19a49ea996226c3d833c5fd461;p=thirdparty%2Ffreeswitch.git FS-6833 missing event names in string --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index df8f1caa99..c059f1cadc 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -720,7 +720,9 @@ static const char *message_names[] = { "TRANSFER", "RINGING", "MEDIA", + "3P_MEDIA", "NOMEDIA", + "3P_NOMEDIA", "HOLD", "UNHOLD", "REDIRECT",