From: Anthony Minessale Date: Wed, 18 Sep 2013 14:10:34 +0000 (-0500) Subject: FS-5798 --resolve X-Git-Tag: v1.2.14~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c26e2ec1ddc6fcb62eef9b8286bd795828eef9f4;p=thirdparty%2Ffreeswitch.git FS-5798 --resolve --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index 97a81c39c1..3c03e007fb 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" };