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