Fix locale setting in example SEP_Base file

This commit is contained in:
Diederik de Groot
2018-03-16 00:28:43 +01:00
parent 4ca4b70b22
commit 7581605a64

View File

@@ -6,6 +6,8 @@
<ipAddressMode>2</ipAddressMode>
<ipPreferenceModeControl>1</ipPreferenceModeControl>
<allowAutoConfig>true</allowAutoConfig>
<!-- Begin Device Pool -->
<devicePool uuid="{1b1b9eb6-7803-11d3-bdf0-00108302ead1}">
<revertPriority>1</revertPriority>
<dateTimeSetting>
@@ -22,7 +24,7 @@
<members>
<member priority="0">
<callManager>
<name>moviebox</name>
<name>asterisk1</name>
<ipv6Addr>2001:471:2f25:3ce::466</ipv6Addr>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
@@ -32,7 +34,7 @@
</member>
<member priority="1">
<callManager>
<name>asterisk.chan-sccp.net</name>
<name>asterisk2</name>
<ipv6Addr>2a00:471:2f25:4cd::10</ipv6Addr>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
@@ -52,6 +54,8 @@
</srstInfo>
<connectionMonitorDuration>60</connectionMonitorDuration>
</devicePool>
<!-- End Device Pool -->
<commonProfile>
<phonePassword>1234</phonePassword>
<defaultBackground>http://192.168.0.2/Chan-SCCP-b.png</defaultBackground>
@@ -90,14 +94,23 @@
<pcPort>0</pcPort>
<spanToPCPort>0</spanToPCPort>
</vendorConfig>
<!-- Begin Locale Information -->
<userLocale>
<name>English_United_States</name>
<uid>39</uid>
<langCode>en_US</langCode>
<version>9.3(2.9902)US</version>
<version>10.5(1)</version>
<winCharSet>utf-8</winCharSet>
</userLocale>
<networkLocale>United_States</networkLocale>
<networkLocaleInfo>
<name>United_States</name>
<uid>64</uid>
<version>10.5(1)</version>
</networkLocaleInfo>
<!-- End Locale Information -->
<deviceSecurityMode>1</deviceSecurityMode>
<informationURL>http://192.168.0.3/cisco_menu/help/help.php</informationURL>
<authenticationURL>http://192.168.0.3/authenticate.php</authenticationURL>