From: Anthony Minessale Date: Tue, 8 Jun 2010 21:22:21 +0000 (-0500) Subject: fix event names name mismatch X-Git-Tag: v1.2-rc1~696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c0c6948f2aa6ff92a8d721c151cad1ea466e87;p=thirdparty%2Ffreeswitch.git fix event names name mismatch --- diff --git a/src/switch_event.c b/src/switch_event.c index 28bae57183..73739e6737 100644 --- a/src/switch_event.c +++ b/src/switch_event.c @@ -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",