From: Anthony Minessale Date: Wed, 17 Dec 2008 14:21:53 +0000 (+0000) Subject: allow conf command from dp X-Git-Tag: v1.0.2~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a4a23505d2da281b0c2d5010fd049af8fe9b15;p=thirdparty%2Ffreeswitch.git allow conf command from dp git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10848 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 1b8571e009..89c68e3033 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -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"); }