Hi, I'm experimenting with the Meetme feature of Asterisk 1.2, exten => 2095,1,MeetMe(|Ds) This almost gives me what I want, where each employee can create their own on-the-fly conferences with a personal Conference Number and PIN. However, as the PIN is actually set by the first callee, then its subject to problems (first callee might enter the wrong PIN, and then no-one else can join). What I really want is something that covers the below: - One call-in number - Employees get their own unique conference # (this could be their own extension), and can set a public PIN that only they can change. - I don't really want a www-based system, as most of my users are usually mobile, and might not have access to the corporate intranet. Thanks, ? Adrian Marsh ?
If you know what you want the conf room number to be, then set that up in meetme.conf. 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: exten => _X,1,Playback("conf-getconfno") exten => _9XX,1,Authenticate(${DB(conf/${EXTEN})}) exten => _9XX,1,MeetMe(${EXTEN},s,) 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. -- Justin Hi, I'm experimenting with the Meetme feature of Asterisk 1.2, exten => 2095,1,MeetMe(|Ds) This almost gives me what I want, where each employee can create their own on-the-fly conferences with a personal Conference Number and PIN. However, as the PIN is actually set by the first callee, then its subject to problems (first callee might enter the wrong PIN, and then no-one else can join). What I really want is something that covers the below: - One call-in number - Employees get their own unique conference # (this could be their own extension), and can set a public PIN that only they can change. - I don't really want a www-based system, as most of my users are usually mobile, and might not have access to the corporate intranet. Thanks, Adrian Marsh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070331/a6eeeb76/attachment.htm
Create two seperate extensions. One for the admin and one for the regular users that go to the same room. The issue you will have then is that the admin will have to call in first to create the dynamic room. ----- Original Message ----- From: "Adrian Marsh" <Adrian.Marsh@ubiquisys.com> To: <asterisk-users@lists.digium.com> Sent: Saturday, March 31, 2007 3:58 PM Subject: [asterisk-users] Meetme question Hi, I'm experimenting with the Meetme feature of Asterisk 1.2, exten => 2095,1,MeetMe(|Ds) This almost gives me what I want, where each employee can create their own on-the-fly conferences with a personal Conference Number and PIN. However, as the PIN is actually set by the first callee, then its subject to problems (first callee might enter the wrong PIN, and then no-one else can join). What I really want is something that covers the below: - One call-in number - Employees get their own unique conference # (this could be their own extension), and can set a public PIN that only they can change. - I don't really want a www-based system, as most of my users are usually mobile, and might not have access to the corporate intranet. Thanks, Adrian Marsh _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users