]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4416 -- resolve
authorJeff Lenk <jeff@jefflenk.com>
Mon, 16 Jul 2012 02:52:02 +0000 (21:52 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 16 Jul 2012 02:52:02 +0000 (21:52 -0500)
libs/esl/src/esl_event.c

index 7a0da29db3603febe25f017c912e012f701b66e1..60547b1be2340bc448091cc6ad7c927c79a6fc4a 100644 (file)
@@ -127,6 +127,7 @@ static const char *EVENT_NAMES[] = {
        "SERVER_DISCONNECTED",
        "SEND_INFO",
        "RECV_INFO",
+       "RECV_RTCP_MESSAGE",
        "CALL_SECURE",
        "NAT",
        "RECORD_START",
@@ -137,11 +138,11 @@ static const char *EVENT_NAMES[] = {
        "FAILURE",
        "SOCKET_DATA",
        "MEDIA_BUG_START",
-       "MEDIA_BUG_START",
+       "MEDIA_BUG_STOP",
        "CONFERENCE_DATA_QUERY",
+       "CONFERENCE_DATA",
        "CALL_SETUP_REQ",
        "CALL_SETUP_RESULT",
-       "CONFERENCE_DATA",
        "ALL"
 };