From: Anthony Minessale Date: Wed, 18 Sep 2013 14:10:34 +0000 (-0500) Subject: FS-5798 --resolve X-Git-Tag: v1.5.8~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df6c2d094f3910756bdcc0d16d8ed3fc1889065;p=thirdparty%2Ffreeswitch.git FS-5798 --resolve --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index 07b0391bf4..81571eff1b 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -721,6 +721,10 @@ static const char *message_names[] = { "AUDIO_DATA", "BLIND_TRANSFER_RESPONSE", "STUN_ERROR", + "MEDIA_RENEG", + "ANSWER_EVENT", + "PROGRESS_EVENT", + "RING_EVENT", "INVALID" };