Update example settings

This commit is contained in:
Diederik de Groot
2019-04-15 15:05:48 +02:00
parent 7bd7b29bda
commit 832a7e3372
2 changed files with 29 additions and 28 deletions

View File

@@ -22,20 +22,21 @@
<members>
<member priority="0">
<callManager>
<name>moviebox</name>
<ipv6Addr>2001:471:2f25:3ce::3</ipv6Addr>
<name>server1</name>
<ipv6Addr>2001:aaa:bbb:ccc::111</ipv6Addr>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
</ports>
<processNodeName>192.168.187.3</processNodeName>
<processNodeName>192.168.1.1</processNodeName>
</callManager>
</member>
<member priority="1">
<callManager>
<name>server2</name>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
</ports>
<processNodeName>192.168.187.3</processNodeName>
<processNodeName>192.168.1.2</processNodeName>
</callManager>
</member>
</members>
@@ -114,9 +115,9 @@
</commonProfile>
<vendorConfig>
<logServer>192.168.178.3</logServer>
<syslogServer>192.168.178.3</syslogServer>
<debugServer>192.168.178.3</debugServer>
<logServer>192.168.1.1</logServer>
<syslogServer>192.168.1.1</syslogServer>
<debugServer>192.168.1.1</debugServer>
<debugLevel>3</debugLevel>
<disableSpeaker>false</disableSpeaker>
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
@@ -151,8 +152,8 @@
<powerPriority>1</powerPriority>
<sshAccess>0</sshAccess>
<sshPort>22</sshPort>
<ipv6LoadServer>2a00:1258:3::185</ipv6LoadServer>
<ipv6LogServer>2a00:1258:3::185</ipv6LogServer>
<ipv6LoadServer>2001:aaa:bbb:ccc::111</ipv6LoadServer>
<ipv6LogServer>2001:aaa:bbb:ccc::111</ipv6LogServer>
<detectCMConnectionFailure>0</detectCMConnectionFailure>
<useEnblocDialing>1</useEnblocDialing>
</vendorConfig>
@@ -224,12 +225,12 @@
<userId>9999</userId>
<!-- Begin URL's -->
<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>
<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>
<messagesURL/>
<proxyServerURL/>
<servicesURL>http://192.168.178.3/tests.xml</servicesURL>
<directoryURL>http://192.168.178.3/cisco_menu/directory/menu.php</directoryURL>
<servicesURL>http://192.168.1.1/tests.xml</servicesURL>
<directoryURL>http://192.168.1.1/cisco_menu/directory/menu.php</directoryURL>
<!-- End URL's -->
</Default>