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 will use 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 profile section requires:
An IP address in the sip_remhost field to target the appropriate PBX.
A user ID (sip_userid) and password (sip_pass) to identify the client to the PBX.
The sip_userid and sip_userpass provide access to the PBX as shown in the following example:
For Mitel 3000, set the profile type to
Mitel
. For Mitel 5000, set the profile type to
Mitel_5000
.
The following example demonstrates how to provide access to the PBX:
<Profile>
...
<profile_type>
Asterisk
Mitel
Alcatel
AVAYA
IP Office
</profile_type>
<display>true</display>
<profname>
Asterisk
Mitel
Alcatel
AVAYA-2808
IP Office
</profname>
<prof_password></prof_password>
<sip_userid>2808</sip_userid>
<sip_userpass>123456</sip_userpass>
<prof_description>Test-2808</prof_description>
<sip_mac></sip_mac>
<sip_remhost>10.80.212.44</sip_remhost>
...
</Profile>
<Profile>
...
<profile_type>CUCM</profile_type>
<display>true</display>
<profname>CUCM-2808</profname>
<prof_password></prof_password>
<sip_userid>2808</sip_userid>
<sip_userpass>123456</sip_userpass>
<prof_description>Test-2808</prof_description>
<sip_mac></sip_mac>
<sip_remhost>10.80.212.44</sip_remhost>
...
</Profile>
<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>