]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add name string for SIGNAL_DATA
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 30 Aug 2011 14:15:22 +0000 (09:15 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 30 Aug 2011 14:15:27 +0000 (09:15 -0500)
src/switch_core_session.c

index 7ef0754a38d25fd802ae0ce0deb73f651900a40f..0cc52262f10ec4a506e2bfbaa6a704ce7dea866d 100644 (file)
@@ -621,6 +621,7 @@ static const char *message_names[] = {
        "CLEAR_PROGRESS",
        "JITTER_BUFFER",
        "RECOVERY_REFRESH",
+       "SIGNAL_DATA",
        "INVALID"
 };