You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
As far as I know CM3G only can filter numbers by adding % to the beginning or ending of a number (eg. +49800%; %800%, etc.).
So if I want CM3G apply to a rule when a number falls in a given RANGE I have to create a numbers group with every number in it.
Case A: When a number begins with 01800%, rule X should apply
Case B: When a number begins with between 01801% and 01805%, rule Y should apply.
For case A I have to create a numbers group with 01800% in it!
For case B I have to create a numbers group with 01801%, 01802%, 01803%, ... in it!
RegExp or something like this would be helpful.
01802[1-5]%
01802[067]%
[0|+49]182%
felixb
changed the title
Suggestion: Add ability to filter numbers by RegExp (instead of prefix %)
Add ability to filter numbers by RegExp (instead of prefix %)
Aug 31, 2014
Hello, yes, you are right, but it would be a great feature because, i'm sure, you have a lot registered users that as me, we are technical users.
Do you believe would be hard support both of them characteristics?
I am an user of your app since August 2012 and recently changed my cellular plan and regular expressions would be excellent to reach and better calculus and classification of my calls register.
From DimMy...@googlemail.com on 2013-04-10T16:41:13Z
Problem:
As far as I know CM3G only can filter numbers by adding % to the beginning or ending of a number (eg. +49800%; %800%, etc.).
So if I want CM3G apply to a rule when a number falls in a given RANGE I have to create a numbers group with every number in it.
Case A: When a number begins with 01800%, rule X should apply
Case B: When a number begins with between 01801% and 01805%, rule Y should apply.
For case A I have to create a numbers group with 01800% in it!
For case B I have to create a numbers group with 01801%, 01802%, 01803%, ... in it!
RegExp or something like this would be helpful.
01802[1-5]%
01802[067]%
[0|+49]182%
Original issue: http://code.google.com/p/callmeter/issues/detail?id=848
The text was updated successfully, but these errors were encountered: