]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo, thanks knhor
authorMichael Jerris <mike@jerris.com>
Sat, 21 Oct 2006 01:33:23 +0000 (01:33 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 21 Oct 2006 01:33:23 +0000 (01:33 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3132 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_conference/mod_conference.c

index 198063b5bf1083191f24a754c3dd2e43a76d461e..2ec41e4a1ba0d8a3add7a7b5fa4792fe28edac3d 100644 (file)
@@ -1467,7 +1467,7 @@ static switch_status_t conf_function(char *buf, switch_core_session_t *session,
                                        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;