<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Meetme and authentication</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">Hi all,</FONT></SPAN>
</P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">I have thoroughly read the available documentation and I can't seem to find a workaround for my setup&#8230;</FONT></SPAN>
</P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">I'm trying to create a phone conference line that users would call using a unique phone number (no matter if they are moderators or just plain users). I use Asterisk 1.2.6</FONT></SPAN></P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">The available conferences are defined as follows:</FONT></SPAN>
</P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">conf =&gt; 1000,user pin1, moderator pin1</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">conf =&gt; 1001,user pin2, moderator pin2</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">conf =&gt; 1002,user pin3, moderator pin3</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">&#8230;</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">conf =&gt; 1009, user pin9, moderator pin9</FONT></SPAN>
</P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">The users are prompted whether they are a moderator or a user. When they choose, they are redirected to the conference they request:</FONT></SPAN></P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">- using options aAPsX for moderators (moderator + marked + ask PIN + allow menu using *)</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">- using options Psw for users (ask PIN + allow menu + wait for a marked user)</FONT></SPAN>
</P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">My problem is that if a user chooses the &quot;moderator&quot; option, he can authenticate using any of the two PINs, and he can become an moderator for the conference by knowing only the user PIN&#8230;</FONT></SPAN></P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">I think using two different phone numbers (one for users and one for moderators) is neither practical nor safe. Is there a way to authenticate users against only one of the password? For instance, math the password provided against only the moderator PIN, or only the user PIN.</FONT></SPAN></P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">Thank you for your help,</FONT></SPAN>
</P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">Silviu</FONT></SPAN>
</P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">PS. Here is the dialplan :</FONT></SPAN>
</P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">[ConfStart]</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">exten =&gt; s,1,Answer</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">exten =&gt; s,2,Set(TIMEOUT(response)=5)</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">exten =&gt; s,3,Set(LANGUAGE()=conf)</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">exten =&gt; s,4,Wait(1)</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">exten =&gt; s,5,Background(welcome)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; &quot;welcome, press * if you are a user of hold the line if you are a moderator&quot;</FONT></SPAN>
</P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">exten =&gt; *,1,MeetMe(|iMPsw|)&nbsp;&nbsp;&nbsp; ; for regular users</FONT></SPAN>

<BR><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">exten =&gt; t,1,MeetMe(|aAiMPsX|)&nbsp; ; for moderators</FONT></SPAN>
</P>

<P><SPAN LANG="fr-ch"><FONT SIZE=2 FACE="Arial">exten =&gt; i,1,GoTo(ConfStart,s,1)</FONT></SPAN>
</P>

</BODY>
</HTML>