If you know what you want the conf room number to be, then set that up in meetme.conf.<br><br>You would have to write your own IVR though, and use Authenticate() with the PIN kept in the DB. Its a hack but it would do what you want:
<br><br>exten => _X,1,Playback("conf-getconfno")<br>exten => _9XX,1,Authenticate(${DB(conf/${EXTEN})})<br>exten => _9XX,1,MeetMe(${EXTEN},s,)<br><br>I don't know any other way to have a PIN number that isn't statically defined in the
meetme.conf file or created on the fly with the room useing the D option, if you know another way let me know.<br clear="all"><br>-- <br>Justin<br><br><br><br><pre>Hi,<br><br>I'm experimenting with the Meetme feature of Asterisk
1.2, <br><br>exten => 2095,1,MeetMe(|Ds)<br><br>This almost gives me what I want, where each employee can create their own <br>on-the-fly conferences with a personal Conference Number and PIN. However, as <br>the PIN is actually set by the first callee, then its subject to problems
<br>(first callee might enter the wrong PIN, and then no-one else can join).<br><br>What I really want is something that covers the below:<br><br>- One call-in number<br>- Employees get their own unique conference # (this could be their own
<br>extension), and can set a public PIN that only they can change.<br>- I don't really want a www-based system, as most of my users are usually <br>mobile, and might not have access to the corporate intranet.<br><br>
<br>Thanks,<br> <br>Adrian Marsh</pre><br>