H.323 LRJ Limit Configuration

To limit the number of LRJs received from an H.323 session agent before putting it out of service:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
  3. Type session-agent and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# session-agent
  4. Use the ACLI select command so that you can work with the session agent configuration to which you want to add this option.
    ORACLE(session-agent)# select
  5. options—Set the options parameter by typing options, a Space, the option name max-lrj=X (where X is the maximum number of allowed LRJs) with a plus sign in front of it, and then press Enter.
    ORACLE(session-agent)# options +max-lrj=3

    If you type options max-lrj=X (without the plus sign), you will overwrite any previously configured options. In order to append the new option to the session-agent’s options list, you must prepend the new option with a plus sign as shown in the previous example.