Difference between revisions of "M4 Number Pools"
From Kolmisoft Wiki
Jump to navigationJump to search
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Number Pools in | Number Pools in M4 are similar to MOR [[Number Pool|Number Pools]] | ||
Line 6: | Line 6: | ||
* Number: XXXXX, example: 371654288814 | * Number: XXXXX, example: 371654288814 | ||
* Pattern with prefix match: XXXX%, example 3716% (matches all numbers starting with 3716) | * Pattern with prefix match: XXXX%, example 3716% (matches all numbers starting with 3716) | ||
%XXXX% and similar patterns will be converted to XXXX% | %XXXX% and similar patterns will be converted to XXXX% | ||
Use Dst/Src Allow/Deny Regexps for more control | Use Dst/Src Allow/Deny Regexps for more control over the patterns if you are trying to use Number Pools as Blacklist/Whitelist. |
Latest revision as of 12:15, 29 November 2022
Number Pools in M4 are similar to MOR Number Pools
The difference is in the supported formats:
- Number: XXXXX, example: 371654288814
- Pattern with prefix match: XXXX%, example 3716% (matches all numbers starting with 3716)
%XXXX% and similar patterns will be converted to XXXX%
Use Dst/Src Allow/Deny Regexps for more control over the patterns if you are trying to use Number Pools as Blacklist/Whitelist.