[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring a New Call Usage Policy

Use new call usage policies to filter incoming calls that begin with a new INVITE request. You can then apply actions such as rate limiting or DSCP marking to the call.

Step-by-Step Procedure

To configure a new call usage policy instance:

  1. Create a new call usage policy, and assign a name to the policy.
    [edit services border-signaling-gateway gateway bsg-1 sip]
    user@host#edit new-call-usage-policy juniper-customer
  2. Configure a term for the policy.
    [edit services border-signaling-gateway gateway bsg-1 sip new-call-usage-policy juniper-customer]
    user@host#edit term from-juniper
  3. Configure match conditions to filter messages. For example:
    [edit services border-signaling-gateway gateway bsg-1 sip new-call-usage-policy juniper-customer term from-juniper]
    user@host#set from contact juniper.net
    user@host#set from source-address 10.10.20.1
  4. Configure the actions taken on messages that match the policy. For example, set the media policy to a service class.
    [edit services border-signaling-gateway gateway bsg-1 sip new-call-usage-policy juniper-customer term from-juniper]
    user@host#set then media-policy gold

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error]