Validations when Adding a Route of Type Range to a Route Set Manually

You can add a Route when you click Add in the Manage Routes tab. In the Add Route page, you can add a Route of Range Type with attributes Range Start and Range End Attributes which are validated through the checks listed below.

  1. The start and end values of a Range must be valid E164 numbers. (either Numerical or Numeric starting with +) Eg: +123667 to +123980 , 12345 -12490.
  2. If the Range Start attribute starts with a "+" then, the Range End attribute must also be in the same format and vice versa.
  3. The maximum value for the Range Start and Range End attributes is 9223372036854775807.
  4. The start and end values of a Range must contain the same number of digits.
  5. The value of the Range Start attribute must be less than, or equal to, the value of the Range End attribute.
  6. Ranges must not overlap.
  7. You cannot add the same SED to a Route having the same Range Start and Range End attributes.
  8. You can add 10 Routes per route of having the same Range Start and Range End attributes.
  9. If a Route has a format as weighted, and if you are trying to add another entry to the same Range, then the new Range must also be a weighted one. Therefore, you cannot add a non-weighted format entry to a weighted Range and vice versa.
  10. For a given Range Start, there cannot be two different Range End data.