From: Patrice Fournier Date: Wed, 6 Aug 2014 03:58:56 +0000 (-0400) Subject: REFER_EVENT is missing from the message names array X-Git-Tag: v1.4.8~5^2~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1abf274d53958566e4a23e02b6168061c098827;p=thirdparty%2Ffreeswitch.git REFER_EVENT is missing from the message names array REFER_EVENT has been added to switch_core_session_message_types_t a while ago, but was never added to the message_names[] related array. --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index 24af5fbe1d..853d106e68 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -752,6 +752,7 @@ static const char *message_names[] = { "STUN_ERROR", "MEDIA_RENEG", "KEEPALIVE", + "REFER_EVENT", "ANSWER_EVENT", "PROGRESS_EVENT", "RING_EVENT",