forked from Mirrors/freeswitch
fix typo, thanks knhor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3132 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
796ed1813e
commit
beb4922646
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user