[Freeswitch-svn] [commit] r3132 - freeswitch/trunk/src/mod/applications/mod_conference
Freeswitch SVN
mikej at freeswitch.org
Fri Oct 20 21:33:23 EDT 2006
Author: mikej
Date: Fri Oct 20 21:33:23 2006
New Revision: 3132
Modified:
freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
Log:
fix typo, thanks knhor
Modified: freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c Fri Oct 20 21:33:23 2006
@@ -1467,7 +1467,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