$v_label: Status

\n"; } if ($savemsg) { print_info_box($savemsg); } ?>

\n\n"; $fp = event_socket_create($host, $port, $password); $cmd = "api sofia status"; $response = event_socket_request($fp, $cmd); echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; echo " sofia status \n"; echo "\n"; echo " \n"; echo "
\n"; echo "
\n";
echo $response;
echo "
\n"; fclose($fp); echo "

\n\n"; foreach (ListFiles($v_conf_dir.'/sip_profiles') as $key=>$sip_profile_file){ $sip_profile_name = str_replace(".xml", "", $sip_profile_file); $fp = event_socket_create($host, $port, $password); $cmd = "api sofia status profile ".$sip_profile_name; $response = event_socket_request($fp, $cmd); echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; echo " sofia status profile $sip_profile_name \n"; echo "\n"; echo " \n"; echo " \n"; echo " \n"; if ($sip_profile_name == "external") { echo " \n"; } else { echo " \n"; } echo "
\n"; echo "
\n";
	echo $response;
	echo "
\n"; fclose($fp); echo "

\n\n"; } $fp = event_socket_create($host, $port, $password); $cmd = "api status"; $response = event_socket_request($fp, $cmd); echo "status
\n"; echo "
\n";
echo $response;
echo "
\n"; fclose($fp); echo "

\n\n"; $fp = event_socket_create($host, $port, $password); $cmd = "api show channels"; $response = event_socket_request($fp, $cmd); echo "show channels
\n"; if (strlen($response) > 40) { echo "\n"; } else { echo "
\n";
  echo $response;
  echo "
\n"; } fclose($fp); echo "

\n\n"; echo "

\n\n"; $fp = event_socket_create($host, $port, $password); $cmd = "api show calls"; $response = event_socket_request($fp, $cmd); echo "show calls
\n"; if (strlen($response) > 40) { echo "\n"; } else { echo "
\n";
  echo $response;
  echo "
\n"; } fclose($fp); echo "

\n\n"; echo "

\n\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; echo "Backup / Restore
\n"; echo "The 'backup' button will tar gzip ".$v_dir." to ".$v_backup_dir."/".$v_name.".bak.tgz it then presents a file to download. \n"; echo "If the backup file does not exist in ".$v_backup_dir."/".$v_name.".bak.tgz then the 'restore' button will be hidden. \n"; echo "Use Diagnostics->Command->File to upload: to browse to the file and then click on upload it now ready to be restored. \n"; echo "

\n"; echo "
\n"; echo " \n"; if (file_exists($v_backup_dir.'/'.$v_name.'.bak.tgz')) { echo " \n"; } echo "
\n"; echo "

\n\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; echo "Call Detail Records
\n"; echo $v_log_dir."/cdr-csv/Master.csv

\n"; echo "
\n"; echo " \n"; echo "
\n"; echo "

\n\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; echo "Web Interface
\n"; echo "Use the following button to update the web interface.

\n"; echo "
\n"; echo " \n"; echo "
\n"; echo "

\n\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; echo "Logs
\n"; echo $v_log_dir."/cdr-csv/".$v_name.".log

\n"; echo "
\n"; echo " \n"; echo "
\n"; echo "

\n\n"; echo "tail -n 500 ".$v_log_dir."/".$v_name.".log
\n"; echo "\n"; echo "

\n\n"; //$fp = event_socket_create($host, $port, $password); //$cmd = "api sofia "; //$response = event_socket_request($fp, $cmd); //echo "api sofia
\n"; //echo "
\n";
//echo $response;
//echo "
\n"; //fclose($fp); //echo "

\n\n"; ?>