BUG Asteridex Click to Dial Bug

jerrm

Guru
Joined
Sep 23, 2015
Messages
838
Reaction score
405
I installed via these instructions: http://nerdvittles.com/?p=14787

Clicking on an Asteridex contact pops-up the connect window, but gives an http 500 error.

Apache error.log shows:
Code:
PHP Fatal error:  Call-time pass-by-reference has been removed in /var/www/html/asteridex4/callboth.php on line 68


Changing callboth.php line 68 from:
Code:
$fp = fsockopen ("localhost", 5038, &$errno, &$errstr, 20);
to:
Code:
$fp = fsockopen ("localhost", 5038, $errno, $errstr, 20);
fixed it.


The php version installed is:
Code:
PHP 5.4.45-0+deb7u2 (cli) (built: Oct 27 2015 23:22:07)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
 

chris_c_

Active Member
Joined
Aug 19, 2010
Messages
509
Reaction score
67
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top