[asterisk-users] Re: Meetme question

Justin Hamade justhamade at gmail.com
Sat Mar 31 16:31:02 MST 2007


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


More information about the asterisk-users mailing list