<div>Thanks Ken.</div><div><br></div><div>see&nbsp;<a href="http://jira.freeswitch.org/browse/FS-4088">http://jira.freeswitch.org/browse/FS-4088</a></div><div><br></div><div>questions:</div><div><br></div><div>1) I see confs both in mod_xxx/conf and conf/vanilla, should I modify both? I might miss the vanilla story, would anyone tell it briefly?</div><div><br></div><div>2) wiki saids&nbsp;<a href="http://wiki.freeswitch.org/wiki/Mod_conference">http://wiki.freeswitch.org/wiki/Mod_conference</a></div><div><br></div><div>conference-flags&nbsp;<span style="color: rgb(0, 0, 0); font-family: sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; ">Can be any combination of&nbsp;</span><b style="color: rgb(0, 0, 0); font-family: sans-serif; font-size: 13px; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">wait-mod</b><span style="color: rgb(0, 0, 0); font-family: sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; ">&nbsp;and&nbsp;</span><b style="color: rgb(0, 0, 0); font-family: sans-serif; font-size: 13px; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">waste-bandwidth</b><span style="color: rgb(0, 0, 0); font-family: sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; ">.&nbsp;</span><b style="color: rgb(0, 0, 0); font-family: sans-serif; font-size: 13px; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">wait-mod</b><span style="color: rgb(0, 0, 0); font-family: sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; ">&nbsp;</span></div><div><div><br></div><div>but I only see&nbsp;</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">                </span>for (i = 0; i &lt; argc &amp;&amp; argv[i]; i++) {</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>if (!strcasecmp(argv[i], "wait-mod")) {</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>*f |= CFLAG_WAIT_MOD;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>} else if (!strcasecmp(argv[i], "video-floor-only")) {</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>*f |= CFLAG_VID_FLOOR;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>} else if (!strcasecmp(argv[i], "video-bridge")) {</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>*f |= CFLAG_VIDEO_BRIDGE;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>}</div></div><div><br></div><div>is wiki wrong or should we patch mod_conference.c to enable CFLAG_WASTE_FLAG ? &nbsp;I see this flag is not actually used.</div><div><br></div><div>7.</div></div>
                 
                <p style="color: #A0A0A8;">On Thursday, March 29, 2012 at 12:59 AM, Ken Rice wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div>

<title>Re: [Freeswitch-users] Open Bugs on Jira and Call for help</title>


<font face="Monaco, Courier New"><span style="font-size:11pt">Actually we can opena &nbsp;tracking bug on Jira or just email me the diffs I can review and commit that way...<br>
<br>
Chjeck out git-format-patch its a good way to format a patch so you get credit also<br>
<br>
K<br>
<br>
<br>
On 3/28/12 11:41 AM, "Seven Du" &lt;<a href="dujinfang@gmail.com">dujinfang@gmail.com</a>&gt; wrote:<br>
<br>
</span></font><blockquote type="cite"><div><font face="Monaco, Courier New"><span style="font-size:11pt"> <br>
Cool. I'll update some of my open bugs on jira. And for documentation help, I suggest also address the indents, especially don't mix spaces and tabs, I guess all like tabs? Also, is there any coordination of which conf files who's working on or should all choose randomly? And show we commit to git or report on jira?<br>
<br>
&nbsp;&nbsp;<br>
<br>
<font color="#A0A0A8">On Wednesday, March 28, 2012 at 11:05 PM, Ken Rice wrote:<br>
</font> <br>
</span></font><blockquote type="cite"><div><font face="Monaco, Courier New"><span style="font-size:11pt"> <br>
Open Bugs on Jira and Call for help If you have open bugs on Jira, please make sure they are up to date on any all information.... <br>
<br>
If you wish to address a specific bug, please visit us on the weekly conference call so we can address them... We’re getting close to time for rolling Release Candidate for 1.2 and we want to address as many of these as possible...<br>
<br>
Also, I’m looking for some configuration documentation help. If you’ve pulled git in the past few days you’ll notice that in the module src directories there is now a conf directory, we need some help with making sure all the configuration options are documented and what their default settings are. &nbsp;The end goal is to get all the options documented in their default states. <br>
What skills do you need? The ability to read a little C, and the ability to use a text editor to edit/create configs... <br>
<br>
K <br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
</span></font></div></blockquote><font face="Monaco, Courier New"><span style="font-size:11pt"> &nbsp;<br>
&nbsp;<br>
&nbsp;<br>
<br>
<hr align="CENTER" size="3" width="95%"></span></font><font size="2"><font face="Consolas, Courier New, Courier"><span style="font-size:10pt">_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
</span></font></font></div></blockquote></div><div><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com">http://www.cluecon.com</a></div><div><br></div><div>FreeSWITCH-users mailing list</div><div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div><div><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>