- Joined
- Feb 28, 2019
- Messages
- 15
- Reaction score
- 2
Is there an easy way to map all non-numeric characters in the in-bound callerid? I have an SQL script that routes calls based on the caller id but is failing whenever the callerid is anything other than a number string. (Some of these are arriving as long character strings, something which I am in discussion with my SIP provider about). I want to map any caller id other than a number. I could map the entire alphabet I guess, but that would result in 26 incoming rules.