CallerID Filtering And SMS

Does CallerID Filtering work with SMS messages coming from a 5 digit sender? If a sender is blocked, is there any report that would indicate an attempt occurred and that it was filtered? Thanks.

Hello,

Currently we don’t have any tool that would allow you to filter SMS/MMS , we do apologize for the inconvenience.

1 Like

Thanks for the reply. Good to know.

1 Like

Hi

I have successfully used the API getCDR to retrieve records. Now I want to use the setCallerIDFiltering API endpoint to create new caller id filtering records.

My goal is to create new caller id filters of type System => Hangup.

However, I am not sure what values to assign for this endpoint. Voip.ms documentation for this endpoint is copied below.

The big mystery is “routing” parameter which is likely reference to “System => Hangup” but what are the possible values and syntax?

Thanks!

setCallerIDFiltering
Parameters

filter => ID for a specific Caller ID Filtering
(Example: 18915 / Leave empty to create a new one)
callerid => [Required] Caller ID that triggers the Filter
(i = Not North American format, 0 = Anonymous, NPANXXXXXX, s or sb or sc = STIR/SHAKEN Attestation Level, p = All Phone Book, p:XXXX = Specific Phone Book Group)
did => [Required] DIDs affected by the filter (all, NPANXXXXXX)
routing => [Required] Route the call follows when filter is triggered
failover_unreachable => Route the call follows when unreachable
failover_busy => Route the call follows when busy
failover_noanswer => Route the call follows when noanswer
note => Note for the Caller ID Filtering
Output

Array
(
[status] => success
[filtering] => 18915
)

“method”: “setCallerIDFiltering”,
“filter”: “”, # Leave empty to create a new one
“callerid”: callerid, # The number to filter eg 5146360002
“did”: “all”,
“routing”: ? Required, need this but what values to put here? eg System => Hangup?
“failover_unreachable”: ? Optional but what values could go here?
“failover_busy”: ? Optional but what values could go here?
“failover_noanswer”: ? Optional but what values could go here?
“note”: ? # Text note about this filter