hi huys, i wrote an essay to add some functionalities to meetme.<br><br>To be consistent with other config files.<br><br>The main idea is to create contexts in meetme too.<br><br>Let me know whatcha guys think about it:<br>
--------------<br><br>
<p class="MsoNormal">Example:</p>
<p class="MsoNormal">[general]<br>;We could restrict the conf to some native-codecs<br>disallow = all<span style=""> </span>;refuse
all codecs, except g711u and g711a<br>allow =g711u<br>allow=g711a</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">[1234] ;meetme conf 1234<br>pin=1234<span style=""> </span>;regular
pin for the conf 1234<br>adminpin=8787<span style=""> </span>;admin
pin for that conf <br></p>
<p class="MsoNormal">[5657] ;meetme conf 5657 and no password <br></p>
<p class="MsoNormal">[9393] ; meetme conf 9393 with password 8712<br>pin=8712</p>
<p class="MsoNormal"> <br> </p>
<p class="MsoNormal">If you try to call the conf and you don't have the necessary
codec:<br>Sorry channel FOO is currently using gsm and we don't
support it for that conference.<br>And it goes at priority n+1</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Advantage:<br>Based on a private linked list of N struct "ast_meetme".</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Allow to add custom stuff for future, which support many stuff (like N
codecs) like:<br>maxidletime=600; which will close the conf for users idling
for 10 minutes in the conf, without any noise.</p>
<br clear="all"><br>-- <br>Clod Patry