Added php-xml to README

Added initial lib/xml.php
Renamed srv/tftp/tftp_provisioner.php -> srv/tftp/tftp_provisioner

Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
This commit is contained in:
Diederik de Groot
2020-03-16 08:27:00 +01:00
parent 3d213e6571
commit 4d0eab9693
6 changed files with 74 additions and 13 deletions

View File

@@ -27,7 +27,7 @@
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
</ports>
<processNodeName>192.168.1.1</processNodeName>
<processNodeName>192.168.178.3</processNodeName>
</callManager>
</member>
<member priority="1">
@@ -115,9 +115,9 @@
</commonProfile>
<vendorConfig>
<logServer>192.168.1.1</logServer>
<syslogServer>192.168.1.1</syslogServer>
<debugServer>192.168.1.1</debugServer>
<logServer>192.168.178.3</logServer>
<syslogServer>192.168.178.3</syslogServer>
<debugServer>192.168.178.3</debugServer>
<debugLevel>3</debugLevel>
<disableSpeaker>false</disableSpeaker>
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
@@ -225,12 +225,12 @@
<userId>9999</userId>
<!-- Begin URL's -->
<idleURL>http://192.168.1.1/idle.php</idleURL>
<authenticationURL>http://192.168.1.1/authenticate.php</authenticationURL>
<informationURL>http://192.168.1.1/cisco_menu/help/help.php</informationURL>
<idleURL>http://192.168.178.3/idle.php</idleURL>
<authenticationURL>http://192.168.178.3/authenticate.php</authenticationURL>
<informationURL>http://192.168.178.3/cisco_menu/help/help.php</informationURL>
<messagesURL/>
<proxyServerURL/>
<servicesURL>http://192.168.1.1/tests.xml</servicesURL>
<directoryURL>http://192.168.1.1/cisco_menu/directory/menu.php</directoryURL>
<servicesURL>http://192.168.178.3/tests.xml</servicesURL>
<directoryURL>http://192.168.178.3/cisco_menu/directory/menu.php</directoryURL>
<!-- End URL's -->
</Default>