]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
allow conf command from dp
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 17 Dec 2008 14:21:53 +0000 (14:21 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 17 Dec 2008 14:21:53 +0000 (14:21 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10848 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_conference/mod_conference.c

index 1b8571e009b36b521fd485fdf969c8e32c449883..89c68e30338b84099bbe22421dde7ab4c88df113 100644 (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");
        }