in my astguiclient.php, it always access to the localhost instead of the server IP.
i have changed the $VARDB_server to the server IP. But it still link to localhost after click the submit button.
What is the problem???
i saw the code in the dbconnect.php as below:
$local_DEF = 'Local/';
$conf_silent_prefix = '7';
$local_AMP = '@';
$ext_context = 'demo';
$recording_exten = '8309';
$WeBRooTWritablE = '1';
is it because of this code so my astguiclient always point to my localhost??
---------------------------------------------------------------------------------------------
SOLUTION:
go to /etc/httpd/conf/httpd.conf and change the ServerName....