Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
|
SIP Endpoint
|
Validate Server Certificate
|
Offer ID Certificate[2]
|
SAN Required?[3]
|
|---|---|---|---|
|
9608, 9611, 9621, 9641[1]
|
✓
|
✓
|
✕
|
|
1100/1200 Series[4]
|
✓
|
✓
|
✓ [A]
|
|
B179
|
✓
|
✓
|
✕
|
|
H175
|
✓
|
✓
|
✓ [B]
|
|
J129[4]
|
✓
|
✓
|
✓ [C]
|
|
J100 Series
|
✓
|
✓
|
✓ [D]
|
|
K155, K165, K175 (Vantage)
|
✓
|
✓
|
✓ [D]
|
|
Scopia XT series
|
✓
|
✓
|
✓ [D]
|
|
D100 SIP DECT
|
✕
|
✕
|
✕
|
|
Workplace
|
✓
|
✓
|
✓ [D]
|
|
SAN
|
SIP Endpoint
|
Subject Alt Name Content
|
|---|---|---|
|
A.
|
|
|
|
B.
|
|
|
|
C.
|
|
|
|
D.
|
|
|
FQDN_IP_MAP setting to map IP addresses to FQDNs. If using an auto-generated 46xxsettings.txt file, you can add the FQDN_IP_MAP entry to a 46xxspecials.txt file. For example, to map an IP addresses to an FQDN for just 9608, 9611, 9621 and 9641 phones:IF $MODEL4 SEQ 9608 GOTO 96X1SETTINGS
IF $MODEL4 SEQ 9611 GOTO 96X1SETTINGS
IF $MODEL4 SEQ 9621 GOTO 96X1SETTINGS
IF $MODEL4 SEQ 9641 GOTO 96X1SETTINGS
GOTO END
# 96X1SETTINGS
SET FQDN_IP_MAP "ipol.ca.avaya.com=10.136.100.70,ipol2.ca.avaya.com=10.136.100.74"
# END