<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">or:<div><br></div><div><div>svn commit -m"mod_conference add conference_max_members channel variable that can be set on the first channel calling a conference to override the profiles max-members param"</div><div>Sending mod_conference/mod_conference.c</div><div>Transmitting file data .</div><div>Committed revision 16597.</div><div><br></div><div>compile tested, for your building pleasure.</div><div><br></div><div>Mike</div><div><br></div><div><div>On Feb 9, 2010, at 6:09 PM, Michael Collins wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br><div class="gmail_quote">On Tue, Feb 9, 2010 at 1:14 PM, Robert Hadley <span dir="ltr"><<a href="mailto:robert.hadley@teotech.com">robert.hadley@teotech.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; padding-left: 1ex; position: static; z-index: auto; ">
<div link="blue" vlink="purple" lang="EN-US">
<div><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">I have setting max-members=10 in conference.conf.xml working.
However, is there are way to pass in the max-members=10 from the dialplan/default.xml
to mod_conference? I tried using action application=”set” data=”max-members=10”
but it didn’t work. Also tried action application=”export”
data=”max-members=10” but it didn’t work either.</span></font></p><div><font face="Courier New" size="1"><span style="font-size: 9pt; font-family: "Courier New";"> </span></font><br class="webkit-block-placeholder"></div><p class="MsoNormal"><font face="Courier New" size="1"><span style="font-size: 9pt; font-family: "Courier New";">From default.xml:</span></font></p><p class="MsoNormal"><font face="Courier New" size="1"><span style="font-size: 9pt; font-family: "Courier New";"> <extension
name="nb_conferences"></span></font></p><p class="MsoNormal"><font face="Courier New" size="1"><span style="font-size: 9pt; font-family: "Courier New";"> <condition
field="destination_number" expression="^(30\d{2})$"></span></font></p><p class="MsoNormal"><font face="Courier New" size="1"><span style="font-size: 9pt; font-family: "Courier New";"> <action
application="answer"/></span></font></p><p class="MsoNormal"><font face="Courier New" size="1"><span style="font-size: 9pt; font-family: "Courier New";"><!-- tried set and export here to no avail --></span></font></p><p class="MsoNormal"><font face="Courier New" size="1"><span style="font-size: 9pt; font-family: "Courier New";"> <action application="conference"
data="$1-${domain_name}@default"/></span></font></p><div><font face="Courier New" size="1"><span style="font-size: 9pt; font-family: "Courier New";"> </span></font><br class="webkit-block-placeholder"></div><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Thanks,</span></font></p><p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Robert</span></font></p></div></div></blockquote><div><br>Robert,<br><br>I checked with Brian and also took a look inside mod_conference.c. I didn't see any way that you could override the conference params that are contained in the conference profile. So you'll either need to make a new profile or join the big leagues and start trying out mod_xml_curl. :)<br>
<br>-MC<br></div></div></blockquote></div><br></div></body></html>