CallerBlockingSettings
Returns the lists of blocked and allowed phone numbers
Properties
Name | Type | Required | Description |
---|---|---|---|
mode | CallerBlockingSettingsMode | ❌ | Call blocking options: either specific or all calls and faxes |
no_caller_id | CallerBlockingSettingsNoCallerId | ❌ | Determines how to handle calls with no caller ID in Specific mode |
pay_phones | CallerBlockingSettingsPayPhones | ❌ | Blocking settings for pay phones |
greetings | List[BlockedCallerGreetingInfo] | ❌ | List of greetings played for blocked callers |
CallerBlockingSettingsMode
Call blocking options: either specific or all calls and faxes
Properties
Name | Type | Required | Description |
---|---|---|---|
SPECIFIC | str | ✅ | "Specific" |
ALL | str | ✅ | "All" |
CallerBlockingSettingsNoCallerId
Determines how to handle calls with no caller ID in Specific
mode
Properties
Name | Type | Required | Description |
---|---|---|---|
BLOCKCALLSANDFAXES | str | ✅ | "BlockCallsAndFaxes" |
BLOCKFAXES | str | ✅ | "BlockFaxes" |
ALLOW | str | ✅ | "Allow" |
CallerBlockingSettingsPayPhones
Blocking settings for pay phones
Properties
Name | Type | Required | Description |
---|---|---|---|
BLOCK | str | ✅ | "Block" |
ALLOW | str | ✅ | "Allow" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs