SIP Registrar
To configure the Oracle Communications Unified Session Manager to act as a SIP Registrar:
-
In Superuser mode, type
configure terminal and press Enter.
ORACLE# configure terminal
-
Type
session-router
and press Enter to access the session router path.
ORACLE(configure)# session-router
-
Type
sip-registrar and press Enter. The system
prompt changes to let you know that you can begin configuring individual
parameters.
ORACLE(session-router)# sip-registrar ORACLE(sip-registrar)#
- name—Enter a name for this SIP registrar configuration element.
- state—Set this to enabled to use this SIP registrar configuration element.
- domains—Enter one or more domains in the R-URI this configuration element handles. Wildcards are valid for this parameter. Multiple entries can be entered in quotes, separated by commas.
- subscriber-database-method—Set this to DDNS.
- subscriber-database-config—Enter the enum-config configuration element name that will handle REGISTER messages for this domain. This should be the same element used for requesting authentication data.
- authentication-profile—Enter a sip-authentication-profile configuration element’s name. The sip authentication profile object referenced here will be looked up for a REGISTER message with a matching domain in the request URI. You may also leave this blank for the receiving SIP Interface to handle which messages require authentication if so configured.
- location-update-interval—Keep or change from the default of 1400 minutes (1 day).
- Type done when finished.