From: DarkLight <dar...@fr...> - 2010-08-16 06:47:39
|
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 |