From 80a4a23505d2da281b0c2d5010fd049af8fe9b15 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 17 Dec 2008 14:21:53 +0000 Subject: [PATCH] allow conf command from dp git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10848 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_conference/mod_conference.c | 4 ---- 1 file changed, 4 deletions(-) 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"); }