RFC 3326 Support Configuration

To configure a SIP status to Q.850 Reason with cause mapping:

  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 sip-q850-map and press Enter.
    ORACLE(session-router)# sip-q850-map
    ORACLE(sip-q850-map)#
  4. Type entries and press Enter.
    ORACLE(sip-q850-map)# entries
    ORACLE(sip-q850-map-entry)#

    From here, you can view the entire menu for the SIP status to Q.850 Reason with cause mapping entries configuration by typing a ?.

  5. sip-status—Set the SIP response code that you want to map to a particular Q.850 cause code and reason. There is no default, and the valid range for values is:
    • Minimum—100

    • Maximum—699

  6. q850-cause—Set the Q.850 cause code that you want to map to the SIP response code that you set in step 5. There is no default.
  7. q850-reason—Set the Q.850 reason corresponding to the Q.850 cause code that you set in step 6. There is no default. If your value has spaces between characters, then your entry must be surrounded by quotation marks.
  8. Repeat this process to create the number of local response map entries that you need.
  9. Save and activate your configuration for changes to take effect.

    To configure a Q.850 cause to a SIP status with reason mapping:

  10. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  11. Type session-router and press Enter.
    ORACLE(configure)# session-router
  12. Type sip-q850-map and press Enter.
    ORACLE(session-router)# q850-sip-map
    ORACLE(q850-sip-map)#
  13. Type entries and press Enter.
    ORACLE(q850-sip-map)# entries
    ORACLE(q850-sip-map-entry)#

    From here, you can view the entire menu for the Q.850 cause to a SIP response code with reason mapping entries configuration by typing a ?.

  14. q850-cause—Set the Q.850 cause code that you want to map to a SIP status with reason. There is no default.
  15. sip-status—Set the SIP response code to which you want to map the Q.850 cause that you set in step 5. There is no default, and the valid range for a value is
    • Minimum—100

    • Maximum—699

  16. sip-reason—Set the reason that you want to use with the SIP response code that you specified in step 6. There is no default. If your value has spaces between characters, then your entry must be surrounded by quotation marks.
  17. Repeat this process to create the number of local response map entries that you need.

    To enable the Oracle® Enterprise Session Border Controller to add the Reason header for calls that require IWF:

  18. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  19. Type session-router and press Enter.
    ORACLE(configure)# session-router
  20. Type iwf-config and press Enter.
    ORACLE(session-router)# iwf-config
    ORACLE(iwf-config)#
  21. add-reason-header—Enable this parameter to add the Reason header to IWF calls. The default is disabled. Valid values are:
    • enabled | disabled