Appendix A: Configuration
448
Netcool/Proviso Cisco IP Telephony Technology Pack User’s Guide, Version 4.3-W
11. (Requires the
Netcool/Proviso DataMart Configuration Guide
) Run the initial SNMP inventory and initiate a
discovery.
site
A variable assigned to the JavaScript object
Site
. A
Site
object defines a set of
properties specific for a site, business department, location, remote office, or group of
people. You can define multiple
Site
objects. Objects are distinguished through the site
name you pass to the object.
Create a
Site
object as follows:
site = new Site("MySite");
In the example,
MySite
is the site name.
A
site
object contains the following methods:
•
addLocalCallPrefix(string
prefix
)
The prefix argument specifies
n
digits in a local call prefix, where
n
is the prefix
length. If the first
n
digits in a phone number match the prefix, the phone number is
determined to be a local number. Many local call prefixes can be defined for the same
site through this method.
Example
:
site.addLocalCallPrefix("999");
•
addExtensionRange(int
startNumber
, int
endNumber
)
The two arguments specify the extension range for a site, beginning with the first
extension in the range, and ending with the last extension.
Each number within the range is an internal extension for the named site. Many
extension ranges can be defined for the site through this method. The values allow
automatic grouping, report navigation by site, and path sub-element definition.
Example
:
site.addExtensionRange(1000,1830);
•
addVoiceMailRange(int
startNumber
, int
endNumber
)
The two arguments specify the VoiceMail extension range for a site, beginning with
the first VoiceMail extension in the range, and ending with the last extension.
Each number within the range is an internal VoiceMail extension for the named site.
Many VoiceMail extension ranges can be defined for the site through this method.
The values allow automatic grouping, report navigation by site, and specific reports
on the VoiceMail application.
Example
:
site.addVoiceMailRange(9000,9050);
•
addPstnGatewayIpAddress(string
ipAddress
)
The argument specifies the IP address of a PSTN gateway. Many PSTN gateway
addresses can be defined for the named site through this method. The values allow
automatic grouping, report navigation by site, and path and gateway sub-element
definition.
Example
:
site.addPstnGatewayIpAddress("10.1.184.20");
Note:
Use the following method
only
in the CUCMConfig.js file.
•
addCucmAddress(string
ipAddress
)
The argument specifies the IP address of a CUCM server in the cluster.
Example
:
site.addCucmAddress("10.1.6.8");
Variable
Description
Содержание NETCOOL 4.3-W
Страница 4: ......
Страница 18: ...Contents xviii Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W...
Страница 22: ...Preface xxii Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W...
Страница 27: ...Chapter 1 Introduction Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W 5 NOTES...
Страница 28: ...Chapter 1 Introduction 6 Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W...
Страница 131: ...Chapter 2 Supported Reports Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W 109 NOTES...
Страница 132: ...Chapter 2 Supported Reports 110 Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W...
Страница 140: ...Chapter 3 Devices and Services 118 Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W NOTES...
Страница 184: ...Chapter 5 Defined Resources 162 Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W NOTES...
Страница 196: ...Chapter 6 Sub Element Grouping Rules 174 Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W...
Страница 446: ...Chapter 7 Collection Formulas 424 Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W NOTES...
Страница 460: ...Chapter 8 Discovery Formulas 438 Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W NOTES...
Страница 478: ...Appendix A Configuration 456 Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W...
Страница 510: ...Appendix C Template File Reference 488 Netcool Proviso Cisco IP Telephony Technology Pack User s Guide Version 4 3 W...