Response to Exceeding Maximum Contacts

To configure local response for the Oracle Communications Unified Session Manager to issue when max-contacts-per-aor is exceeded:

  1. From superuser mode, use the following command sequence to access local-response and add an entry.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# local-response-map
  2. Access the entries configuration.
    ORACLE(local-response-map)# entries
  3. Specify the local error you need to configure.
    ORACLE(local-response-map-entry)# local-error contacts-per-aor-exceed
  4. Specify the sip-reason for this error.
    ORACLE(local-response-map-entry)# sip-reason forbidden
  5. Specify the error code for this error.
    ORACLE(local-response-map-entry)# sip-status 403
    ORACLE(local-response-map-entry)# done
    local-response-map-entry
            local-error                    contacts-per-aor-exceed
            sip-status                     403
            q850-cause                     0
            sip-reason                     forbidden
            q850-reason
            method
            register-response-expires
    ORACLE(local-response-map-entry)# exit