allow conf command from dp

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10848 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-12-17 14:21:53 +00:00
parent e671a70371
commit 80a4a23505
1 changed files with 0 additions and 4 deletions

View File

@ -3729,10 +3729,6 @@ SWITCH_STANDARD_API(conf_api_main)
cmd = "help";
}
if (session) {
return SWITCH_STATUS_FALSE;
}
if (stream->param_event) {
http = switch_event_get_header(stream->param_event, "http-host");
}