- Joined
- Apr 11, 2019
- Messages
- 16
- Reaction score
- 2
Hi,
I'm trying to modify create a custom polycom template with new device settings. Where in the .xml file for the template would I put the following settings???
I'm trying to modify create a custom polycom template with new device settings. Where in the .xml file for the template would I put the following settings???
Code:
<Phone_Config>
<All
attendant.resourceList.4.address="224.0.1.75:50002"
attendant.resourceList.4.label="Page"
attendant.resourceList.4.type="automata"
ptt.address="224.0.1.75"
ptt.allowOffHookPages="1"
ptt.callWaiting.enable="1"
ptt.emergencyChannel.volume="-1"
ptt.pageMode.allowOffHookPages="1"
ptt.pageMode.displayName="93700"
ptt.pageMode.enable="1"
ptt.port="50001"
ptt.pageMode.group.1.label="Plant"
ptt.pageMode.group.1.subscribed="1"
ptt.pageMode.group.2.label="Corp"
ptt.pageMode.group.2.subscribed="1"
ptt.pageMode.group.3.label="All"
ptt.pageMode.group.3.subscribed="1"
device.net.vlan="15"
/>
</Phone_Config>