From: Dan A. <Dan...@Ph...> - 2010-08-16 16:22:17
|
The notices are harmless. There is a long and a short form version of the call_operator.php code. The short only takes a number and sets the commonly required fields, the long has close to 20 and is well a pain. Common options for the short form are in defines.php, specifically the outgoing context and channeltype. If you have made any effort to secure your install, the out_context intial value of 'default' will not likely work. Search for "Outcall" to find the section related to the Invite feature. Dan From: DarkLight [mailto:dar...@fr...] Sent: Sunday, August 15, 2010 11:47 PM To: Dan Austin; web...@li... Subject: [Web-meetme-users] 4.0.3 and completeness I renaming this function to => go_to and have next trouble after entering telephone number and press Invite: Notice: Use of undefined constant MeetMe - assumed 'MeetMe' in /var/www/freepbx/web-meetme/call_operator.php on line 82 Notice: Undefined variable: exten in /var/www/freepbx/web-meetme/call_operator.php on line 88 Notice: Undefined variable: timeout in /var/www/freepbx/web-meetme/call_operator.php on line 88 Notice: Undefined variable: variable in /var/www/freepbx/web-meetme/call_operator.php on line 88 Notice: Undefined variable: account in /var/www/freepbx/web-meetme/call_operator.php on line 88 --------------------------------------------------------- Google reports this is a known issue and seems to stem from PHP 5.3 or later not being happy with member functions using reserved words for function names. I do not use the function directly, so renaming it to go_to might be enough for testing. Ah, I see you have also just found it as well. Dan |