[Freeswitch-svn] [commit] r3590 - freeswitch/branches/knhor/trunk/src/mod/applications/mod_conference

Freeswitch SVN knhor at freeswitch.org
Fri Dec 8 23:53:42 EST 2006


Author: knhor
Date: Fri Dec  8 23:53:42 2006
New Revision: 3590

Modified:
   freeswitch/branches/knhor/trunk/src/mod/applications/mod_conference/mod_conference.c

Log:
let caller control work

Modified: freeswitch/branches/knhor/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/branches/knhor/trunk/src/mod/applications/mod_conference/mod_conference.c	(original)
+++ freeswitch/branches/knhor/trunk/src/mod/applications/mod_conference/mod_conference.c	Fri Dec  8 23:53:42 2006
@@ -3858,7 +3858,7 @@
 	conference->interval = interval;
 	conference->dtmf_parser = NULL;
 
-	if(0 && switch_ivr_digit_stream_parser_new(conference->pool,&conference->dtmf_parser) == SWITCH_STATUS_SUCCESS) {
+	if(switch_ivr_digit_stream_parser_new(conference->pool,&conference->dtmf_parser) == SWITCH_STATUS_SUCCESS) {
 
 		/* caller control configuration chores */
 		xml_controls = switch_xml_child(profile, "controls");



More information about the Freeswitch-svn mailing list