SIP Registrar
Option to set the SIP Registrar to perform embedded REGISTRATION support for third party registration:
-
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)#
-
Type
select and choose the number of the pre-configured SIP registrar configuration element you want to configure.
ORACLE(sip-registrar)# select name: 1: registrar1 selection:1 ACMEPACKET(sip-registrar)#
-
option +include-register-request—Set this option to control SIP REGISTER embedding in the third party registration.
ORACLE(sip-registrar)#options +include-register-request=true
Set this option to true to always embed the original REGISTER in the third party registration.
In some cases, the include may already be specified by the iFCs, even though you do not want it used. In these cases, configure the option to false
ORACLE(sip-registrar)#options +include-register-request=false
-
option +include-register-response—Set this option to control SIP REGISTER 200 OK embedding in the third party registration the S-CSCF sends to the AS.
ORACLE(sip-registrar)#options +include-register-response=true
Set this option to true to always embed the original REGISTER in the third party registration 200 OK.
In some cases, the include may already be specified by the iFCs, even though you do not want it used. In these cases, configure the option to false.
ACMEPACKET(sip-registrar)#options +include-register-response=false
- Type done when finished.