From: Dan A. <Dan...@Ph...> - 2011-02-25 01:36:17
|
Extend is doing what it is meant to, if MeetMe does not honor the extension, that needs to be checked. End now by default does just kick all users. If you set the define 'FORCE_END' to yes in defines.php, then you also change the endtime to the exact moment that 'End Now' is clicked Did you sent a channeltype in defines.php for the 'Invite' button? From: Sir Louen [mailto:sir...@gm...] Sent: Thursday, February 24, 2011 5:29 PM To: Dan Austin Cc: web...@li... Subject: Re: [Web-meetme-users] problems with some functions like extend I've found much true in all this: Extend seems to extend by default 10 minutes extra, have not notice it. End now...conference stills keeps accesible the meet room but mass kicks the users... is this how it works Invite throws a simple error System error, try again later In the apache log: Got event.. newchannel, No event handler for event 'newchannel', Got event.. newcallerid, No event handler for event 'newcallerid' Got event.. hangup, No event handler for event 'hangup' Asterisk by itself can handle calls with no problems. 2011/2/25 Dan Austin <Dan...@ph...<mailto:Dan...@ph...>> Extend may silently succeed, you need to check to see if the conference has been extended by checking the scheduled end time. End Now should work if kick works, but a copy of the console log with verbose set to level 3 might help. Invite is complicated and the answer depends on how/when it fails Dan From: Sir Louen [mailto:sir...@gm...<mailto:sir...@gm...>] Sent: Thursday, February 24, 2011 5:15 PM To: web...@li...<mailto:web...@li...> Subject: [Web-meetme-users] problems with some functions like extend I have recently installed web meetme successfully, can create a new room, and can monitor existing rooms and users, mute users, kick users, create new users etc But there are three functions inside a conference room i cannot use: Extend, End Now and Invite. I'm using web meetme latest version and Asterisk 1.8 and followed the basic installation guide. Any ideas regarding this issue? |