Web OAM&P
Line 1: | Line 1: | ||
A tool is provided to configure/monitor the framework. Using this tool it is possible to: | A tool is provided to configure/monitor the framework. Using this tool it is possible to: | ||
− | + | *Manage users. | |
− | + | *Manage configurations. | |
− | + | *Configure/monitor Hardware. | |
− | + | :*IP Interfaces. | |
− | + | :*TDM Interfaces. | |
− | + | :*ISDN stacks. | |
− | + | :*SIP service access points. | |
− | + | *Configure network access points. | |
When used with the gateway application it is also possible to: | When used with the gateway application it is also possible to: |
Revision as of 14:41, 7 May 2009
A tool is provided to configure/monitor the framework. Using this tool it is possible to:
- Manage users.
- Manage configurations.
- Configure/monitor Hardware.
- IP Interfaces.
- TDM Interfaces.
- ISDN stacks.
- SIP service access points.
- Configure network access points.
When used with the gateway application it is also possible to:
- Monitor call ativity.
- Configure dial plans.
There are three terms that are often used in the framework when referring to this tool: • Configuration : An element’s configuration can always be viewed but can only be changed on non active configurations. • States : An element’s state can only be viewed/changed on active configurations. • Status : An element’s state can only be viewed on active configurations. It may never be changed.
Database
The web application queries and updates the framework database that acts as an interface to configure the underlying framework. The database is the only required part of the configuring tool. This means clients can build their own configuration GUI as long as it uses the database correctly. For more information see the framework database. Note that the naming convention is one that is used widely and easy to understand. This is also the naming convention used by the Ruby on rails framework.
Return to the Toolpack User Guide