user manual
Table Of Contents
- Voice Gateways System Manual
- About This Manual
- Contents
- Chapter 1 - System Description
- Chapter 2 - Installation
- Chapter 3 - Using the Web Configuration Server
- 3.1 Introduction to the Web Configuration Server
- 3.2 Accessing the Web Configuration Server
- 3.3 Using the Web Configuration Server
- 3.4 Home Menu - Product Info Page
- 3.5 WAN Menu
- 3.6 VLAN Tagging Menu
- 3.7 Telephone Menu
- 3.8 BW Reservation - DRAP Configuration Page
- 3.9 System Menu
- 3.10 Upgrade Page
- 3.11 Restart Page
- 3.12 Logout Page
- 3.13 Parameters Summary
- Appendix A - Internal Class 5 Services
- Appendix B - Default Telephony Parameters
- Appendix C - New Features
- Glossary

54 Operation
Chapter 3 - Using the Web Configuration Server
Click on the Save button before leaving the page to save the new settings. The new
settings will be applied after restarting the unit.
The default is Sweden.
3.7.7 Dial Plan Schemes
A dialplan gives the unit a map to determine when a complete number has been
entered and should be passed to the gatekeeper/SIP server for resolution into an
IP address. Dialplans are expressed using the same syntax as used by MGCP NCS
specification. The following notation describes the formal syntax of the dialplan:
Digit ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
Timer ::= "T" | "t"
Letter ::= Digit | Timer | "#" | "*" | "A" | "a" | "B" | "b" | "C" | "c" | "D" | "d"
Range ::= "X" | "x" -- matches any digit
| "[" Letters "]" -- matches any of the specified letters
Letters::= Subrange | Subrange Letters
Subrange::= Letter -- matches the specified letter
| Digit "-" Digit -- matches any digit between first and last
Position::= Letter | Range
StringElement::= Position -- matches any occurrence of the position
| Position "." -- matches an arbitrary number of occurrences including 0
String ::= StringElement | StringElement String
Figure 3-19: Line Configuration Page