ACLI Configuration

To configure a session timer profile object:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type session-timer-profile and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# session-timer-profile
    ORACLE(session-timer-profile)#
  4. name—Enter a name for this session timer profile.
  5. session-expires—Enter the session timer value in seconds you wish this object to use natively.
  6. min-se—Enter the minimum session timer value in seconds for this object.
  7. force-reinvite—Leave the default of enabled for the Oracle® Enterprise Session Border Controller to always use reINVITEs for session refreshes. Set this parameter to disabled for the Oracle® Enterprise Session Border Controller to try using UPDATEs for session refreshes.
  8. request-refresher—Set this to the value to insert in the refresher parameter in the Session-Expires: header on the originating call leg that the Oracle® Enterprise Session Border Controller includes in the 200 OK response message. Valid values are uac and uas.
  9. response-refresher—Set this to the value to insert in the refresher parameter in the Session-Expires: header on the terminating call leg that the Oracle® Enterprise Session Border Controller includes in the INVITE message. Valid values are uac, uas, none.
  10. Type done to save your work and continue.

    To apply a session timer profile to a SIP interface:

  11. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  12. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  13. Type sip-interface and press Enter.
    ORACLE(session-router)# sip-interface
    ORACLE(sip-interface)#

    If you are adding this feature to an existing configuration, then you will need to select the configuration you want to edit.

  14. session-timer-profile—Enter the name of a session timer profile object you have configured and want applied to this SIP interface.
  15. Type done to save your work and continue.