JAO; Reviewed:
SPOC 7/23/2018
Solution & Interoperability Test Lab Application Notes
©2018 Avaya Inc. All Rights Reserved.
16 of 20
Spect-84-IPO10
6.4. Edit
<mac-address>-ext.cfg
Files
There will be one of these XML files per wireless telephone. This file should contain parameters
that are handset-specific and that aren’t specified in the
site.cfg
file because they are unique
to a particular phone. This file can also provide settings that should take precedence over the
same setting in the
site.cfg
file. Edit the following parameters in each
<mac-address>-
ext.cfg
file:
▪
reg.1.address
Set to the SIP extension of the handset (e.g.,
41510
).
▪
reg.1.label
Set to the SIP extension of the handset.
▪
reg.1.displayName
Set to the SIP extension of the handset.
▪
reg.1.auth.userId
Set to the SIP extension of the handset, which is the
authentication user ID for registering with IP Office.
▪
reg.1.auth.password
Set to the SIP password used for SIP registration with IP Office.
▪
msg.mwi.1.subscribe
Set to the SIP extension of the handset to subscribe to MWI.
Note:
The
reg.1.server.1.address
parameter containing the IP Office IP address may also be set
in this file if it needs to be different than the one specified in the
site.cfg
file. For example,
if an 84-series wireless telephone needs to register with the IP Office 500 V2 Expansion System,
instead of IP Office Server Edition, this parameter may be set to the IP Office 500 V2 Expansion
System IP address.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<handsetConfig xmlns:xsi="http://www.w3.org/2001/XMLScheme-instance"
xsi:noNamespaceSchemaLocation="handsetConfig.xsd">
<LineRegistration>
<openSIPTelephony>
<TelephonyLine1
reg.1.address="41510"
reg.1.label="41510"
reg.1.displayName="41510"
reg.1.auth.userId="41510"
reg.1.auth.password="123456"
msg.mwi.1.subscribe="41510">
</TelephonyLine1>
<!-- Additional lines: -->
<!-- * -->
<!-- Additional telephony lines can be addded (reg.3, etc...) by copying the
TelephonyLine1 group above and -->
<!-- editing appropriately-->
</openSIPTelephony>
</LineRegistration>
</handsetConfig>