Response to Exceeding Maximum Contacts To configure local response for the Oracle Communications Core Session Manager to issue when max-contacts-per-aor is exceeded: 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 Access the entries configuration. ORACLE(local-response-map)# entries Specify the local error you need to configure. ORACLE(local-response-map-entry)# local-error contacts-per-aor-exceed Specify the sip-reason for this error. ORACLE(local-response-map-entry)# sip-reason forbidden 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