Hi, With a dynamic Meetme using: MeetMe(|DsMrc) How do I control which context MOH uses, other than "default" ? Asterisk: 1.4.15 Thanks, Adrian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101118/c77d5b17/attachment.htm
On Thu, Nov 18, 2010 at 12:37 PM, Adrian Marsh <Adrian.Marsh at ubiquisys.com> wrote:> Hi, > > > > With a dynamic Meetme using:? MeetMe(|DsMrc) > > How do I control which context MOH uses, other than ?default? ? > > > > Asterisk: 1.4.15 > > > > > > Thanks, > > > > Adrian > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > ? ? ? ? ? ? ? http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >Use Set(CHANNEL(musicclass)=MUSICONHOLDCLASSYOUWANT). What I do is add a column to the conferences/meetme table in my database to hold the moh class I want and then retrieve that in the dialplan & use the aforementioned command.
On Thu, Nov 18, 2010 at 12:37 PM, Adrian Marsh <Adrian.Marsh at ubiquisys.com>wrote:> Hi, > > > > With a dynamic Meetme using: MeetMe(|DsMrc) > > How do I control which context MOH uses, other than ?default? ? > > > > Asterisk: 1.4.15 > > > >In 1.4.x you would use SetMusicOnHold(class) before you called your MeetMe() in the dialplan. In 1.6.x (at least 1.6.2.x), you would use Set(CHANNEL(musicclass)=...) instead. -- Thanks, --Warren Selby, dCAP http://www.selbytech.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101118/4436e11d/attachment.htm