In article <[EMAIL PROTECTED]>, Pimjai Wesnarat <[EMAIL PROTECTED]> wrote: > Hi all, > > I an using MeetMe and I would like to use the -i function to annouce the > join/leave of the user. > However, this require that users record their names. Is there anyway to > remove this? > I just want MeetMe to annouce somethig like "A new user has joined the > conference" and that need not to record user's name. Is there a way to > do this??
Yes, but you will to modify the source code of app_meetme.c and recompile. Look for the places where the variable "namerecloc" is used. Remove the code that records, stores or uses the name file, but retain the code that plays the "has joined" or "has left" files. Change those file names to something of your choosing, and record the messages you desire into those files. Hope this helps Cheers Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ --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
