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

From Kolmisoft Wiki
Jump to navigationJump to search
 
(2 intermediate revisions by one other user not shown)
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 10 following rules:


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




NOTE: Such rule will route calls to empty LCR where they will be dropped.
NOTE: Such rules 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.





Latest revision as of 12:50, 11 June 2013

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

  1. Create Empty LCR.
  2. In Localization, add 10 following rules:

Block ShortNumbersX3.png


NOTE: Such rules 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