-
Notifications
You must be signed in to change notification settings - Fork 1
Program Preview
Philip Wang edited this page Nov 11, 2022
·
1 revision
Each rule has a number pattern and a policy. Number pattern determines which call the rule will be used. Policy is the action the program will take for the phone number that fits the pattern. So far I make the pattern very simple
- Phone calls that start with certain numbers.
- Phone calls that end with certain numbers.
- Phone calls that is exactly the match. Right now the number patterns are designed for the US 11 digit code, like "18881234567". If you need a different pattern for your country, please create an Issue for me.
Here you can try to send your own AT commands to the modem and get the response. Or you can see the modem response codes without entering the monitor mode. I used "<|" to mark the end of each line that I received.