The profile section requires:
An IP address in the sip_remhost field to target the appropriate PBX.
A literal or pseudo-MAC address in the sip_mac field to identify the device to the PBX.
If the MAC address is left blank the device uses the device’s physical MAC address.
When using a pseudo MAC address, the PBX device configuration remains static and the MAC address of the device is changed to match the desired profile. The field can be populated with a 12-character hex string resembling a MAC address.
The following example demonstrates how to provide access to the PBX:
<Profile>
...
<profile_type>CME</profile_type>
<display>true</display>
<profname>CME9.1-2708</profname>
<prof_password></prof_password>
<sip_userid></sip_userid>
<sip_userpass></sip_userpass>
<prof_description>MC40.1</prof_description>
<sip_mac>080028493481</sip_mac>
<sip_remhost>10.80.212.58</sip_remhost>
...
<Profile>