SIP HNT Forced Unregistration Configuration

To enable SIP HNT forced unregistration:

  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
  4. Use the ACLI select command so that you can work with the SIP configuration.
    ORACLE(sip-config)# select
  5. options—Set the options parameter by typing options, a Space, the option name force-unregistration, and then press Enter.
    ORACLE(sip-config)# options +force-unregistration

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