Multi Site
From Taridium
(Difference between revisions)
(→Adding Peers) |
|||
Line 12: | Line 12: | ||
Click on '''add slave peer''' and enter the remote ip Address as well as descriptive name and extension pattern. | Click on '''add slave peer''' and enter the remote ip Address as well as descriptive name and extension pattern. | ||
+ | |||
+ | ===Special Characters for Pattern Matching=== | ||
+ | |||
+ | 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) | ||
+ | . wildcard, matches one or more characters | ||
+ | |||
+ | ===Examples=== | ||
+ | |||
+ | NXXXXXX matches a NANP 7 digit telephone number such as 555-1212 | ||
+ | 1NXXNXXXXXX matches an area code and phone number preceeded by a one such as 1-860-555-1212 | ||
+ | 9011. matches any string of at least five characters that starts with 9011, | ||
+ | but it does not match the four-character string 9011 itself. |
Revision as of 20:08, 3 December 2008
This optional ipbx module is installed under Advanced Setup → Modules. Registered modules are displayed with registered module.
Manage multiple sites from a single master server and simplify communications across all ipbx servers. ipbx's multi site support let's you add cost saving interconnects with very little effort.
Contents |
Configuring Multi Site
It is recommended to carefully plan your diaplan to avoid overlapping digit patterns across your locations.
To access the multi site configuration click on Advanced Setup → Multi Site. On the master server select Currently operating as Master (default setting).
Adding Peers
Click on add slave peer and enter the remote ip Address as well as descriptive name and extension pattern.
Special Characters for Pattern Matching
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) . wildcard, matches one or more characters
Examples
NXXXXXX matches a NANP 7 digit telephone number such as 555-1212 1NXXNXXXXXX matches an area code and phone number preceeded by a one such as 1-860-555-1212 9011. matches any string of at least five characters that starts with 9011, but it does not match the four-character string 9011 itself.