SIP Registrar

To indicate to a local SIP Registrar when and what third party server to send third party registrations to:

  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
    ACMEPACKET(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. home-server-route—Enter the value to insert into the REGISTER message’s request URI as sent to the third party server. Leaving this blank uses the AoR (or To: header) in the original REGISTER message.
  6. third-party-registrars—Enter the name of a third party regs configuration element registrar-host parameter to send third part registrations associated with that SIP registrar.
  7. Type done when finished.