SIP Feature Capabilities Configuration

You can configure Oracle Communications Session Border Controllers to have the ATCF announce a feature capability in a message by transporting the information in the Feature-Caps header.

  1. Access the session-router configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# sip-feature-caps
    ORACLE(sip-feature-caps)#
    
  2. state — identifies whether to enable the feature and add the Feature-Caps header to messages. Possible values are "enabled" and "disabled". The default value is "disabled".
  3. atcf-alerting — identifies whether to turn on the alerting feature and add the alerting Feature-Caps header to messages. Possible values are "enabled" and "disabled". The default value is "disabled".
  4. atcf-pre-alerting — identifies whether to turn on the alerting feature and add the pre-alerting Feature-Caps header to messages. Possible values are "enabled" and "disabled". The default value is "disabled".
  5. atcf-management-uri — identifies the feature capability indicator that will be used to transport the ATCF management URI. Possible values are "management" and "psi". The default value is "management". When the value is "management" and the value of state is "enabled", the Feature-Caps header “g.3gpp.atcf-mgmt-uri” is added and the value is the value of atcf-psi-dn in the sip-config configuration element. When the value is "psi" and the value of state is "enabled", the Feature-Caps header “g.3gpp.atcf-psi” is added and the value is the value of atcf-psi-dn in the sip-config configuration element.
  6. Type done to save your configuration.