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.
<!--
Avaya Aura
Users --> <Entry> <profile_type>
Avaya Aura
</profile_type> <display>true</display> <profname>
Avaya Aura
-2797</profname> <prof_password></prof_password> <sip_userid>2797</sip_userid> <sip_userpass>123456</sip_userpass> <prof_description>MC40.1</prof_description> <sip_mac></sip_mac> <sip_remhost>10.80.212.44</sip_remhost> </Entry> <Entry> <profile_type>
Avaya Aura
</profile_type> <display>true</display> <profname>
Avaya Aura
-2799</profname> <prof_password></prof_password> <sip_userid>2799</sip_userid> <sip_userpass>123456</sip_userpass> <prof_description>MC40.2</prof_description> <sip_mac></sip_mac> <sip_remhost>10.80.212.44</sip_remhost> </Entry> <Entry> <profile_type>
Avaya Aura
</profile_type> <display>true</display> <profname>
Avaya Aura
-2800</profname> <prof_password></prof_password> <sip_userid>2800</sip_userid> <sip_userpass>123456</sip_userpass> <prof_description>MC40.3</prof_description> <sip_mac></sip_mac> <sip_remhost>10.80.212.44</sip_remhost> </Entry> <Entry> <profile_type>
Avaya Aura
</profile_type> <display>true</display> <profname>
Avaya Aura
-2801</profname> <prof_password></prof_password> <sip_userid>2801</sip_userid> <sip_userpass>123456</sip_userpass> <prof_description>MC40.4</prof_description> <sip_mac></sip_mac> <sip_remhost>10.80.212.44</sip_remhost> </Entry>