Specific Action AVP support

When acting as a P-CSCF, Oracle Communications Session Border Controller sends the Specific-Action AVP to the PCRF in an AAR message to indicate the subscription types it supports.

The Oracle Communications Session Border Controller can be configured to subscribe to one or more of the following subscription types:

  • LOSS OF BEARER
  • RECOVERY OF BEARER
  • RELEASE OF BEARER
  • OUT OF CREDIT
  • SUCCESSFUL RESOURCES ALLOCATION
  • FAILED RESOURCES ALLOCATION

When no subscription types are configured, the Oracle Communications Session Border Controller does not include the Specific-Action AVP in its AAR.

Specific Action AVP subscription is configured in the Specific action subscription parameter located in the External policy server configuration element.

ACLI Examples - specific-action-subscription

  1. Navigate to the ext-policy-server configuration element.
    ACMEPACKET# configure terminal
    ACMEPACKET(configure)# media-manager
    ACMEPACKET(media-manager)# ext-policy-server
    ACMEPACKET(ext-policy-server)#
  2. Select an existing external policy server configuration element.
    ACMEPACKET(ext-policy-server)# select
    name:
    1: extpol1
    
    selection: 1
    ACMEPACKET(ext-policy-server)#
  3. specific-action-subscription - Configure 1 or more specific actions. When configuring 2 or more specific actions, enclose them in quotation marks, with the values separated by spaces. The following are valid specific actions: loss-of-bearer, recovery-of-bearer, release-of-bearer, out-of-credit, successful-resources-allocation, failed-resources-allocation
    ACMEPACKET(ext-policy-server)# specific-action-subscription "loss-of-bearer recovery-of-bearer"
  4. Type done to save your work.
  5. Save and activate your configuration to begin using this feature.