Outbound Call Frequency Restriction Rule Parameters
When you export Outbound Call Frequency Restriction rules from Cloud Voice, or build a file to bulk-import them, each rule is described by the columns below. The file is a comma-separated values (CSV) file, which is a plain-text spreadsheet where each column is separated by a comma. Use this reference to format your values correctly before importing.
Column reference
Section titled “Column reference”| Column | What it holds | Required | Constraints | Default |
|---|---|---|---|---|
| Name | A label that identifies the rule. | Yes | Up to 127 characters. | N/A |
| Restrictions | How many outbound calls a user may place within a defined window of time. | Yes | See the format details below. | N/A |
How to write the Restrictions value
Section titled “How to write the Restrictions value”Each restriction follows this pattern:
{number_of_calls_limit}/{time_limit}/{time_unit}For example, 200/10/second allows up to 200 outbound calls in any 10-second span.
To apply more than one limit to the same rule, join the entries with an ampersand (&):
200/10/second&3000/1/minuteValue rules
Section titled “Value rules”{number_of_calls_limit}, digits only, up to 5 characters (so the highest value you can enter is99999).{time_limit}, digits only, up to 5 characters (so the highest value you can enter is99999).{time_unit}, eithersecondorminute.