[Freeswitch-svn] [commit] r10848 - freeswitch/trunk/src/mod/applications/mod_conference
FreeSWITCH SVN
anthm at freeswitch.org
Wed Dec 17 06:21:54 PST 2008
Author: anthm
Date: Wed Dec 17 09:21:53 2008
New Revision: 10848
Log:
allow conf command from dp
Modified:
freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
Modified: freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c Wed Dec 17 09:21:53 2008
@@ -3729,10 +3729,6 @@
cmd = "help";
}
- if (session) {
- return SWITCH_STATUS_FALSE;
- }
-
if (stream->param_event) {
http = switch_event_get_header(stream->param_event, "http-host");
}
More information about the Freeswitch-svn
mailing list