From: Jeff Lenk Date: Mon, 16 Jul 2012 02:52:02 +0000 (-0500) Subject: FS-4416 -- resolve X-Git-Tag: v1.2.0~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dda038ba016decbf18269548e1f8d0641e8e2f8;p=thirdparty%2Ffreeswitch.git FS-4416 -- resolve --- diff --git a/libs/esl/src/esl_event.c b/libs/esl/src/esl_event.c index 7a0da29db3..60547b1be2 100644 --- a/libs/esl/src/esl_event.c +++ b/libs/esl/src/esl_event.c @@ -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" };