wfcvariable.xml File
wfcvariable.xml File
View content for :
Platform:

wfcvariable.xml File

This file collects and organizes XML tags to populate the run-time WFConnect.xml file. Tags that are not declared use default values. The Users tag supports and organizes multiple users. The users' section is displayed as a list on the Zebra Voice sign-in screen. When the display tag for an entry is set to true, users can select a profile from the list.
When the display tag is false, the profname and prof_password tags are used. These tags are used for user authentication when selecting a hidden profile for a dedicated user. For a shared extension, these tags are rarely used.
Users can each be a complete and unique configuration, or they can re-use components, such as the following buttons example.
<Users> <Entry> <profile_type>
CME
</profile_type> <display>false</display> <profname>Manager</profname> <prof_password>abc123</prof_password> <dept>Mgmt-1</dept> <sip_mac>aaaabbbbccc1</sip_mac> <sip_remhost>192.168.10.50</sip_remhost> <layout_location>file:///WFConnect/buttons_1001.xml</layout_location> </Entry> <Entry> <profile_type>
CME
</profile_type> <display>true</display> <profname>1002</profname> <dept>Pharmacy</dept> <sip_mac>aaaabbbbccc2</sip_mac> <sip_remhost>192.168.10.50</sip_remhost> <layout_location>file:///WFConnect/buttons_1002.xml</layout_location>1 </Entry> <Entry> <profile_type>
CME
</profile_type> <display>true</display> <profname>1003</profname> <dept>Grocery</dept> <sip_mac>aaaabbbbccc3</sip_mac> <sip_remhost>192.168.10.50</sip_remhost> <layout_location>file:///WFConnect/buttons_1002.xml</layout_location> </Entry> <Entry> <profile_type>
CME
</profile_type> <display>false</display> <profname>1050</profname> <prof_password>jsz935</prof_password> <dept>GM</dept> <sip_remhost>192.168.10.49</sip_remhost> <sip_userid>George</sip_userid> <sip_userpass>xyz123</sip_userpass> <layout_location>http://user.server/wfcbutton4.xml</layout_location> </Entry> </Users>