Description | This object denotes the bit map for VISM features. It
indicates the current features that are enabled. It
should be consistent with vismMode. When user change
vismMode, this object is implicitly set to the feature
combination that indicate to that mode. The change of
vismFeatureBitMap will not cause VISM to reset and the
configuration will not be cleared.
For each bit, value 1 means the feature is enabled, 0 means
disabled.
Bit 0 - AAL1 adaptation
Bit 1 - AAL2 adaptation
Bit 2 - AAL5 adaptation (Bearer network type is IP).
Bit 3 - Switching (with Call Agent)
Bit 4 - Trunking (without Call Agent)
Bit 5 - Bearer VC type is PVC.
Bit 6 - Bearer VC type is SVC.
Bit 7 - CAS signaling
Bit 8 - PRI backhaul
Bit 9 - CCS signaling
Bit 10 - Domain Name
For example, 0x5AC corresponds to vismMode 1
(VoipSwitching).
Currently this object is not settable, it can only be
set thru
some debug commands. |