Avaya H.323 Endpoint Certificate Operation

Last Updated : Feb 07, 2024 |
Prolog information
The following tables summarizes various certificate aspects for Avaya H.323 endpoints when used with IP Office.
  • You must also consult the relevant endpoint or server documentation, as supported features can vary between firmware releases.
H.323 Endpoint
Validate Server Certificate
Offer ID Certificate[3]
SAN Required?[4]
9600 Series
✓ [D]
1600 Series
DECT R4
IP Office[1]
Voicemail Pro[2]

IP Office Subject Alt Name Requirements

SAN
H.323 Endpoint
Subject Alt Name Content
A.
  • 9600 Series1
  • DNS.1: FQDN of IP Office.
  • IP.1: LAN 1 IP address.[5]
  • IP.2: LAN2 IP address.[5]
  • IP.3: Public IP Address if remote.[5]

Notes:

  1. IP Office line with WebSocket and security active.
  2. Linking Voicemail Pro and the host IP Office if external.
  3. IP Office does not request certificates from SIP clients for SIP-TLS sessions. It can request a certificate for HTTPS transfers according to the Mutual Authentication setting; see Certificate Check Controls.
  4. Indicates whether the endpoint requires Subject Alternative Name support within the identity certificate received from the IP Office. Typically, when using DNS, VoIP endpoints require only the FQDN of the IP Office in the SAN and no IP Address. Public Certificate Authorities do not support IP addresses and private domain names.
  5. Avaya does not recommend using IP address entries in certificates.
  6. If using VoIP resilience with secure signaling or provisioning, the root CA certificate for both servers must be the same.
  7. If IP address entries are required for devices with Public CAs, you can use an 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