On Sat, 2004-11-27 at 08:55 -0500, Doug Lytle wrote: > > > * *[rooms] > > ; > > ; Usage is conf => confno[,pin] > > ; > > conf => 1234 > > > Should be: > > conf => 1234,5555
Only if you want a password to enter the conference, the pin is optional. > > > <> > > And in *extension.conf:* > > ** > > exten => 8600,1,Meetme,1234 > > > > Should be: > > exten => 8600,1,Meetme(1234) > exten => 8600,2,Hangup I would have: exten => 8600,1,Meetme(1234,M) just to have music on hold if there's only one person in the conference. It's more likely the *[rooms] if the * is really there, should just be [rooms] -- Dave Cotton <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
