From: Dan A. <Dan...@Ph...> - 2010-08-04 16:46:12
|
Current Conference presents a list of conferences scheduled to be running at the time you click it. If you select on, it talks to asterisk over the manager API using phpagi to collect stats about the conference (current callers, how long Then have been in the conf, if they are muted or not, etc). Since the errors are coming from phpagi.php, which is not modified for use with WMM, I suspect a config issue with the Asterisk manager.conf or the install step where phpagi.conf is put in the Asterisk config directory and edited for your setup. Dan From: Pawlowski, Adam [mailto:aj...@bu...] Sent: Wednesday, August 04, 2010 9:39 AM To: Dan Austin; web...@li... Subject: RE: 4.0.3 and completeness Well, based on looking at the code, I'm not really sure what is supposed to happen when I choose 'Current Conference'. I see references to editing conference parameters, etc. I'm not sure there is actually a way to get to that though. If I select a scheduled conference, there's a search box, and further down the page under a frame is 'Extend' 'End Now' and 'Invite'. There's a lot of: [Wed Aug 04 12:33:57 2010] [error] [client] PHP Parse error: syntax error, unexpected T_GOTO, expecting T_STRING in /var/www-ssl/web-meetme/phpagi/phpagi.php on line 777, referer: https://---/web-meetme/conf_control.php?s=1&t=0&order=&sens=¤t_page=&PHPSESSID= That scrolls, presumably from the AJAX refresh. The "delete conference" lists all the expired conferences. That's as far as I've gotten, scheduling a conference works, deleting a conference deletes the row from the database. Adam From: Dan Austin [mailto:Dan...@Ph...] Sent: Tuesday, August 03, 2010 5:20 PM To: web...@li... Cc: Pawlowski, Adam Subject: RE: 4.0.3 and completeness I am developing it against PHP5. I suspect you are missing one or more of the dependencies. It would help to list what does work and what does not work and the exact error messages that you are receiving. Dan From: Pawlowski, Adam [mailto:aj...@bu...] Sent: Tuesday, August 03, 2010 1:41 PM To: web...@li... Subject: [Web-meetme-users] 4.0.3 and completeness Of those who've downloaded version 4.0.3 , does it function correctly out of the box ? There seem to be several areas where functions are not complete or have not been coded with consistent path or variable names and they don't seem to work. I 'm running on PHP5, which is not what is in the documentation, but it specifies a version of 4 or later, and it should work. The conference monitoring/AGI does not work at all, the AGI library complains about a T_GOTO instead of a T_STRING . I've been trying to make heads or tails of the thing and have been chopping the code into smaller, more manageable blocks because the meetme_control is rather long and complex, but I'm trying to see if I'm searching for a needle in this haystack that isn't there. Thanks Adam |