SIP Registrar

Option to set the SIP Registrar to perform embedded REGISTRATION support for third party registration:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the session router path.
    ORACLE(configure)# session-router
  3. 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)#
  4. 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)#
  5. 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
  6. 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
  7. Type done when finished.