Difference between revisions of "Block wrong short numbers with Localization"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 17: Line 17:


<br><br>
<br><br>
----
=See also=
See also:
* [[Number Manipulation]]
* [[Number Manipulation]]
** [[Localization]]
** [[Localization]]

Revision as of 13:54, 28 September 2009

To block ALL short numbers (length [1-8]) you need to:

  1. Create Empty LCR
  2. In Localization add such Rule:

Drop short numbers.png


NOTE: Such rule will route calls to empty LCR where they will be dropped.

If you want to allow some short numbers to pass, you need to create more granular rules to handle your situation.

This example is very strict and is only for demo purposes to illustrate the principle.

Make sure you understand Number Manipulation to proceed with Rules for your case.




See also