Is is possible to specify the MOH Class when defining a MeetMe extension? I tried exten => 300,1,MeetMe(300|M(class)) But that did not work. Thx, -Rob.
On Jul 14, 2005, at 11:17 AM, Robert Goodyear wrote:> Is is possible to specify the MOH Class when defining a MeetMe > extension? > > I tried > > exten => 300,1,MeetMe(300|M(class))Replying to my own query, just in case anyone else is as dense as I am... exten => 300,1,SetMusicOnHold(confclass) exten => 300,2,MeetMe(300|M) I don't know why but for some reason I was convinced that setting the class here would not carry forward to the Conference's scope. Thanks for listening. -Rob.