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

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
To block ALL short numbers (length [1-8]) you need to:
To block ALL short numbers (length [1-8]) you need to:


# Create Empty LCR
# Create Empty LCR.
# In Localization add such Rule:
# In Localization, add such Rule:


[[Image:drop_short_numbers.png]]
[[Image:drop_short_numbers.png]]




NOTE: Such rule will route calls to empty LCR where they will be dropped.
NOTE: Such a 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.
If you want to allow some short numbers to pass, you need to create more granular rules to handle your situation.
Line 13: Line 13:
This example is very strict and is only for demo purposes to illustrate the principle.
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.
Make sure you understand [[Number Manipulation]] to proceed with rules for your case.





Revision as of 02:43, 3 May 2010

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 a 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