[Freeswitch-svn] [commit] r3128 - freeswitch/branches/knhor/trunk/src/mod/applications/mod_conference

Freeswitch SVN knhor at freeswitch.org
Fri Oct 20 20:50:45 EDT 2006


Author: knhor
Date: Fri Oct 20 20:50:44 2006
New Revision: 3128

Modified:
   freeswitch/branches/knhor/trunk/src/mod/applications/mod_conference/mod_conference.c

Log:
fix unlock event descriptor name typo

Modified: freeswitch/branches/knhor/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/branches/knhor/trunk/src/mod/applications/mod_conference/mod_conference.c	(original)
+++ freeswitch/branches/knhor/trunk/src/mod/applications/mod_conference/mod_conference.c	Fri Oct 20 20:50:44 2006
@@ -1466,7 +1466,7 @@
 					stream->write_function(stream, "OK %s unlocked\n", argv[0]);
 					if (switch_event_create_subclass(&event, SWITCH_EVENT_CUSTOM, CONF_EVENT_MAINT) == SWITCH_STATUS_SUCCESS) {
 						switch_event_add_header(event, SWITCH_STACK_BOTTOM, "Conference-Name", conference->name);
-						switch_event_add_header(event, SWITCH_STACK_BOTTOM, "Action", "lock");
+						switch_event_add_header(event, SWITCH_STACK_BOTTOM, "Action", "unlock");
 						switch_event_fire(&event);
 					}
 					goto done;



More information about the Freeswitch-svn mailing list