Third Party Registrar

To configure a third party server:

  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 third-party-regs and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# third-party-regs
    ACMEPACKET(third-party-regs)#
  4. state—Set this to enabled to use this configuration.
  5. registrar-host—Set this value to the complementary session agents’ hostname parameter to include those session agents as third party servers. This parameter may be modified like an options parameter. This value also appears in the request URI of the outgoing REGISTER message being sent to the third party server.
  6. from-user—Configure this parameter to be the user portion of the From: header of the outgoing REGISTER message being sent to the third party server. Leaving this blank sets the user portion that in the original From: header
  7. from-host—Configure this parameter to be the host portion of the From: header of the outgoing REGISTER message being sent to the third party server. Leaving this blank sets the host portion to the Oracle Communications Unified Session Manager’s egress SIP interface.
  8. retry-interval—Enter the number of seconds the Oracle Communications Unified Session Manager waits before retrying a third party server after a failed registration. Enter 0 to disable this feature.
  9. Type done when finished.