ACLI Instructions

To globally enable force-unregistration at the sip-config level:

  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-config and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# sip-config
    ORACLE(sip-config)#
  4. Type select to continue.
    ORACLE(sip-config)# select
    ORACLE(sip-config)#
  5. options—Set the options parameter by typing options, a Space, force-unregistration with a plus sign in front of it, and then press Enter.
    ORACLE(sip-config)# options +force-unregistration

    If you type the option without the plus sign, you will overwrite any previously configured options. In order to append the new options to the realm configuration’s options list, you must prepend the new option with a plus sign as shown in the previous example.

  6. Type done and exit to complete configuration of this sip-config configuration element.