BAM Command Line Utility Outbound Allow/Deny List Panel

This is the Outbound Allow/Deny List panel of the BAM Command Line Utility. It routes to multiple Outbound Allow/Deny List related panels as described below.

As well as Return and Quit, it provides the following options:

Table 1. BAM Command Line Utility Outbound Allow/Deny List options
Name Description
View Outbound Allow/Deny List View already defined Outbound Allow/Deny List entry
Add Outbound Allow/Deny List Add a new Outbound Allow/Deny List entry
Update Outbound Allow/Deny List Update an already defined Outbound Allow/Deny List entry
Remove Outbound Allow/Deny List Remove an already defined Outbound Allow/Deny List entry

The parameters associated with the Outbound Allow/Deny List options are :

Table 2. BAM Outbound Allow/Deny List option parameters
Name Description
SIP Address Pattern The SIP address can either be a fixed value or a regular expression. For example sip:1234@1.2.3.4 or .*0800.*
Allow If set to false then outbound calls will be blocked for any SIP user matching the SIP Address Pattern.

This list affects all outbound calls created using CCXML createcall ( CCXML Outbound Calling ) or the outbound API ( Outbound ).

The order of processing is as follows:

  1. If the SIP address is on the allowed list then allow the call
  2. If the SIP address is on the deny list then disallow the call
  3. Otherwise allow the call