FS-4416 -- resolve

This commit is contained in:
Jeff Lenk 2012-07-15 21:52:02 -05:00
parent a57669c30d
commit 2dda038ba0
1 changed files with 3 additions and 2 deletions

View 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"
};