]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
REFER_EVENT is missing from the message names array
authorPatrice Fournier <patrice.fournier@ifax.com>
Wed, 6 Aug 2014 03:58:56 +0000 (23:58 -0400)
committerPatrice Fournier <patrice.fournier@ifax.com>
Wed, 6 Aug 2014 04:04:28 +0000 (00:04 -0400)
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.

src/switch_core_session.c

index 24af5fbe1de9e17d6d59b441caa77b0dc54a87a2..853d106e684ef0995363422ef947418a15029d3c 100644 (file)
@@ -752,6 +752,7 @@ static const char *message_names[] = {
        "STUN_ERROR",
        "MEDIA_RENEG",
        "KEEPALIVE",
+       "REFER_EVENT",
        "ANSWER_EVENT",
        "PROGRESS_EVENT",
        "RING_EVENT",