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:
parent
e671a70371
commit
80a4a23505
|
@ -3729,10 +3729,6 @@ SWITCH_STANDARD_API(conf_api_main)
|
||||||
cmd = "help";
|
cmd = "help";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (session) {
|
|
||||||
return SWITCH_STATUS_FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (stream->param_event) {
|
if (stream->param_event) {
|
||||||
http = switch_event_get_header(stream->param_event, "http-host");
|
http = switch_event_get_header(stream->param_event, "http-host");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue