I am playing around with dynamic meetme conferences, and wanted to have one person constantly in the conference, with calls "popping in and out". Is there an option / any way of playing enter / leave sounds to the person who created the conference only, and not the people leaving / joining ? TIA Julian.
You can specify different options to start meetme with (announcements, etc.) in the dialplan by having a separate extension for the person who wants to here the sounds. I've never tried this, but I think it should work. -kn0x On 5/24/07, Julian Lyndon-Smith <asterisk@dotr.com> wrote:> > I am playing around with dynamic meetme conferences, and wanted to have > one person constantly in the conference, with calls "popping in and out". > > Is there an option / any way of playing enter / leave sounds to the > person who created the conference only, and not the people leaving / > joining ? > > TIA > > Julian. > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070524/cf4429dd/attachment.htm
On Thu, 24 May 2007, Julian Lyndon-Smith wrote:> I am playing around with dynamic meetme conferences, and wanted to have one > person constantly in the conference, with calls "popping in and out". > > Is there an option / any way of playing enter / leave sounds to the person > who created the conference only, and not the people leaving / joining ?Not out of the box. I did this for a customer a couple of years ago. As I remember, the "key" was to add code to conf_run() to take the user out of the conference, play the custom sound file, and put them back into the conference. These in/out steps are needed to keep that user in sync with the conference. Otherwise, their audio will be offset by the length of the sound file. Thanks in advance, ------------------------------------------------------------------------ Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
In article <4655A0F8.1000802@dotr.com>, Julian Lyndon-Smith <asterisk@dotr.com> wrote:> I am playing around with dynamic meetme conferences, and wanted to have > one person constantly in the conference, with calls "popping in and out". > > Is there an option / any way of playing enter / leave sounds to the > person who created the conference only, and not the people leaving / > joining ?Not without custom modifications to the code of app_meetme itself. Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org