Difference between revisions of "How to handle prefixes on IPBrick"

From wiki.IPBRICK.COM
Jump to: navigation, search
(Created page with "''' ***PAGE ON CONSTRUCTION*** ''' The prefixes inserted in any of these outbound routes shall be automatically available for SIP telephones and for telephones connected to P...")
 
Line 5: Line 5:
 
These are all the available options (advanced):
 
These are all the available options (advanced):
  
* Route name: Type your route's name;
+
* Route name: This field is merely informative and you can type here, for example, your operator's name;
 
* Prefix-Number Pattern: Both fields define the destination's number format that enables you to make calls by using this route. The Prefix will be a number and for the Number Pattern you may use this syntax:
 
* Prefix-Number Pattern: Both fields define the destination's number format that enables you to make calls by using this route. The Prefix will be a number and for the Number Pattern you may use this syntax:
  
Line 18: Line 18:
 
     ! wildcard, matches zero (none) or more characters immediately
 
     ! wildcard, matches zero (none) or more characters immediately
  
* Include prefix in address: By default, YES;
+
* Include prefix in address: If it's set to YES (option by default), the number inserted in the prefix will be dialed and if it's set to NO, that same number will be removed;
 
* Postrouting prefix: It's a prefix added by the IPBrick when the number is received. E.g: For the Portuguese PSTN network we use the format 2XXXXXXXX. If we use a SIP account route as main route, it's necessary to use prefix 2, include prefix in address and use a postrouting prefix with 00351 (351 is the portuguese international code).
 
* Postrouting prefix: It's a prefix added by the IPBrick when the number is received. E.g: For the Portuguese PSTN network we use the format 2XXXXXXXX. If we use a SIP account route as main route, it's necessary to use prefix 2, include prefix in address and use a postrouting prefix with 00351 (351 is the portuguese international code).

Revision as of 09:39, 9 May 2016

***PAGE ON CONSTRUCTION***

The prefixes inserted in any of these outbound routes shall be automatically available for SIP telephones and for telephones connected to PBX.

These are all the available options (advanced):

  • Route name: This field is merely informative and you can type here, for example, your operator's name;
  • Prefix-Number Pattern: Both fields define the destination's number format that enables you to make calls by using this route. The Prefix will be a number and for the Number Pattern you may use this syntax:
   X matches any digit from 0-9
   Z matches any digit from 1-9
   N matches any digit from 2-9
   [1237-9] matches any digit or letter in the brackets
   (in this example, 1,2,3,7,8,9)
   [a-z] matches any lower case letter
   [A-Z] matches any UPPER case letter
   . wildcard, matches one or more characters
   ! wildcard, matches zero (none) or more characters immediately
  • Include prefix in address: If it's set to YES (option by default), the number inserted in the prefix will be dialed and if it's set to NO, that same number will be removed;
  • Postrouting prefix: It's a prefix added by the IPBrick when the number is received. E.g: For the Portuguese PSTN network we use the format 2XXXXXXXX. If we use a SIP account route as main route, it's necessary to use prefix 2, include prefix in address and use a postrouting prefix with 00351 (351 is the portuguese international code).