fix event names name mismatch

This commit is contained in:
Anthony Minessale 2010-06-08 16:22:21 -05:00
parent f52d736ae0
commit 01c0c6948f
1 changed files with 2 additions and 2 deletions

View File

@ -125,6 +125,8 @@ static char *EVENT_NAMES[] = {
"CHANNEL_HANGUP_COMPLETE",
"CHANNEL_EXECUTE",
"CHANNEL_EXECUTE_COMPLETE",
"CHANNEL_HOLD",
"CHANNEL_UNHOLD",
"CHANNEL_BRIDGE",
"CHANNEL_UNBRIDGE",
"CHANNEL_PROGRESS",
@ -133,8 +135,6 @@ static char *EVENT_NAMES[] = {
"CHANNEL_PARK",
"CHANNEL_UNPARK",
"CHANNEL_APPLICATION",
"CHANNEL_HOLD",
"CHANNEL_UNHOLD",
"CHANNEL_ORIGINATE",
"CHANNEL_UUID",
"API",