Currently the account provisioning only allows for specifying a single SMS bearer and doesn’t allow to specify a filter for a range of numbers. Is there any simple mechanism to specify all 9xxx senders be identified as ‘Administrative’ SMS notifications.
<SMSBearer ClassZeroOnly="false" Sender="18005551212"/>
<!-- [^]* matches all messages from this sender, regardless of content -->
<Pattern>[^]*</Pattern>
<!-- Because no Fields are specified, this message will be passed to the operator app without parsing. -->
</Message>