Blame mibs/ietf/PKTC-IETF-SIG-MIB

Packit 022b05
PKTC-IETF-SIG-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    MODULE-IDENTITY,
Packit 022b05
    OBJECT-TYPE,
Packit 022b05
    Integer32,
Packit 022b05
    Unsigned32,
Packit 022b05
    mib-2
Packit 022b05
          FROM SNMPv2-SMI                   -- [RFC2578]
Packit 022b05
    InetAddressType,
Packit 022b05
    InetAddress,
Packit 022b05
    InetPortNumber
Packit 022b05
          FROM INET-ADDRESS-MIB             -- [RFC4001]
Packit 022b05
    TEXTUAL-CONVENTION,
Packit 022b05
    RowStatus,
Packit 022b05
    TruthValue
Packit 022b05
          FROM SNMPv2-TC                    -- [RFC2579]
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    OBJECT-GROUP,
Packit 022b05
    MODULE-COMPLIANCE
Packit 022b05
          FROM SNMPv2-CONF                  -- [RFC2580]
Packit 022b05
    SnmpAdminString
Packit 022b05
          FROM SNMP-FRAMEWORK-MIB           -- [RFC3411]
Packit 022b05
    ifIndex
Packit 022b05
          FROM IF-MIB                       -- [RFC2863]
Packit 022b05
    Dscp
Packit 022b05
          FROM DIFFSERV-DSCP-TC;            -- [RFC3289]
Packit 022b05
Packit 022b05
pktcIetfSigMib MODULE-IDENTITY
Packit 022b05
    LAST-UPDATED    "200712180000Z" -- December 18, 2007
Packit 022b05
    ORGANIZATION    "IETF IPCDN Working Group"
Packit 022b05
    CONTACT-INFO
Packit 022b05
        "Sumanth Channabasappa
Packit 022b05
         Cable Television Laboratories, Inc.
Packit 022b05
         858 Coal Creek Circle,
Packit 022b05
         Louisville, CO 80027, USA
Packit 022b05
         Phone: +1 303-661-3307
Packit 022b05
         Email: Sumanth@cablelabs.com
Packit 022b05
Packit 022b05
         Gordon Beacham
Packit 022b05
         Motorola, Inc.
Packit 022b05
         6450 Sequence Drive, Bldg. 1
Packit 022b05
         San Diego, CA 92121, USA
Packit 022b05
         Phone: +1 858-404-2334
Packit 022b05
         Email: gordon.beacham@motorola.com
Packit 022b05
Packit 022b05
         Satish Kumar Mudugere Eswaraiah
Packit 022b05
         Texas Instruments India (P) Ltd.,
Packit 022b05
         Golf view, Wind Tunnel Road
Packit 022b05
         Murugesh Palya
Packit 022b05
         Bangalore 560 017, INDIA
Packit 022b05
         Phone:   +91 80 5269451
Packit 022b05
         Email:  satish.kumar@ti.com
Packit 022b05
Packit 022b05
    IETF IPCDN Working Group
Packit 022b05
         General Discussion: ipcdn@ietf.org
Packit 022b05
         Subscribe: http://www.ietf.org/mailman/listinfo/ipcdn
Packit 022b05
         Archive: ftp://ftp.ietf.org/ietf-mail-archive/ipcdn
Packit 022b05
         Co-Chair: Jean-Francois Mule, jf.mule@cablelabs.com
Packit 022b05
         Co-Chair: Richard Woundy, Richard_Woundy@cable.comcast.com"
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This MIB module supplies the basic management
Packit 022b05
        objects for the PacketCable and IPCablecom Signaling
Packit 022b05
        protocols.  This version of the MIB includes
Packit 022b05
        common signaling and Network Call Signaling
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        (NCS)-related signaling objects.
Packit 022b05
Packit 022b05
        Copyright (C) The IETF Trust (2008).  This version of
Packit 022b05
        this MIB module is part of RFC 5098; see the RFC itself for
Packit 022b05
        full legal notices."
Packit 022b05
    REVISION                "200712180000Z"
Packit 022b05
    DESCRIPTION
Packit 022b05
       "Initial version, published as RFC 5098."
Packit 022b05
Packit 022b05
::=  { mib-2 169 }
Packit 022b05
Packit 022b05
-- Textual Conventions
Packit 022b05
Packit 022b05
TenthdBm ::= TEXTUAL-CONVENTION
Packit 022b05
    DISPLAY-HINT "d-1"
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This TEXTUAL-CONVENTION represents power levels that are
Packit 022b05
         normally expressed in dBm.  Units are in tenths of a dBm;
Packit 022b05
         for example, -13.5 dBm will be represented as -135."
Packit 022b05
    SYNTAX       Integer32
Packit 022b05
Packit 022b05
PktcCodecType ::= TEXTUAL-CONVENTION
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This TEXTUAL-CONVENTION defines various types of codecs
Packit 022b05
          that MAY be supported.  The description for each
Packit 022b05
          enumeration is listed below:
Packit 022b05
Packit 022b05
          Enumeration     Description
Packit 022b05
          other           a defined codec not in the enumeration
Packit 022b05
          unknown         a codec not defined by the PacketCable
Packit 022b05
                          Codec Specification
Packit 022b05
          g729            ITU-T Recommendation G.729
Packit 022b05
          reserved        for future use
Packit 022b05
          g729E           ITU-T Recommendation G.729E
Packit 022b05
          pcmu            Pulse Code Modulation u-law (PCMU)
Packit 022b05
          g726at32        ITU-T Recommendation G.726-32 (32 kbit/s)
Packit 022b05
          g728            ITU-T Recommendation G.728
Packit 022b05
          pcma            Pulse Code Modulation a-law (PCMA)
Packit 022b05
          g726at16        ITU-T Recommendation G.726-16 (16 kbit/s)
Packit 022b05
          g726at24        ITU-T Recommendation G.726-24 (24 kbit/s)
Packit 022b05
          g726at40        ITU-T Recommendation G.726-40 (40 kbit/s)
Packit 022b05
          ilbc            IETF Internet low-bit rate codec
Packit 022b05
          bv16            Broadcom BroadVoice16
Packit 022b05
Packit 022b05
          The list of codecs is consistent with the IETF
Packit 022b05
          Real-Time Transport Protocol (RTP) Profile registry and
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          the RTP Map Parameters Table in PacketCable Audio/Video
Packit 022b05
          Codecs Specification [PKT-SP-CODEC].  The literal codec
Packit 022b05
          name for each codec is listed below:
Packit 022b05
Packit 022b05
          Codec     Literal Codec Name
Packit 022b05
          g729              G729
Packit 022b05
          g729E             G729E
Packit 022b05
          pcmu              PCMU
Packit 022b05
          g726at32          G726-32
Packit 022b05
          g728              G728
Packit 022b05
          pcma              PCMA
Packit 022b05
          g726at16          G726-16
Packit 022b05
          g726at24          G726-24
Packit 022b05
          g726at40          G726-40
Packit 022b05
          ilbc              iLBC
Packit 022b05
          bv16              BV16
Packit 022b05
Packit 022b05
          The literal codec name is the second column of the table
Packit 022b05
          with codec RTP Map Parameters.  The Literal Codec Name Column
Packit 022b05
          contains the codec name used in the local connection
Packit 022b05
          options (LCO) of the NCS messages create connection
Packit 022b05
          (CRCX)/modify connection (MDCX) and is also used to
Packit 022b05
          identify the codec in the Call Management System (CMS)
Packit 022b05
          Provisioning Specification.  The RTP Map Parameter column of
Packit 022b05
          the Table contains the string used in the media attribute
Packit 022b05
          line (a=) of the session description protocol (SDP)
Packit 022b05
          parameters in NCS messages."
Packit 022b05
    SYNTAX INTEGER {
Packit 022b05
               other     (1),
Packit 022b05
               unknown   (2),
Packit 022b05
               g729      (3),
Packit 022b05
               reserved  (4),
Packit 022b05
               g729E     (5),
Packit 022b05
               pcmu      (6),
Packit 022b05
               g726at32  (7),
Packit 022b05
               g728      (8),
Packit 022b05
               pcma      (9),
Packit 022b05
               g726at16  (10),
Packit 022b05
               g726at24  (11),
Packit 022b05
               g726at40  (12),
Packit 022b05
               ilbc      (13),
Packit 022b05
               bv16      (14)
Packit 022b05
    }
Packit 022b05
Packit 022b05
PktcRingCadence   ::= TEXTUAL-CONVENTION
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
          "This object provides an encoding scheme for ring
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          cadences, including repeatability characteristics.  All
Packit 022b05
          fields in this object MUST be encoded in network-byte
Packit 022b05
          order.
Packit 022b05
Packit 022b05
          The first three higher-order octets are reserved.  The
Packit 022b05
          octets that follow are used to encode a 'bit-string', with
Packit 022b05
          each bit corresponding to 50 milliseconds.  A bit value of
Packit 022b05
          '1' indicates the presence of a ring-tone, and a bit value
Packit 022b05
          of '0' indicates the absence of a ring-tone, for that
Packit 022b05
          duration (50 ms) (Note: A minimum number of octets
Packit 022b05
          required to encode the bit-string MUST be used).
Packit 022b05
Packit 022b05
          The first two of the reserved octets MUST indicate the
Packit 022b05
          length of the encoded cadence (in bits) and MUST range
Packit 022b05
          between 1 and 264.  (Note: The length in bits MUST also be
Packit 022b05
          consistent with the number of octets that encode the
Packit 022b05
          cadence).  The MTA MUST ignore any unused bits in the last
Packit 022b05
          octet, but MUST reflect the value as provided on
Packit 022b05
          subsequent SNMP GETs.
Packit 022b05
Packit 022b05
          The third of the reserved octets indicates 'repeatability'
Packit 022b05
          and MUST be either 0x80 or 0x00 -- the former value
Packit 022b05
          indicating 'non-repeatability', and the latter indicating
Packit 022b05
          'repeatability'.
Packit 022b05
Packit 022b05
          The MTA MUST reject attempts to set a value that violates
Packit 022b05
          any of the above requirements."
Packit 022b05
Packit 022b05
Packit 022b05
    SYNTAX  OCTET STRING (SIZE(4..36))
Packit 022b05
Packit 022b05
Packit 022b05
PktcSigType     ::= TEXTUAL-CONVENTION
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object lists the various types of signaling that may
Packit 022b05
          be supported:
Packit 022b05
Packit 022b05
          other(1) - set when signaling other than NCS is used
Packit 022b05
          ncs(2)   - Network Call Signaling is a derivation of MGCP
Packit 022b05
                    (Media Gateway Control Protocol) defined for
Packit 022b05
                     IPCablecom/PacketCable MTAs."
Packit 022b05
    SYNTAX INTEGER {
Packit 022b05
                   other(1),
Packit 022b05
                   ncs(2)
Packit 022b05
    }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
DtmfCode::=TEXTUAL-CONVENTION
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This TEXTUAL-CONVENTION represents the Dual-Tone
Packit 022b05
         Multi-Frequency (DTMF) Character used
Packit 022b05
         to indicate the start or end of the digit transition
Packit 022b05
         sequence used for caller id or Visual Message Waiting
Packit 022b05
         Indicator (VMWI).
Packit 022b05
Packit 022b05
         Note: The DTMF code '*' is indicated using 'dtmfcodeStar',
Packit 022b05
         and the DTMF code '#' is indicated using ' dtmfcodeHash'."
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                  dtmfcode0(0),
Packit 022b05
                  dtmfcode1(1),
Packit 022b05
                  dtmfcode2(2),
Packit 022b05
                  dtmfcode3(3),
Packit 022b05
                  dtmfcode4(4),
Packit 022b05
                  dtmfcode5(5),
Packit 022b05
                  dtmfcode6(6),
Packit 022b05
                  dtmfcode7(7),
Packit 022b05
                  dtmfcode8(8),
Packit 022b05
                  dtmfcode9(9),
Packit 022b05
                  dtmfcodeStar(10),
Packit 022b05
                  dtmfcodeHash(11),
Packit 022b05
                  dtmfcodeA(12),
Packit 022b05
                  dtmfcodeB(13),
Packit 022b05
                  dtmfcodeC(14),
Packit 022b05
                  dtmfcodeD(15)
Packit 022b05
}
Packit 022b05
Packit 022b05
PktcSubscriberSideSigProtocol::=TEXTUAL-CONVENTION
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This TEXTUAL-CONVENTION represents the Signaling
Packit 022b05
         protocol being used for purposes such as caller id
Packit 022b05
         or VMWI.
Packit 022b05
Packit 022b05
         A value of fsk(1) indicates Frequency Shift Keying
Packit 022b05
         (FSK).
Packit 022b05
         A value of dtmf(2) indicates Dual-Tone Multi-Frequency
Packit 022b05
         (DTMF)."
Packit 022b05
         SYNTAX INTEGER {
Packit 022b05
                fsk(1),
Packit 022b05
                dtmf(2)
Packit 022b05
         }
Packit 022b05
Packit 022b05
pktcSigMibObjects OBJECT IDENTIFIER ::= { pktcIetfSigMib 1 }
Packit 022b05
pktcSigDevObjects OBJECT IDENTIFIER ::=
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                                        { pktcSigMibObjects 1 }
Packit 022b05
pktcSigEndPntConfigObjects OBJECT IDENTIFIER ::=
Packit 022b05
                                        { pktcSigMibObjects 2 }
Packit 022b05
--
Packit 022b05
-- The codec table (pktcSigDevCodecTable) defines all combinations
Packit 022b05
-- of codecs supported by the Multimedia Terminal Adapter (MTA).
Packit 022b05
--
Packit 022b05
pktcSigDevCodecTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF PktcSigDevCodecEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
         " This table describes the MTA-supported codec types.  An MTA
Packit 022b05
          MUST populate this table with all possible combinations of
Packit 022b05
          codecs it supports for simultaneous operation.  For example,
Packit 022b05
          an MTA with two endpoints may be designed with a particular
Packit 022b05
          Digital Signal Processing (DSP) and memory architecture that
Packit 022b05
          allows it to support the following fixed combinations of
Packit 022b05
          codecs for simultaneous operation:
Packit 022b05
Packit 022b05
          Codec Type     Maximum Number of Simultaneous Codecs
Packit 022b05
          PCMA                             3
Packit 022b05
Packit 022b05
          PCMA                             2
Packit 022b05
          PCMU                             1
Packit 022b05
Packit 022b05
          PCMA                             1
Packit 022b05
Packit 022b05
          PCMU                             2
Packit 022b05
Packit 022b05
          PCMU                             3
Packit 022b05
Packit 022b05
          PCMA                             1
Packit 022b05
          G729                             1
Packit 022b05
Packit 022b05
          G729                             2
Packit 022b05
Packit 022b05
          PCMU                             1
Packit 022b05
          G729                             1
Packit 022b05
Packit 022b05
          Based on this example, the entries in the codec table
Packit 022b05
          would be:
Packit 022b05
Packit 022b05
            pktcSigDev        pktcSigDev        pktcSigDev
Packit 022b05
          CodecComboIndex     CodecType          CodecMax
Packit 022b05
                 1               pcma                3
Packit 022b05
                 2               pcma                2
Packit 022b05
                 2               pcmu                1
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                 3               pcma                1
Packit 022b05
                 3               pcmu                2
Packit 022b05
                 4               pcmu                3
Packit 022b05
                 5               pcma                1
Packit 022b05
                 5               g729                1
Packit 022b05
                 6               g729                2
Packit 022b05
                 7               pcmu                1
Packit 022b05
                 7               g729                1
Packit 022b05
Packit 022b05
          An operator querying this table is able to determine all
Packit 022b05
          possible codec combinations the MTA is capable of
Packit 022b05
          simultaneously supporting.
Packit 022b05
Packit 022b05
          This table MUST NOT include non-voice codecs."
Packit 022b05
    ::= { pktcSigDevObjects 1 }
Packit 022b05
Packit 022b05
pktcSigDevCodecEntry  OBJECT-TYPE
Packit 022b05
    SYNTAX      PktcSigDevCodecEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Each entry represents the maximum number of active
Packit 022b05
         connections with a particular codec the MTA is capable of
Packit 022b05
         supporting.  Each row is indexed by a composite key
Packit 022b05
         consisting of a number enumerating the particular codec
Packit 022b05
         combination and the codec type."
Packit 022b05
    INDEX { pktcSigDevCodecComboIndex, pktcSigDevCodecType }
Packit 022b05
    ::= { pktcSigDevCodecTable 1 }
Packit 022b05
Packit 022b05
PktcSigDevCodecEntry  ::= SEQUENCE {
Packit 022b05
    pktcSigDevCodecComboIndex    Unsigned32,
Packit 022b05
    pktcSigDevCodecType     PktcCodecType,
Packit 022b05
    pktcSigDevCodecMax      Unsigned32
Packit 022b05
    }
Packit 022b05
Packit 022b05
pktcSigDevCodecComboIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (1..255)
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " The index value that enumerates a particular codec
Packit 022b05
          combination in the pktcSigDevCodecTable."
Packit 022b05
    ::= { pktcSigDevCodecEntry 1 }
Packit 022b05
Packit 022b05
pktcSigDevCodecType  OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcCodecType
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
        " A codec type supported by this MTA."
Packit 022b05
    ::= { pktcSigDevCodecEntry 2 }
Packit 022b05
Packit 022b05
pktcSigDevCodecMax  OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32(1..255)
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " The maximum number of simultaneous sessions of a
Packit 022b05
          particular codec that the MTA can support."
Packit 022b05
    ::= { pktcSigDevCodecEntry 3 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- These are the common signaling-related definitions that affect
Packit 022b05
-- the entire MTA device.
Packit 022b05
--
Packit 022b05
Packit 022b05
pktcSigDevEchoCancellation  OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies if the device is capable of echo
Packit 022b05
          cancellation.  The MTA MUST set this MIB object to a
Packit 022b05
          value of true(1) if it is capable of echo
Packit 022b05
          cancellation, and a value of false(2) if not."
Packit 022b05
    ::= { pktcSigDevObjects 2 }
Packit 022b05
Packit 022b05
pktcSigDevSilenceSuppression  OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies if the device is capable of
Packit 022b05
          silence suppression (as a result of Voice Activity
Packit 022b05
          Detection).  The MTA MUST set this MIB object to a
Packit 022b05
          value of true(1) if it is capable of silence
Packit 022b05
          suppression, and a value of false(2) if not."
Packit 022b05
::= { pktcSigDevObjects 3 }
Packit 022b05
Packit 022b05
pktcSigDevCidSigProtocol  OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcSubscriberSideSigProtocol
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object is used to configure the subscriber-line
Packit 022b05
         protocol used for signaling on-hook caller id information.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         Different countries define different caller id signaling
Packit 022b05
         protocols to support caller identification.
Packit 022b05
Packit 022b05
         Setting this object at a value fsk(1) sets the subscriber
Packit 022b05
         line protocol to be Frequency Shift Keying (FSK).
Packit 022b05
Packit 022b05
         Setting this object at a value dtmf(2) sets the subscriber
Packit 022b05
         line protocol to be Dual-Tone Multi-Frequency (DTMF).
Packit 022b05
Packit 022b05
         The value of this MIB object MUST NOT persist across MTA
Packit 022b05
         reboots."
Packit 022b05
     REFERENCE
Packit 022b05
        "ETSI-EN-300-659-1 Specification"
Packit 022b05
     DEFVAL { fsk }
Packit 022b05
::= { pktcSigDevObjects 4 }
Packit 022b05
Packit 022b05
pktcSigDevR0Cadence     OBJECT-TYPE
Packit 022b05
    SYNTAX      PktcRingCadence
Packit 022b05
    MAX-ACCESS  read-write
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies ring cadence 0 (a user-defined
Packit 022b05
          field).
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    ::= { pktcSigDevObjects 5 }
Packit 022b05
Packit 022b05
pktcSigDevR1Cadence     OBJECT-TYPE
Packit 022b05
    SYNTAX      PktcRingCadence
Packit 022b05
    MAX-ACCESS  read-write
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies ring cadence 1 (a user-defined
Packit 022b05
          field).
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    ::= { pktcSigDevObjects 6 }
Packit 022b05
Packit 022b05
pktcSigDevR2Cadence     OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcRingCadence
Packit 022b05
    MAX-ACCESS    read-write
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies ring cadence 2 (a user-defined
Packit 022b05
          field).
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    ::= { pktcSigDevObjects 7 }
Packit 022b05
Packit 022b05
pktcSigDevR3Cadence     OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcRingCadence
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies ring cadence 3 (a user-defined
Packit 022b05
          field).
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    ::= { pktcSigDevObjects 8 }
Packit 022b05
Packit 022b05
pktcSigDevR4Cadence     OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcRingCadence
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies ring cadence 4 (a user-defined
Packit 022b05
          field).
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    ::= { pktcSigDevObjects 9 }
Packit 022b05
Packit 022b05
pktcSigDevR5Cadence     OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcRingCadence
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies ring cadence 5 (a user-defined
Packit 022b05
          field).
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    ::= { pktcSigDevObjects 10 }
Packit 022b05
Packit 022b05
pktcSigDevR6Cadence     OBJECT-TYPE
Packit 022b05
    SYNTAX      PktcRingCadence
Packit 022b05
    MAX-ACCESS  read-write
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies ring cadence 6 (a user-defined
Packit 022b05
          field).
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    ::= { pktcSigDevObjects 11 }
Packit 022b05
Packit 022b05
pktcSigDevR7Cadence     OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcRingCadence
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies ring cadence 7 (a user-defined
Packit 022b05
          field).
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    ::= { pktcSigDevObjects 12 }
Packit 022b05
Packit 022b05
pktcSigDevRgCadence     OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcRingCadence
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies ring cadence rg (a user-defined
Packit 022b05
          field).
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    ::= { pktcSigDevObjects 13 }
Packit 022b05
Packit 022b05
pktcSigDevRsCadence     OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcRingCadence
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies ring cadence rs (a user-defined
Packit 022b05
          field).  The MTA MUST reject any attempt to make this object
Packit 022b05
          repeatable.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    ::= { pktcSigDevObjects 14 }
Packit 022b05
Packit 022b05
pktcSigDefCallSigDscp  OBJECT-TYPE
Packit 022b05
    SYNTAX      Dscp  -- RFC 3289: DIFFSERV-DSCP-TC
Packit 022b05
    MAX-ACCESS  read-write
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " The default value used in the IP header for setting the
Packit 022b05
          Differentiated Services Code Point (DSCP) value for call
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          signaling.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    DEFVAL { 0 }
Packit 022b05
    ::= { pktcSigDevObjects 15 }
Packit 022b05
Packit 022b05
pktcSigDefMediaStreamDscp  OBJECT-TYPE
Packit 022b05
    SYNTAX      Dscp  -- RFC 3289: DIFFSERV-DSCP-TC
Packit 022b05
    MAX-ACCESS  read-write
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the default value used in the IP
Packit 022b05
          header for setting the Differentiated Services Code Point
Packit 022b05
          (DSCP) value for media stream packets.  The MTA MUST NOT
Packit 022b05
          update this object with the value supplied by the CMS in
Packit 022b05
          the NCS messages (if present).  Any currently active
Packit 022b05
          connections are not affected by updates to this object.
Packit 022b05
          When the value of this object is updated by SNMP, the MTA
Packit 022b05
          MUST use the new value as a default starting only from
Packit 022b05
          new connections.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    DEFVAL { 0 }
Packit 022b05
    ::= { pktcSigDevObjects 16 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- pktcSigCapabilityTable - This table defines the valid signaling
Packit 022b05
-- types supported by this MTA.
Packit 022b05
--
Packit 022b05
Packit 022b05
pktcSigCapabilityTable    OBJECT-TYPE
Packit 022b05
    SYNTAX        SEQUENCE OF PktcSigCapabilityEntry
Packit 022b05
    MAX-ACCESS    not-accessible
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This table describes the signaling types supported by this
Packit 022b05
          MTA."
Packit 022b05
    ::= { pktcSigDevObjects 17 }
Packit 022b05
Packit 022b05
pktcSigCapabilityEntry    OBJECT-TYPE
Packit 022b05
    SYNTAX        PktcSigCapabilityEntry
Packit 022b05
    MAX-ACCESS    not-accessible
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " Entries in pktcMtaDevSigCapabilityTable - list of
Packit 022b05
          supported signaling types, versions, and vendor extensions
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          for this MTA.  Each entry in the list provides for one
Packit 022b05
          signaling type and version combination.  If the device
Packit 022b05
          supports multiple versions of the same signaling type, it
Packit 022b05
          will require multiple entries."
Packit 022b05
    INDEX { pktcSigCapabilityIndex }
Packit 022b05
    ::= { pktcSigCapabilityTable 1 }
Packit 022b05
Packit 022b05
PktcSigCapabilityEntry  ::= SEQUENCE {
Packit 022b05
    pktcSigCapabilityIndex             Unsigned32,
Packit 022b05
    pktcSigCapabilityType              PktcSigType,
Packit 022b05
    pktcSigCapabilityVersion           SnmpAdminString,
Packit 022b05
    pktcSigCapabilityVendorExt         SnmpAdminString
Packit 022b05
    }
Packit 022b05
Packit 022b05
pktcSigCapabilityIndex       OBJECT-TYPE
Packit 022b05
    SYNTAX        Unsigned32 (1..255)
Packit 022b05
    MAX-ACCESS    not-accessible
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " The index value that uniquely identifies an entry in the
Packit 022b05
          pktcSigCapabilityTable."
Packit 022b05
    ::= { pktcSigCapabilityEntry 1 }
Packit 022b05
Packit 022b05
pktcSigCapabilityType      OBJECT-TYPE
Packit 022b05
    SYNTAX        PktcSigType
Packit 022b05
    MAX-ACCESS    read-only
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object identifies the type of signaling used.  This
Packit 022b05
          value has to be associated with a single signaling
Packit 022b05
          version."
Packit 022b05
    ::= { pktcSigCapabilityEntry 2 }
Packit 022b05
Packit 022b05
pktcSigCapabilityVersion      OBJECT-TYPE
Packit 022b05
    SYNTAX        SnmpAdminString
Packit 022b05
    MAX-ACCESS    read-only
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " Provides the version of the signaling type - reference
Packit 022b05
          pktcSigCapabilityType.  Examples would be 1.0 or 2.33 etc."
Packit 022b05
    ::= { pktcSigCapabilityEntry 3 }
Packit 022b05
Packit 022b05
pktcSigCapabilityVendorExt      OBJECT-TYPE
Packit 022b05
    SYNTAX        SnmpAdminString
Packit 022b05
    MAX-ACCESS    read-only
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " The vendor extension allows vendors to provide a list of
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          additional capabilities.
Packit 022b05
Packit 022b05
          The syntax for this MIB object in ABNF ([RFC5234]) is
Packit 022b05
          specified to be zero or more occurrences of vendor
Packit 022b05
          extensions, as follows:
Packit 022b05
Packit 022b05
           pktcSigCapabilityVendorExt  = *(vendor-extension)
Packit 022b05
           vendor-extension = (ext symbol alphanum) DQUOTE ; DQUOTE
Packit 022b05
           ext      = DQUOTE %x58 DQUOTE
Packit 022b05
           symbol   = (DQUOTE %x2D DQUOTE)/(DQUOTE %x2D DQUOTE)
Packit 022b05
           alphanum = 1*6(ALPHA/DIGIT)
Packit 022b05
Packit 022b05
        "
Packit 022b05
    ::= { pktcSigCapabilityEntry 4 }
Packit 022b05
Packit 022b05
pktcSigDefNcsReceiveUdpPort  OBJECT-TYPE
Packit 022b05
    SYNTAX      InetPortNumber (1025..65535)
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the MTA User Datagram Protocol (UDP)
Packit 022b05
          receive port that is being used for NCS call signaling.
Packit 022b05
          This object should only be changed by the configuration
Packit 022b05
          file.
Packit 022b05
Packit 022b05
          Unless changed via configuration, this MIB object MUST
Packit 022b05
          reflect a value of '2427'."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    ::= { pktcSigDevObjects 18 }
Packit 022b05
Packit 022b05
pktcSigPowerRingFrequency    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                 f20Hz(1),
Packit 022b05
                 f25Hz(2),
Packit 022b05
                 f33Point33Hz(3),
Packit 022b05
                 f50Hz(4),
Packit 022b05
                 f15Hz(5),
Packit 022b05
                 f16Hz(6),
Packit 022b05
                 f22Hz(7),
Packit 022b05
                 f23Hz(8),
Packit 022b05
                 f45Hz(9)
Packit 022b05
    }
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object must only be provided via the configuration
Packit 022b05
          file during the provisioning process.  The power ring
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          frequency is the frequency at which the sinusoidal voltage
Packit 022b05
          must travel down the twisted pair to make terminal
Packit 022b05
          equipment ring.  Different countries define different
Packit 022b05
          electrical characteristics to make terminal equipment
Packit 022b05
          ring.
Packit 022b05
Packit 022b05
          The f20Hz setting corresponds to a power ring frequency
Packit 022b05
          of 20 Hertz.  The f25Hz setting corresponds to a power ring
Packit 022b05
          frequency of 25 Hertz.  The f33Point33Hz setting
Packit 022b05
          corresponds to a power ring frequency of 33.33 Hertz.  The
Packit 022b05
          f50Hz setting corresponds to a power ring frequency of 50
Packit 022b05
          Hertz.  The f15Hz setting corresponds to a power ring
Packit 022b05
          frequency of 15 Hertz.  The f16Hz setting corresponds to a
Packit 022b05
          power ring frequency of 16 Hertz.  The f22Hz setting
Packit 022b05
          corresponds to a power ring frequency of 22 Hertz.  The
Packit 022b05
          f23Hz setting corresponds to a power ring frequency of 23
Packit 022b05
          Hertz.  The f45Hz setting corresponds to a power ring
Packit 022b05
          frequency of 45 Hertz."
Packit 022b05
    REFERENCE
Packit 022b05
          "ETSI-EN-300-001"
Packit 022b05
    ::= { pktcSigDevObjects 19 }
Packit 022b05
Packit 022b05
pktcSigPulseSignalTable    OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF PktcSigPulseSignalEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " The Pulse signal table defines the pulse signal operation.
Packit 022b05
          There are nine types of international pulse signals,
Packit 022b05
          with each signal having a set of provisionable parameters.
Packit 022b05
          The values of the MIB objects in this table take effect
Packit 022b05
          only if these parameters are not defined via signaling, in
Packit 022b05
          which case, the latter determines the values of the
Packit 022b05
          parameters.  The MIB objects in this table do not persist
Packit 022b05
          across MTA reboots."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-TS-101-909-4 Specification"
Packit 022b05
    ::= { pktcSigDevObjects 20 }
Packit 022b05
Packit 022b05
pktcSigPulseSignalEntry    OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcSigPulseSignalEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object defines the set of parameters associated with
Packit 022b05
          each particular value of pktcSigPulseSignalType.  Each
Packit 022b05
          entry in the pktcSigPulseSignalTable is indexed by the
Packit 022b05
          pktcSigPulseSignalType object.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          The conceptual rows MUST NOT persist across MTA reboots."
Packit 022b05
    INDEX { pktcSigPulseSignalType }
Packit 022b05
    ::= { pktcSigPulseSignalTable 1 }
Packit 022b05
Packit 022b05
PktcSigPulseSignalEntry ::= SEQUENCE {
Packit 022b05
        pktcSigPulseSignalType              INTEGER,
Packit 022b05
        pktcSigPulseSignalFrequency         INTEGER,
Packit 022b05
        pktcSigPulseSignalDbLevel           TenthdBm,
Packit 022b05
        pktcSigPulseSignalDuration          Unsigned32,
Packit 022b05
        pktcSigPulseSignalPulseInterval     Unsigned32,
Packit 022b05
        pktcSigPulseSignalRepeatCount       Unsigned32
Packit 022b05
}
Packit 022b05
Packit 022b05
pktcSigPulseSignalType    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER
Packit 022b05
                 {
Packit 022b05
                     initialRing(1),
Packit 022b05
                     pulseLoopClose(2),
Packit 022b05
                     pulseLoopOpen(3),
Packit 022b05
                     enableMeterPulse(4),
Packit 022b05
                     meterPulseBurst(5),
Packit 022b05
                     pulseNoBattery(6),
Packit 022b05
                     pulseNormalPolarity(7),
Packit 022b05
                     pulseReducedBattery(8),
Packit 022b05
                     pulseReversePolarity(9)
Packit 022b05
                 }
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "There are nine types of international pulse signals.  These
Packit 022b05
         signals are defined as follows:
Packit 022b05
         initial ring
Packit 022b05
         pulse loop close
Packit 022b05
         pulse loop open
Packit 022b05
         enable meter pulse
Packit 022b05
         meter pulse burst
Packit 022b05
         pulse no battery
Packit 022b05
         pulse normal polarity
Packit 022b05
         pulse reduced battery
Packit 022b05
         pulse reverse polarity"
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-324-1 Specification"
Packit 022b05
Packit 022b05
    ::= { pktcSigPulseSignalEntry 1 }
Packit 022b05
Packit 022b05
pktcSigPulseSignalFrequency    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                 twentyfive(1),
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                 twelvethousand(2),
Packit 022b05
                 sixteenthousand(3)
Packit 022b05
    }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object is only applicable to the initialRing,
Packit 022b05
          enableMeterPulse, and meterPulseBurst signal types.  This
Packit 022b05
          object identifies the frequency of the generated signal.
Packit 022b05
          The following table defines the default values for this
Packit 022b05
          object depending on signal type:
Packit 022b05
Packit 022b05
          pktcSigPulseSignalType     Default
Packit 022b05
          initialRing                25
Packit 022b05
          enableMeterPulse           16000
Packit 022b05
          meterPulseBurst            16000
Packit 022b05
Packit 022b05
          The value of twentyfive MUST only be used for the
Packit 022b05
          initialRing signal type.  The values of twelvethousand and
Packit 022b05
          sixteenthousand MUST only be used for enableMeterPulse and
Packit 022b05
          meterPulseBurst signal types.  An attempt to set this
Packit 022b05
          object while the value of pktcSigPulseSignalType is not
Packit 022b05
          initialRing, enableMeterPulse, or meterPulseBurst will
Packit 022b05
          result in an 'inconsistentValue' error."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-001 Specification"
Packit 022b05
         ::= { pktcSigPulseSignalEntry 2}
Packit 022b05
Packit 022b05
pktcSigPulseSignalDbLevel    OBJECT-TYPE
Packit 022b05
    SYNTAX       TenthdBm (-350..0)
Packit 022b05
    UNITS        "1/10 of a dBm"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object is only applicable to the enableMeterPulse and
Packit 022b05
          meterPulseBurst signal types.  This is the decibel level
Packit 022b05
          for each frequency at which tones could be generated at
Packit 022b05
          the a and b terminals (TE connection point).  An attempt to
Packit 022b05
          set this object while the value of pktcSigPulseSignalType
Packit 022b05
          is not enableMeterPulse or meterPulseBurst will result in
Packit 022b05
          an 'inconsistentValue' error."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-001 Specification"
Packit 022b05
Packit 022b05
    DEFVAL { -135 }
Packit 022b05
    ::={pktcSigPulseSignalEntry 3 }
Packit 022b05
Packit 022b05
pktcSigPulseSignalDuration    OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    SYNTAX       Unsigned32 (0..5000)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies the pulse duration for each
Packit 022b05
          signal type.  In addition, the MTA must accept the values
Packit 022b05
          in the incremental steps specific for each signal type.
Packit 022b05
          The following table defines the default values and the
Packit 022b05
          incremental steps for this object depending on the signal
Packit 022b05
          type:
Packit 022b05
Packit 022b05
          pktcSigPulseSignaltype  Default (ms)   Increment (ms)
Packit 022b05
          initialRing                 200             50
Packit 022b05
          pulseLoopClose              200             10
Packit 022b05
          pulseLoopOpen               200             10
Packit 022b05
          enableMeterPulse            150             10
Packit 022b05
          meterPulseBurst             150             10
Packit 022b05
          pulseNoBattery              200             10
Packit 022b05
          pulseNormalPolarity         200             10
Packit 022b05
          pulseReducedBattery         200             10
Packit 022b05
          pulseReversePolarity        200             10
Packit 022b05
Packit 022b05
          An attempt to set this object to a value that does not
Packit 022b05
          fall on one of the increment boundaries, or on the wrong
Packit 022b05
          increment boundary for the specific signal type, will
Packit 022b05
          result in an 'inconsistentValue' error."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-324-1 Specification"
Packit 022b05
         ::= {pktcSigPulseSignalEntry 4 }
Packit 022b05
Packit 022b05
pktcSigPulseSignalPulseInterval     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0..5000)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies the repeat interval, or the period,
Packit 022b05
          for each signal type.  In addition, the MTA must accept
Packit 022b05
          the values in the incremental steps specific for each
Packit 022b05
          signal type.  The following table defines the default
Packit 022b05
          values and the incremental steps for this object, depending
Packit 022b05
          on the signal type:
Packit 022b05
Packit 022b05
          pktcSigPulseSignaltype  Default (ms)   Increment (ms)
Packit 022b05
          initialRing                 200             50
Packit 022b05
          pulseLoopClose             1000             10
Packit 022b05
          pulseLoopOpen              1000             10
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          enableMeterPulse           1000             10
Packit 022b05
          meterPulseBurst            1000             10
Packit 022b05
          pulseNoBattery             1000             10
Packit 022b05
          pulseNormalPolarity        1000             10
Packit 022b05
          pulseReducedBattery        1000             10
Packit 022b05
          pulseReversePolarity       1000             10
Packit 022b05
Packit 022b05
          An attempt to set this object to a value that does not
Packit 022b05
          fall on one of the increment boundaries, or on the wrong
Packit 022b05
          increment boundary for the specific signal type, will
Packit 022b05
          result in an 'inconsistentValue' error."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-324-1 Specification"
Packit 022b05
         ::= { pktcSigPulseSignalEntry 5}
Packit 022b05
Packit 022b05
pktcSigPulseSignalRepeatCount    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..50)
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies how many times to repeat a pulse.
Packit 022b05
          This object is not used by the enableMeterPulse signal
Packit 022b05
          type, and in that case, the value is irrelevant.  The
Packit 022b05
          following table defines the default values and the valid
Packit 022b05
          ranges for this object, depending on the signal type:
Packit 022b05
Packit 022b05
          pktcSigPulseSignaltype  Default   Range
Packit 022b05
Packit 022b05
          initialRing                1       1-5
Packit 022b05
          pulseLoopClose             1       1-50
Packit 022b05
          pulseLoopOpen              1       1-50
Packit 022b05
          enableMeterPulse      (any value)(but not used)
Packit 022b05
          meterPulseBurst            1       1-50
Packit 022b05
          pulseNoBattery             1       1-50
Packit 022b05
          pulseNormalPolarity        1       1-50
Packit 022b05
          pulseReducedBattery        1       1-50
Packit 022b05
          pulseReversePolarity       1       1-50
Packit 022b05
Packit 022b05
          An attempt to set this object to a value that does not
Packit 022b05
          fall within the range for the specific
Packit 022b05
          signal type will result in an 'inconsistentValue' error."
Packit 022b05
    ::={ pktcSigPulseSignalEntry 6 }
Packit 022b05
Packit 022b05
pktcSigDevCidMode    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                 duringRingingETS(1),
Packit 022b05
                 dtAsETS(2),
Packit 022b05
                 rpAsETS(3),
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                 lrAsETS(4),
Packit 022b05
                 lrETS(5)
Packit 022b05
                 }
Packit 022b05
    MAX-ACCESS read-write
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " For on-hook caller id, pktcSigDevCidMode selects the method
Packit 022b05
          for representing and signaling caller identification.  For
Packit 022b05
          the duringRingingETS method, the Frequency Shift Keying
Packit 022b05
          (FSK) or the Dual-Tone Multi-Frequency (DTMF) containing
Packit 022b05
          the caller identification information is sent between the
Packit 022b05
          first and second ring pattern.
Packit 022b05
Packit 022b05
          For the dtAsETS,rpAsETS, lrAsETS and lrETS
Packit 022b05
          methods, the FSK or DTMF containing the caller id
Packit 022b05
          information is sent before the first ring pattern.
Packit 022b05
Packit 022b05
          For the dtAsETS method, the FSK or DTMF is sent after the
Packit 022b05
          Dual Tone Alert Signal.  For the rpAsETS method, the FSK or
Packit 022b05
          DTMF is sent after a Ring Pulse.
Packit 022b05
Packit 022b05
          For the lrAsETS method, the Line Reversal occurs first,
Packit 022b05
          then the Dual Tone Alert Signal, and, finally, the FSK or
Packit 022b05
          DTMF is sent.
Packit 022b05
Packit 022b05
          For the lrETS method, the Line Reversal occurs first,
Packit 022b05
          then the FSK or DTMF is sent.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
Packit 022b05
    DEFVAL { rpAsETS}
Packit 022b05
    ::= {pktcSigDevObjects 21 }
Packit 022b05
Packit 022b05
pktcSigDevCidAfterRing     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0|50..2000)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies the delay between the end of first
Packit 022b05
          ringing pattern and the start of the transmission of the
Packit 022b05
          FSK or DTMF containing the caller id information.  It is
Packit 022b05
          only used when pktcSigDevCidMode is set to a value of
Packit 022b05
          'duringRingingETS'.
Packit 022b05
Packit 022b05
          The following table defines the default values
Packit 022b05
          for this MIB object, depending on the signal type
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         (pktcSigDevCidMode), and MUST be followed:
Packit 022b05
Packit 022b05
          Value of pktcSigDevCidMode       Default value
Packit 022b05
Packit 022b05
          duringringingETS                 550 ms
Packit 022b05
          dtAsETS                          any value (not used)
Packit 022b05
          rpAsETS                          any value (not used)
Packit 022b05
          lrAsETS                          any value (not used)
Packit 022b05
          lrETS                            any value (not used)
Packit 022b05
Packit 022b05
          An attempt to set this object while the value of
Packit 022b05
          pktcSigDevCidMode is not duringringingETS will result in
Packit 022b05
          an 'inconsistentValue' error.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-659-1 Specification"
Packit 022b05
    DEFVAL { 550 }
Packit 022b05
    ::= {pktcSigDevObjects 22 }
Packit 022b05
Packit 022b05
pktcSigDevCidAfterDTAS    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0|45..500)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies the delay between the end of the
Packit 022b05
          Dual Tone Alert Signal (DT-AS) and the start of the
Packit 022b05
          transmission of the FSK or DTMF containing the caller id
Packit 022b05
          information.  This object is only used when
Packit 022b05
          pktcSigDevCidMode is set to a value of 'dtAsETS' or
Packit 022b05
          'lrAsETS'.
Packit 022b05
Packit 022b05
          The following table defines the default values
Packit 022b05
          for this MIB object, depending on the signal type
Packit 022b05
         (pktcSigDevCidMode), and MUST be followed:
Packit 022b05
Packit 022b05
          Value of pktcSigDevCidMode       Default value
Packit 022b05
Packit 022b05
Packit 022b05
          duringringingETS                 any value (not used)
Packit 022b05
          dtAsETS                          50 ms
Packit 022b05
          rpAsETS                          any value (not used)
Packit 022b05
          lrAsETS                          50 ms
Packit 022b05
          lrETS                            any value (not used)
Packit 022b05
Packit 022b05
          An attempt to set this object while the value of
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          pktcSigDevCidMode is not 'dtAsETS' or 'lrAsETS' will
Packit 022b05
          result in an 'inconsistentValue' error.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-659-1 Specification"
Packit 022b05
    DEFVAL { 50 }
Packit 022b05
    ::= {pktcSigDevObjects 23 }
Packit 022b05
Packit 022b05
pktcSigDevCidAfterRPAS    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0|500..800)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies the delay between the end of the
Packit 022b05
          Ring Pulse Alert Signal (RP-AS) and the start of the
Packit 022b05
          transmission of the FSK or DTMF containing the caller id
Packit 022b05
          information.  This MIB object is only used when
Packit 022b05
          pktcSigDevCidMode is set to a value of 'rpAsETS'.
Packit 022b05
          The following table defines the default values
Packit 022b05
          for this MIB object, depending on the signal type
Packit 022b05
         (pktcSigDevCidMode), and MUST be followed:
Packit 022b05
Packit 022b05
          Value of pktcSigDevCidMode       Default value
Packit 022b05
Packit 022b05
          duringringingETS                 any value  (not used)
Packit 022b05
          dtAsETS                          any value  (not used)
Packit 022b05
          rpAsETS                          650 ms
Packit 022b05
          lrAsETS                          any value  (not used)
Packit 022b05
          lrETS                            any value  (not used)
Packit 022b05
Packit 022b05
          An attempt to set this object while the value of
Packit 022b05
          pktcSigDevCidMode is not 'rpAsETS' will result in an
Packit 022b05
          'inconsistentValue' error.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-659-1 Specification"
Packit 022b05
    DEFVAL { 650 }
Packit 022b05
    ::= {pktcSigDevObjects 24 }
Packit 022b05
Packit 022b05
pktcSigDevRingAfterCID    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0|50..500)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies the delay between the end of the
Packit 022b05
          complete transmission of the FSK or DTMF containing the
Packit 022b05
          caller id information and the start of the first ring
Packit 022b05
          pattern.  It is only used when pktcSigDevCidMode is
Packit 022b05
          set to a value of 'dtAsETS', 'rpAsETS', 'lrAsETS' or
Packit 022b05
          'lrETS'.
Packit 022b05
Packit 022b05
          The following table defines the default values
Packit 022b05
          for this MIB object, depending on the signal type
Packit 022b05
         (pktcSigDevCidMode), and MUST be followed:
Packit 022b05
Packit 022b05
          Value of pktcSigDevCidMode       Default value
Packit 022b05
Packit 022b05
          duringringingETS                 any value  (not used)
Packit 022b05
          dtAsETS                          250 ms
Packit 022b05
          rpAsETS                          250 ms
Packit 022b05
          lrAsETS                          250 ms
Packit 022b05
          lrETS                            250 ms
Packit 022b05
Packit 022b05
          An attempt to set this object while the value of
Packit 022b05
          pktcSigDevCidMode is not 'dtAsETS', 'rpAsETS',
Packit 022b05
          'lrAsETS', or 'lrETS' will result in an 'inconsistent
Packit 022b05
          value' error.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-659-1 Specification"
Packit 022b05
    DEFVAL { 250 }
Packit 022b05
    ::= {pktcSigDevObjects 25 }
Packit 022b05
Packit 022b05
pktcSigDevCidDTASAfterLR    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (50..655)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies the delay between the end of the
Packit 022b05
          Line Reversal and the start of the Dual Tone Alert Signal
Packit 022b05
          (DT-AS).  This object is only used when pktcSigDevCidMode
Packit 022b05
          is set to a value of 'lrAsETS'.
Packit 022b05
Packit 022b05
          The following table defines the default values
Packit 022b05
          for this MIB object, depending on the signal type
Packit 022b05
         (pktcSigDevCidMode), and MUST be followed:
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          Value of pktcSigDevCidMode       Default value
Packit 022b05
Packit 022b05
          duringringingETS                 any value  (not used)
Packit 022b05
          dtAsETS                          any value  (not used)
Packit 022b05
          rpAsETS                          any value  (not used)
Packit 022b05
          lrAsETS                          250 ms
Packit 022b05
          lrETS                            any value  (not used)
Packit 022b05
Packit 022b05
          An attempt to set this object while the value of
Packit 022b05
          pktcSigDevCidMode is not lrAsETS will result in an
Packit 022b05
          'inconsistentValue' error.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-659-1 Specification"
Packit 022b05
    DEFVAL { 250 }
Packit 022b05
Packit 022b05
    ::= {pktcSigDevObjects 26 }
Packit 022b05
Packit 022b05
pktcSigDevVmwiMode    OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                 dtAsETS(1),
Packit 022b05
                 rpAsETS(2),
Packit 022b05
                 lrAsETS(3),
Packit 022b05
                 osi(4),
Packit 022b05
                 lrETS(5)
Packit 022b05
                 }
Packit 022b05
    MAX-ACCESS read-write
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " For visual message waiting indicator (VMWI),
Packit 022b05
          pktcSigDevVmwiMode selects the alerting signal method.  For
Packit 022b05
          the dtAsETS, rpAsETS, lrAsETS, osi, and lrETS methods,
Packit 022b05
          the FSK containing the VMWI information is sent after an
Packit 022b05
          alerting signal.
Packit 022b05
Packit 022b05
          For the dtAsETS method, the FSK, or DTMF
Packit 022b05
          is sent after the Dual Tone Alert Signal.  For the rpAsETS
Packit 022b05
          method, the FSK or DTMF is sent after a Ring Pulse.
Packit 022b05
Packit 022b05
          For the lrAsETS method, the Line Reversal occurs first,
Packit 022b05
          then the Dual Tone Alert Signal, and, finally, the FSK or
Packit 022b05
          DTMF is sent.
Packit 022b05
Packit 022b05
          For the OSI method, the FSK or DTMF is sent after the Open
Packit 022b05
          Switching Interval.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          For the lrETS method, the Line Reversal occurs first,
Packit 022b05
          then the FSK or DTMF is sent.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
Packit 022b05
    DEFVAL { rpAsETS }
Packit 022b05
    ::= {pktcSigDevObjects 27 }
Packit 022b05
Packit 022b05
pktcSigDevVmwiAfterDTAS    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0|45..500)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies the delay between the end of the
Packit 022b05
          Dual Tone Alert Signal (DT-AS) and the start of the
Packit 022b05
          transmission of the FSK or DTMF containing the VMWI
Packit 022b05
          information.
Packit 022b05
Packit 022b05
          This object is only used when pktcSigDevVmwiMode is
Packit 022b05
          set to a value of 'dtAsETS' or 'lrAsETS'.
Packit 022b05
Packit 022b05
          The following table defines the default values
Packit 022b05
          for this MIB object, depending on the signal type
Packit 022b05
         (pktcSigDevVmwiMode), and MUST be followed:
Packit 022b05
Packit 022b05
          Value of pktcSigDevVmwiMode       Default value
Packit 022b05
Packit 022b05
          dtAsETS                           50 ms
Packit 022b05
          rpAsETS                           any value  (not used)
Packit 022b05
          lrAsETS                           50 ms
Packit 022b05
          lrETS                             any value  (not used)
Packit 022b05
Packit 022b05
          An attempt to set this object while the value of
Packit 022b05
          pktcSigDevVmwiMode is not 'dtAsETS' or 'lrAsETS' will
Packit 022b05
          result in an 'inconsistentValue' error.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-659-1 Specification"
Packit 022b05
    DEFVAL { 50 }
Packit 022b05
    ::= {pktcSigDevObjects 28 }
Packit 022b05
Packit 022b05
Packit 022b05
pktcSigDevVmwiAfterRPAS    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0|500..800)
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies the delay between the end of the
Packit 022b05
          Ring Pulse Alert Signal (RP-AS) and the start of the
Packit 022b05
          transmission of the FSK or DTMF containing the VMWI
Packit 022b05
          information.
Packit 022b05
Packit 022b05
          This object is only used when pktcSigDevVmwiMode is
Packit 022b05
          set to a value of 'rpAsETS'.
Packit 022b05
Packit 022b05
          The following table defines the default values
Packit 022b05
          for this MIB object, depending on the signal type
Packit 022b05
         (pktcSigDevVmwiMode), and MUST be followed:
Packit 022b05
Packit 022b05
          Value of pktcSigDevVmwiMode       Default value
Packit 022b05
Packit 022b05
          dtAsETS                           any value  (not used)
Packit 022b05
          rpAsETS                           650 ms
Packit 022b05
          lrAsETS                           any value  (not used)
Packit 022b05
          lrETS                             any value  (not used)
Packit 022b05
Packit 022b05
          An attempt to set this object while the value of
Packit 022b05
          pktcSigDevVmwiMode is not 'rpAsETS' will result in an
Packit 022b05
          'inconsistentValue' error.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-659-1 Specification"
Packit 022b05
    DEFVAL { 650 }
Packit 022b05
    ::= {pktcSigDevObjects 29 }
Packit 022b05
Packit 022b05
pktcSigDevVmwiDTASAfterLR    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0|50..655)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object specifies the delay between the end of the
Packit 022b05
          Line Reversal and the start of the Dual Tone Alert Signal
Packit 022b05
          (DT-AS) for VMWI information.  This object is only used
Packit 022b05
          when pktcSigDevVmwiMode is set to a value of 'lrAsETS'.
Packit 022b05
Packit 022b05
          The following table defines the default values
Packit 022b05
          for this MIB object, depending on the signal type
Packit 022b05
         (pktcSigDevVmwiMode), and MUST be followed:
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          Value of pktcSigDevVmwiMode       Default value
Packit 022b05
Packit 022b05
          dtAsETS                           any value  (not used)
Packit 022b05
          rpAsETS                           any value  (not used)
Packit 022b05
          lrAsETS                           250 ms
Packit 022b05
          lrETS                             any value  (not used)
Packit 022b05
Packit 022b05
          An attempt to set this object while the value of
Packit 022b05
          pktcSigDevVmwiMode is not 'lrAsETS' will result in an
Packit 022b05
          'inconsistentValue' error.
Packit 022b05
Packit 022b05
          The value of this MIB object MUST NOT persist across MTA
Packit 022b05
          reboots."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-EN-300-659-1 Specification"
Packit 022b05
    DEFVAL { 250 }
Packit 022b05
    ::= {pktcSigDevObjects 30 }
Packit 022b05
Packit 022b05
pktcSigDevRingCadenceTable    OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF PktcSigDevRingCadenceEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Cadence rings are defined by the telco governing
Packit 022b05
         body for each country.  The MTA must be able to support
Packit 022b05
         various ranges of cadence patterns and cadence periods.
Packit 022b05
         The MTA will be able to support country-specific
Packit 022b05
         provisioning of the cadence and idle period.  Each
Packit 022b05
         cadence pattern will be assigned a unique value ranging
Packit 022b05
         from 0-127 (inclusive) corresponding to the value of x,
Packit 022b05
         where x is the value sent in the cadence ringing (cr)
Packit 022b05
         signal cr(x), requested per the appropriate NCS
Packit 022b05
         message, and defined in the E package.  The MTA will derive
Packit 022b05
         the cadence periods from the ring cadence table entry, as
Packit 022b05
         provisioned by the customer.  The MTA is allowed to provide
Packit 022b05
         appropriate default values for each of the ring cadences.
Packit 022b05
         This table only needs to be supported when the MTA
Packit 022b05
         implements the E package."
Packit 022b05
    REFERENCE
Packit 022b05
        "ETSI-TS-101-909-4 Specification"
Packit 022b05
    ::= { pktcSigDevObjects 31 }
Packit 022b05
Packit 022b05
pktcSigDevRingCadenceEntry    OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcSigDevRingCadenceEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        " Each entry in this row corresponds to a ring cadence
Packit 022b05
          that is being supported by the device.  The conceptual
Packit 022b05
          rows MUST NOT persist across MTA reboots."
Packit 022b05
    INDEX { pktcSigDevRingCadenceIndex }
Packit 022b05
    ::= { pktcSigDevRingCadenceTable 1 }
Packit 022b05
Packit 022b05
PktcSigDevRingCadenceEntry ::= SEQUENCE {
Packit 022b05
        pktcSigDevRingCadenceIndex       Unsigned32,
Packit 022b05
        pktcSigDevRingCadence            PktcRingCadence
Packit 022b05
    }
Packit 022b05
Packit 022b05
pktcSigDevRingCadenceIndex    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0..127)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " A unique value ranging from 0 to 127 that corresponds to the
Packit 022b05
          value sent by the LE based on country-specific cadences,
Packit 022b05
          one row per cadence cycle.  In any given system
Packit 022b05
          implementation for a particular country, it is anticipated
Packit 022b05
          that a small number of ring cadences will be in use.  Thus,
Packit 022b05
          this table most likely will not be populated to its full
Packit 022b05
          size."
Packit 022b05
    ::= { pktcSigDevRingCadenceEntry 1 }
Packit 022b05
Packit 022b05
pktcSigDevRingCadence    OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcRingCadence
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This is the Ring Cadence."
Packit 022b05
    ::= { pktcSigDevRingCadenceEntry 2 }
Packit 022b05
Packit 022b05
Packit 022b05
pktcSigDevToneTable    OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF PktcSigDevToneEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " The Tone Table defines the composition of tones and
Packit 022b05
          various tone operations.
Packit 022b05
Packit 022b05
          The definition of the tones callWaiting1 through
Packit 022b05
          callWaiting4 in this table MUST only contain the
Packit 022b05
          audible tone itself; the delay between tones or the value
Packit 022b05
          of the tone repeat count are not applicable for the call
Packit 022b05
          waiting tones.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          The delay between tones or the repeat count is controlled
Packit 022b05
          by the objects pktcSigEndPntConfigCallWaitingDelay and
Packit 022b05
          pktcSigEndPntConfigCallWaitingMaxRep.  If the
Packit 022b05
          pktcSigDevToneType is set to either of the values
Packit 022b05
          callWaiting1, callWaiting2, callWaiting3, or callWaiting4,
Packit 022b05
          then the value of the pktcSigDevToneWholeToneRepeatCount
Packit 022b05
          object indicates that the particular frequency group is
Packit 022b05
          applicable, as a repeatable part of the tone, based on the
Packit 022b05
          value of the MIB object
Packit 022b05
          pktcSigDevToneWholeToneRepeatCount.
Packit 022b05
Packit 022b05
          The MTA MUST make sure that, after the provisioning
Packit 022b05
          cycle, the table is fully populated (i.e., for each
Packit 022b05
          possible index, an entry MUST be defined) using
Packit 022b05
          reasonable defaults for each row that was not defined
Packit 022b05
          by the provisioning information delivered via MTA
Packit 022b05
          Configuration.
Packit 022b05
Packit 022b05
          The frequency composition of each tone is defined by the
Packit 022b05
          pktcSigDevMultiFreqToneTable.  For each tone type defined
Packit 022b05
          in pktcSigDevToneTable, the MTA MUST populate at least
Packit 022b05
          one entry in the pktcSigDevMultiFreqToneTable.
Packit 022b05
Packit 022b05
          For each particular value of pktcSigDevToneType, the
Packit 022b05
          pktcSigDevToneTable table can define non-repeating and
Packit 022b05
          repeating groups of the frequencies defined by the
Packit 022b05
          pktcSigDevMultiFreqToneTable, such that each group is
Packit 022b05
          represented by the set of the consecutive rows
Packit 022b05
          (frequency group) in the pktcSigDevMultiFreqToneTable.
Packit 022b05
Packit 022b05
          Objects in this table do not persist across MTA reboots.
Packit 022b05
          For tones with multiple frequencies refer to the MIB table
Packit 022b05
          pktcSigDevMultiFreqToneTable."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification, ETSI-TS-101-909-4
Packit 022b05
         Specification."
Packit 022b05
    ::= { pktcSigDevObjects 32 }
Packit 022b05
Packit 022b05
pktcSigDevToneEntry    OBJECT-TYPE
Packit 022b05
    SYNTAX       PktcSigDevToneEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " The different tone types that can be provisioned based on
Packit 022b05
          country-specific needs.
Packit 022b05
Packit 022b05
          Each entry contains the tone generation parameters for
Packit 022b05
          a specific frequency group of the specific Tone Type.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          The different parameters can be provisioned via MTA
Packit 022b05
          configuration based on country specific needs.
Packit 022b05
          An MTA MUST populate all entries of this table for each
Packit 022b05
          tone type."
Packit 022b05
    INDEX { pktcSigDevToneType, pktcSigDevToneFreqGroup }
Packit 022b05
    ::= { pktcSigDevToneTable 1 }
Packit 022b05
Packit 022b05
PktcSigDevToneEntry ::= SEQUENCE {
Packit 022b05
    pktcSigDevToneType                      INTEGER,
Packit 022b05
    pktcSigDevToneFreqGroup                 Unsigned32,
Packit 022b05
    pktcSigDevToneFreqCounter               Unsigned32,
Packit 022b05
    pktcSigDevToneWholeToneRepeatCount      Unsigned32,
Packit 022b05
    pktcSigDevToneSteady                    TruthValue
Packit 022b05
    }
Packit 022b05
Packit 022b05
pktcSigDevToneType        OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                 busy(1),
Packit 022b05
                 confirmation(2),
Packit 022b05
                 dial(3),
Packit 022b05
                 messageWaiting(4),
Packit 022b05
                 offHookWarning(5),
Packit 022b05
                 ringBack(6),
Packit 022b05
                 reOrder(7),
Packit 022b05
                 stutterdial(8),
Packit 022b05
                 callWaiting1(9),
Packit 022b05
                 callWaiting2(10),
Packit 022b05
                 callWaiting3(11),
Packit 022b05
                 callWaiting4(12),
Packit 022b05
                 alertingSignal(13),
Packit 022b05
                 specialDial(14),
Packit 022b05
                 specialInfo(15),
Packit 022b05
                 release(16),
Packit 022b05
                 congestion(17),
Packit 022b05
                 userDefined1(18),
Packit 022b05
                 userDefined2(19),
Packit 022b05
                 userDefined3(20),
Packit 022b05
                 userDefined4(21)
Packit 022b05
                 }
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A unique value that will correspond to the different
Packit 022b05
         tone types.  These tones can be provisioned based on
Packit 022b05
         country-specific needs.  This object defines the type
Packit 022b05
         of tone being accessed.
Packit 022b05
Packit 022b05
         The alertingSignal, specialDial, specialInfo, release,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         congestion, userDefined1, userDefined2, userDefined3,
Packit 022b05
         and userDefined4 tone types are used in
Packit 022b05
         the E line package."
Packit 022b05
    ::= { pktcSigDevToneEntry 1 }
Packit 022b05
Packit 022b05
pktcSigDevToneFreqGroup  OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(1..4)
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This MIB object represents the Tone Sequence reference
Packit 022b05
           of a multi-sequence tone."
Packit 022b05
       ::={ pktcSigDevToneEntry 2}
Packit 022b05
Packit 022b05
pktcSigDevToneFreqCounter OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(1..8)
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This MIB object represents the number of consecutive
Packit 022b05
           multi-frequency tones for the particular tone type in
Packit 022b05
           the multi-frequency table (pktcSigDevMultiFreqToneTable).
Packit 022b05
Packit 022b05
           Such a sequence of the consecutive multi-frequency tones
Packit 022b05
           forms the tone group for the particular tone type in the
Packit 022b05
           pktcSigDevToneTable."
Packit 022b05
       ::={ pktcSigDevToneEntry 3}
Packit 022b05
Packit 022b05
pktcSigDevToneWholeToneRepeatCount      OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0..5000)
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This is the repeat count, which signifies how many times
Packit 022b05
         to repeat the entire on-off cadence sequence.  Setting this
Packit 022b05
         object may result in a cadence duration longer or shorter
Packit 022b05
         than the overall signal duration specified by the time out
Packit 022b05
         (TO) object for a particular signal.  If the repeat count
Packit 022b05
         results in a longer tone duration than the signal duration
Packit 022b05
         specified by the TO, the tone duration defined by the
Packit 022b05
         TO object for a particular signal always represents
Packit 022b05
         the overall signal duration for a tone.  In this case, the
Packit 022b05
         tone duration repeat count will not be fully exercised, and
Packit 022b05
         the desired tone duration will be truncated per the TO
Packit 022b05
         setting.  If the repeat count results in a shorter tone
Packit 022b05
         duration than the signal duration specified by the TO, the
Packit 022b05
         tone duration defined by the repeat count takes precedence
Packit 022b05
         over the TO and will end the signal event.  In this case,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         the TO represents a time not to be exceeded for the signal.
Packit 022b05
         It is recommended to ensure proper telephony signaling so that
Packit 022b05
         the TO duration setting should always be longer than the
Packit 022b05
         desired repeat count-time duration."
Packit 022b05
    ::={ pktcSigDevToneEntry 4 }
Packit 022b05
Packit 022b05
pktcSigDevToneSteady    OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This MIB object represents the steady tone status.  A value
Packit 022b05
         of 'true(1)' indicates that the steady tone is applied, and
Packit 022b05
         a value of 'false(2)' indicates otherwise.
Packit 022b05
         Devices must play out the on-off cadence sequence for
Packit 022b05
         the number of times indicated by the MIB object
Packit 022b05
         'pktcSigDevToneWholeToneRepeatCount' prior to applying the
Packit 022b05
         last tone steadily, indefinitely.  If the MIB table
Packit 022b05
         'pktcSigDevToneTable' contains multiple rows with this
Packit 022b05
         Object set to a value of 'true(1)', the steady tone is
Packit 022b05
         applied to the last repeating frequency group of the tone.
Packit 022b05
Packit 022b05
         Setting this MIB object may result in a tone duration that is
Packit 022b05
         longer or shorter than the overall signal duration
Packit 022b05
         specified by the time out (TO) MIB object for a particular
Packit 022b05
         signal.  If the repeat count results in a longer tone
Packit 022b05
         duration than the signal duration specified by the TO, the
Packit 022b05
         tone duration defined by the TO object for a particular
Packit 022b05
         signal always represents the overall signal duration for a
Packit 022b05
         tone.  In this case, the tone duration repeat count will
Packit 022b05
         not be fully exercised, and the desired tone duration will
Packit 022b05
         be truncated per the TO setting.  If the repeat count
Packit 022b05
         results in a shorter tone duration than the signal duration
Packit 022b05
         specified by the TO, the tone duration defined by the
Packit 022b05
         repeat count takes precedence over the TO and will end the
Packit 022b05
         signal event.  In this case, the TO represents a time not to
Packit 022b05
         be exceeded for the signal.
Packit 022b05
Packit 022b05
         It is recommended to ensure proper telephony signaling that
Packit 022b05
         The TO duration setting should always be longer than the
Packit 022b05
         desired repeat count-time duration, plus the desired maximum
Packit 022b05
         steady tone period."
Packit 022b05
    ::={ pktcSigDevToneEntry 5 }
Packit 022b05
Packit 022b05
   pktcSigDevMultiFreqToneTable    OBJECT-TYPE
Packit 022b05
       SYNTAX       SEQUENCE OF PktcSigDevMultiFreqToneEntry
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
       DESCRIPTION
Packit 022b05
           " This MIB table defines the characteristics of tones
Packit 022b05
             with multiple frequencies.  The constraints imposed
Packit 022b05
             on the tones by the MIB table pktcSigDevToneTable
Packit 022b05
             need to be considered for MIB objects in this table
Packit 022b05
             as well.
Packit 022b05
Packit 022b05
             The MTA MUST populate the corresponding row(s)
Packit 022b05
             of the pktcSigDevMultiFreqToneTable for each tone
Packit 022b05
             defined in the pktcSigDevToneTable.
Packit 022b05
Packit 022b05
             The contents of the table may be provisioned via
Packit 022b05
             MTA configuration."
Packit 022b05
       REFERENCE
Packit 022b05
           "PacketCable NCS Specification, ETSI-TS-101-909-4
Packit 022b05
            Specification."
Packit 022b05
       ::= { pktcSigDevObjects 33 }
Packit 022b05
Packit 022b05
   pktcSigDevMultiFreqToneEntry    OBJECT-TYPE
Packit 022b05
       SYNTAX       PktcSigDevMultiFreqToneEntry
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           " The different tone types with multiple frequencies
Packit 022b05
             that can be provisioned based on country-specific
Packit 022b05
             needs."
Packit 022b05
       INDEX {pktcSigDevToneType, pktcSigDevToneNumber}
Packit 022b05
       ::= { pktcSigDevMultiFreqToneTable 1 }
Packit 022b05
Packit 022b05
   PktcSigDevMultiFreqToneEntry ::= SEQUENCE {
Packit 022b05
         pktcSigDevToneNumber                    Unsigned32,
Packit 022b05
         pktcSigDevToneFirstFreqValue            Unsigned32,
Packit 022b05
         pktcSigDevToneSecondFreqValue           Unsigned32,
Packit 022b05
         pktcSigDevToneThirdFreqValue            Unsigned32,
Packit 022b05
         pktcSigDevToneFourthFreqValue           Unsigned32,
Packit 022b05
         pktcSigDevToneFreqMode                  INTEGER,
Packit 022b05
         pktcSigDevToneFreqAmpModePrtg           Unsigned32,
Packit 022b05
         pktcSigDevToneDbLevel                   TenthdBm,
Packit 022b05
         pktcSigDevToneFreqOnDuration            Unsigned32,
Packit 022b05
         pktcSigDevToneFreqOffDuration           Unsigned32,
Packit 022b05
         pktcSigDevToneFreqRepeatCount           Unsigned32
Packit 022b05
   }
Packit 022b05
Packit 022b05
   pktcSigDevToneNumber OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(1..8)
Packit 022b05
       MAX-ACCESS   not-accessible
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          "This MIB object represents the frequency reference
Packit 022b05
           of a multi-frequency tone."
Packit 022b05
       ::={ pktcSigDevMultiFreqToneEntry 1}
Packit 022b05
Packit 022b05
   pktcSigDevToneFirstFreqValue    OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(0..4000)
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
         "This MIB object represents the value of the first
Packit 022b05
          frequency of a tone type.  A value of zero implies
Packit 022b05
          absence of the referenced frequency."
Packit 022b05
       ::={ pktcSigDevMultiFreqToneEntry 2}
Packit 022b05
Packit 022b05
   pktcSigDevToneSecondFreqValue    OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(0..4000)
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
         "This MIB object represents the value of the second
Packit 022b05
          frequency of a tone type.  A value of zero implies
Packit 022b05
          absence of the referenced frequency."
Packit 022b05
       ::={ pktcSigDevMultiFreqToneEntry 3}
Packit 022b05
Packit 022b05
   pktcSigDevToneThirdFreqValue    OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(0..4000)
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
         "This MIB object represents the value of the third
Packit 022b05
          frequency of a tone type.  A value of zero implies
Packit 022b05
          absence of the referenced frequency."
Packit 022b05
       ::={ pktcSigDevMultiFreqToneEntry 4}
Packit 022b05
Packit 022b05
   pktcSigDevToneFourthFreqValue    OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(0..4000)
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
         "This MIB object represents the value of the fourth
Packit 022b05
          frequency of a tone type.  A value of zero implies
Packit 022b05
          absence of the referenced frequency."
Packit 022b05
       ::={ pktcSigDevMultiFreqToneEntry 5}
Packit 022b05
Packit 022b05
   pktcSigDevToneFreqMode OBJECT-TYPE
Packit 022b05
       SYNTAX       INTEGER {
Packit 022b05
                     firstModulatedBySecond(1),
Packit 022b05
                     summation(2)
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                    }
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
       "This MIB object provides directive on the
Packit 022b05
        modulation or summation of the frequencies
Packit 022b05
        involved in the tone.
Packit 022b05
Packit 022b05
        It is to be noted that while summation can
Packit 022b05
        be done without any constraint on the number
Packit 022b05
        of frequencies, the modulation (amplitude)
Packit 022b05
        holds good only when there are two frequencies
Packit 022b05
        (first and second).
Packit 022b05
Packit 022b05
        Thus:
Packit 022b05
          - If the mode is set to a value of
Packit 022b05
            'firstModulatedBySecond(1)', the first frequency
Packit 022b05
            MUST be modulated by the second, and the remaining
Packit 022b05
            frequencies (third and fourth) ignored.  The
Packit 022b05
            percentage of amplitude modulation to be applied
Packit 022b05
            is defined by the MIB object
Packit 022b05
            pktcSigDevToneFreqAmpModePrtg.
Packit 022b05
Packit 022b05
          - If the mode is set to a value of
Packit 022b05
            'summation(2)', all the frequencies MUST be
Packit 022b05
            summed without any modulation.
Packit 022b05
       "
Packit 022b05
       ::={ pktcSigDevMultiFreqToneEntry 6}
Packit 022b05
Packit 022b05
  pktcSigDevToneFreqAmpModePrtg OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(0..100)
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
          "This MIB object represents the percentage of amplitude
Packit 022b05
           modulation applied to the second frequency
Packit 022b05
           when the MIB object pktcSigDevToneFreqMode is
Packit 022b05
           set to a value of 'firstModulatedBySecond (1)'.
Packit 022b05
Packit 022b05
           If the MIB object pktcSigDevToneFreqMode is set to
Packit 022b05
           value of 'summation (2)', then this MIB object MUST be
Packit 022b05
           ignored."
Packit 022b05
       ::={ pktcSigDevMultiFreqToneEntry 7}
Packit 022b05
Packit 022b05
  pktcSigDevToneDbLevel    OBJECT-TYPE
Packit 022b05
      SYNTAX       TenthdBm (-250..-110)
Packit 022b05
      UNITS        "1/10 of a dBm"
Packit 022b05
      MAX-ACCESS   read-only
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
      STATUS       current
Packit 022b05
      DESCRIPTION
Packit 022b05
          "This MIB object contains the decibel level for each
Packit 022b05
           analog signal (tone) that is locally generated
Packit 022b05
           (versus in-band supervisory tones) and sourced to
Packit 022b05
           the a-b terminals (TE connection point).  Each tone
Packit 022b05
           in itself may consist of multiple frequencies, as
Packit 022b05
           defined by the MIB table pktcSigDevMultiFreqToneTable.
Packit 022b05
Packit 022b05
           This MIB object reflects the desired level at
Packit 022b05
           the Telco (POTS) a-b (T/R) terminals, including the
Packit 022b05
           effect of any MTA receiver gain (loss).  This is required
Packit 022b05
           so that locally generated tones are consistent with
Packit 022b05
           remotely generated in-band tones at the a-b terminals,
Packit 022b05
           consistent with user expectations.
Packit 022b05
Packit 022b05
           This MIB object must be set for each tone.
Packit 022b05
           When tones are formed by combining multi-frequencies,
Packit 022b05
           the level of each frequency shall be set so as to result
Packit 022b05
           in the tone level specified in this object at the a-b
Packit 022b05
           (T/R) terminals.
Packit 022b05
Packit 022b05
           The wide range of levels for this Object is required
Packit 022b05
           to provide signal-generator levels across the wide
Packit 022b05
           range of gains (losses) -- but does not imply the entire
Packit 022b05
           range is to be achievable given the range of gains (losses)
Packit 022b05
           in the MTA."
Packit 022b05
    DEFVAL { -120 }
Packit 022b05
    ::={ pktcSigDevMultiFreqToneEntry 8}
Packit 022b05
Packit 022b05
   pktcSigDevToneFreqOnDuration OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(0..5000)
Packit 022b05
       UNITS        "milliseconds"
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
          "This MIB object represents the duration for which the
Packit 022b05
           frequency reference corresponding to the tone type
Packit 022b05
           is turned on."
Packit 022b05
       ::={ pktcSigDevMultiFreqToneEntry 9}
Packit 022b05
Packit 022b05
   pktcSigDevToneFreqOffDuration OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(0..5000)
Packit 022b05
       UNITS        "milliseconds"
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
          "This MIB object represents the duration for which the
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           frequency reference corresponding to the tone type
Packit 022b05
           is turned off."
Packit 022b05
       ::={ pktcSigDevMultiFreqToneEntry 10}
Packit 022b05
Packit 022b05
   pktcSigDevToneFreqRepeatCount OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32(0..5000)
Packit 022b05
       MAX-ACCESS   read-only
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
       "This MIB object indicates the number of times
Packit 022b05
       to repeat the cadence cycle represented by the
Packit 022b05
       on/off durations (refer to the MIB objects
Packit 022b05
       pktcSigDevToneFreqOnDuration and
Packit 022b05
       pktcSigDevToneFreqOffDuration).
Packit 022b05
Packit 022b05
       Setting this object may result in a tone duration that is
Packit 022b05
       longer or shorter than the overall signal duration
Packit 022b05
       specified by the time out (TO) object for the
Packit 022b05
       corresponding tone type.  If the value of this MIB
Packit 022b05
       Object indicates a longer duration than that
Packit 022b05
       specified by the TO, the latter overrules the former,
Packit 022b05
       and the desired tone duration will be truncated according
Packit 022b05
       to the TO.
Packit 022b05
Packit 022b05
       However, if the repeat count results in a shorter
Packit 022b05
       tone duration than the signal duration specified by
Packit 022b05
       the TO, the tone duration defined by the repeat count
Packit 022b05
       takes precedence over the TO and will end the signal
Packit 022b05
       event.  In this case, the TO represents a time not to
Packit 022b05
       be exceeded for the signal.  It is recommended, to
Packit 022b05
       ensure proper telephony signaling, that the TO
Packit 022b05
       duration setting should always be longer than the
Packit 022b05
       desired repeat count-time duration.  A value of zero
Packit 022b05
       means the tone sequence is to be played once but not
Packit 022b05
       repeated."
Packit 022b05
       ::={ pktcSigDevMultiFreqToneEntry 11}
Packit 022b05
Packit 022b05
   pktcSigDevCidDelayAfterLR  OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32 (300..800)
Packit 022b05
       UNITS        "Milliseconds"
Packit 022b05
       MAX-ACCESS   read-write
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This object specifies the delay between the end of the
Packit 022b05
            Line Reversal and the start of the FSK or DTMF signal.
Packit 022b05
            This MIB object is used only when pktcSigDevCidMode is
Packit 022b05
            set to a value of 'lrETS'.  This timing has a range of
Packit 022b05
            300 to 800 ms.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            The following table defines the default values
Packit 022b05
            for this MIB object, depending on the signal type
Packit 022b05
           (pktcSigDevCidMode), and MUST be followed:
Packit 022b05
Packit 022b05
          Value of pktcSigDevCidMode       Default value
Packit 022b05
Packit 022b05
            duringringingETS               any value  (not used)
Packit 022b05
            dtAsETS                        any value  (not used)
Packit 022b05
            rpAsETS                        any value  (not used)
Packit 022b05
            lrAsETS                        any value  (not used)
Packit 022b05
            lrETS                          400
Packit 022b05
Packit 022b05
            An attempt to set this object while the value of
Packit 022b05
            pktcSigDevCidMode is not set to a value of 'lrETS' will
Packit 022b05
            result in an 'inconsistentValue' error.
Packit 022b05
Packit 022b05
            The value of this MIB object MUST NOT persist across MTA
Packit 022b05
            reboots."
Packit 022b05
       DEFVAL { 400 }
Packit 022b05
       ::= {pktcSigDevObjects 34 }
Packit 022b05
Packit 022b05
   pktcSigDevCidDtmfStartCode OBJECT-TYPE
Packit 022b05
       SYNTAX       DtmfCode
Packit 022b05
       MAX-ACCESS   read-write
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This object identifies optional start codes used when
Packit 022b05
            the MIB object pktcSigDevCidSigProtocol is set
Packit 022b05
            to a value of 'dtmf(2)'.
Packit 022b05
Packit 022b05
            Different countries define different caller id signaling
Packit 022b05
            codes to support caller identification.  When Dual-Tone
Packit 022b05
            Multi-Frequency (DTMF) is used, the caller id digits are
Packit 022b05
            preceded by a 'start code' digit, followed by the digit
Packit 022b05
            transmission sequence <S1>...<Sn> (where Sx represents
Packit 022b05
            the digits 0-9), and terminated by the 'end code' digit.
Packit 022b05
Packit 022b05
            For example,
Packit 022b05
              <S1>...<Sn> <D><S1>...<Sn> <S1>...<Sn> <C>.
Packit 022b05
            The start code for calling number delivery may be DTMF
Packit 022b05
            'A' or 'D'.  The start code for redirecting a number may be
Packit 022b05
            DTMF 'D'.  The DTMF code 'B' may be sent by the network
Packit 022b05
            as a start code for the transfer of information values,
Packit 022b05
            through which special events can be indicated to the
Packit 022b05
            user.  In some countries, the '*' or '#' may be used
Packit 022b05
            instead of 'A', 'B', 'C', or 'D'.
Packit 022b05
Packit 022b05
            The value of this MIB object MUST NOT persist across MTA
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            reboots."
Packit 022b05
       REFERENCE
Packit 022b05
            "ETSI-EN-300-659-1 specification"
Packit 022b05
       DEFVAL {dtmfcodeA}
Packit 022b05
   ::= { pktcSigDevObjects 35 }
Packit 022b05
Packit 022b05
   pktcSigDevCidDtmfEndCode OBJECT-TYPE
Packit 022b05
       SYNTAX       DtmfCode
Packit 022b05
       MAX-ACCESS   read-write
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This object identifies optional end codes used when the
Packit 022b05
            pktcSigDevCidSigProtocol is set to a value of
Packit 022b05
            'dtmf(2)'.
Packit 022b05
Packit 022b05
            Different countries define different caller id signaling
Packit 022b05
            protocols to support caller identification.  When
Packit 022b05
            Dual-Tone Multi-Frequency (DTMF) is used, the caller id
Packit 022b05
            digits are preceded by a 'start code' digit, followed by
Packit 022b05
            the digit transmission sequence <S1>...<Sn> (where Sx
Packit 022b05
            represents the digits 0-9), and terminated by the 'end
Packit 022b05
            code' digit.
Packit 022b05
Packit 022b05
            For example,
Packit 022b05
              <S1>...<Sn> <D><S1>...<Sn> <S1>...<Sn> <C>.
Packit 022b05
Packit 022b05
            The DTMF code 'C' may be sent by the network as an
Packit 022b05
            end code for the transfer of information values, through
Packit 022b05
            which special events can be indicated to the user.  In
Packit 022b05
            some countries, the '*' or '#' may be used instead of
Packit 022b05
            'A', 'B', 'C', or 'D'.
Packit 022b05
Packit 022b05
            The value of this MIB object MUST NOT persist across MTA
Packit 022b05
            reboots."
Packit 022b05
       REFERENCE
Packit 022b05
            "ETSI-EN-300-659-1 specification"
Packit 022b05
       DEFVAL {dtmfcodeC}
Packit 022b05
   ::= { pktcSigDevObjects 36 }
Packit 022b05
Packit 022b05
   pktcSigDevVmwiSigProtocol  OBJECT-TYPE
Packit 022b05
       SYNTAX       PktcSubscriberSideSigProtocol
Packit 022b05
       MAX-ACCESS   read-write
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This object identifies the subscriber line protocol used
Packit 022b05
            for signaling the information on Visual Message Waiting
Packit 022b05
            Indicator (VMWI).  Different countries define different
Packit 022b05
            VMWI signaling protocols to support VMWI service.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            Frequency shift keying (FSK) is most commonly used.
Packit 022b05
            DTMF is an alternative.
Packit 022b05
Packit 022b05
            The value of this MIB object MUST NOT persist across MTA
Packit 022b05
            reboots."
Packit 022b05
        DEFVAL { fsk }
Packit 022b05
   ::= { pktcSigDevObjects 37 }
Packit 022b05
Packit 022b05
   pktcSigDevVmwiDelayAfterLR    OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32 (0|300..800)
Packit 022b05
       UNITS        "Milliseconds"
Packit 022b05
       MAX-ACCESS   read-write
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This object specifies the delay between the end of the
Packit 022b05
            Line Reversal and the start of the FSK or DTMF signal.
Packit 022b05
            This object is only used when pktcSigDevVmwiMode is
Packit 022b05
            set to a value of 'lrETS'.
Packit 022b05
            This timing has a range of 300 to 800 ms.
Packit 022b05
Packit 022b05
            The following table defines the default values
Packit 022b05
            for this MIB object, depending on the signal type
Packit 022b05
           (pktcSigDevVmwiMode), and MUST be followed:
Packit 022b05
Packit 022b05
            Value of pktcSigDevVmwiMode       Default value
Packit 022b05
Packit 022b05
            duringringingETS                  any value  (not used)
Packit 022b05
            dtAsETS                           any value  (not used)
Packit 022b05
            rpAsETS                           any value  (not used)
Packit 022b05
            lrAsETS                           any value  (not used)
Packit 022b05
            lrETS                             400
Packit 022b05
Packit 022b05
            An attempt to set this object while the value of
Packit 022b05
            pktcSigDevVmwiMode is not 'lrETS' will result in an
Packit 022b05
            'inconsistentValue' error.
Packit 022b05
Packit 022b05
            The value of this MIB object MUST NOT persist across MTA
Packit 022b05
            reboots."
Packit 022b05
Packit 022b05
       DEFVAL {400}
Packit 022b05
           ::= {pktcSigDevObjects 38 }
Packit 022b05
Packit 022b05
   pktcSigDevVmwiDtmfStartCode OBJECT-TYPE
Packit 022b05
       SYNTAX       DtmfCode
Packit 022b05
       MAX-ACCESS   read-write
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This object identifies optional start codes used when
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            the pktcSigDevVmwiSigProtocol is set to a value of
Packit 022b05
            'dtmf(2)'.  Different countries define different On Hook
Packit 022b05
            Data Transmission Protocol signaling codes to support
Packit 022b05
            VMWI.
Packit 022b05
Packit 022b05
            When Dual-Tone Multi-Frequency (DTMF) is used, the VMWI
Packit 022b05
            digits are preceded by a 'start code' digit, followed
Packit 022b05
            by the digit transmission sequence <S1>...<Sn> (where
Packit 022b05
            Sx represents the digits 0-9), and terminated by the 'end
Packit 022b05
            code' digit.
Packit 022b05
Packit 022b05
            For example,
Packit 022b05
              <S1>...<Sn> <D><S1>...<Sn> <S1>...<Sn> <C>.
Packit 022b05
Packit 022b05
            The start code for redirecting VMWI may be DTMF 'D'
Packit 022b05
            The DTMF code 'B' may be sent by the network as a start
Packit 022b05
            code for the transfer of information values, through
Packit 022b05
            which special events can be indicated to the user.  In
Packit 022b05
            some countries, the '*' or '#' may be used instead of
Packit 022b05
            'A', 'B', 'C', or 'D'.
Packit 022b05
Packit 022b05
            The value of this MIB object MUST NOT persist across MTA
Packit 022b05
            reboots."
Packit 022b05
       REFERENCE
Packit 022b05
            "ETSI-EN-300-659-1 specification"
Packit 022b05
       DEFVAL {dtmfcodeA}
Packit 022b05
   ::= { pktcSigDevObjects 39 }
Packit 022b05
Packit 022b05
   pktcSigDevVmwiDtmfEndCode OBJECT-TYPE
Packit 022b05
       SYNTAX       DtmfCode
Packit 022b05
       MAX-ACCESS   read-write
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           "This object identifies an optional end code used when the
Packit 022b05
            pktcSigDevVmwiSigProtocol is set to a value of
Packit 022b05
            'dtmf(2)'.  Different countries define different on-hook
Packit 022b05
            Data Transmission Protocol signaling codes to support
Packit 022b05
            VMWI.
Packit 022b05
Packit 022b05
            When Dual-Tone Multi-Frequency (DTMF) is used, the VMWI
Packit 022b05
            digits are preceded by a 'start code' digit, followed
Packit 022b05
            by the digit transmission sequence <S1>...<Sn> (where
Packit 022b05
            Sx represents the digits 0-9), and terminated by the 'end
Packit 022b05
            code' digit.
Packit 022b05
Packit 022b05
            For example,
Packit 022b05
              <S1>...<Sn> <D><S1>...<Sn> <S1>...<Sn> <C>.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
            The DTMF code 'C' may be sent by the network as an end code
Packit 022b05
            for the transfer of information values, through which
Packit 022b05
            special events can be indicated to the user.  In some
Packit 022b05
            countries, the '*' or '#' may be used instead of 'A',
Packit 022b05
            'B', 'C', or 'D'.
Packit 022b05
Packit 022b05
            The value of this MIB object MUST NOT persist across MTA
Packit 022b05
            reboots."
Packit 022b05
       REFERENCE
Packit 022b05
            "ETSI-EN-300-659-1 specification"
Packit 022b05
       DEFVAL {dtmfcodeC}
Packit 022b05
   ::= { pktcSigDevObjects 40 }
Packit 022b05
Packit 022b05
pktcSigDevrpAsDtsDuration     OBJECT-TYPE
Packit 022b05
       SYNTAX       Unsigned32 (0|200..500)
Packit 022b05
       UNITS        "Milliseconds"
Packit 022b05
       MAX-ACCESS   read-write
Packit 022b05
       STATUS       current
Packit 022b05
       DESCRIPTION
Packit 022b05
           " This object specifies the duration of the rpASDTS ring
Packit 022b05
             pulse prior to the start of the transmission of the
Packit 022b05
             FSK or DTMF containing the caller id information.  It is
Packit 022b05
             only used when pktcSigDevCidMode is set to a value of
Packit 022b05
             'rpAsETS'.
Packit 022b05
Packit 022b05
             The following table defines the default values
Packit 022b05
             for this MIB object, depending on the signal type
Packit 022b05
            (pktcSigDevCidMode), and MUST be followed:
Packit 022b05
Packit 022b05
             Value of pktcSigDevCidMode       Default value
Packit 022b05
Packit 022b05
             duringringingETS                 any value  (not used)
Packit 022b05
             dtAsETS                          any value  (not used)
Packit 022b05
             rpAsETS                          250
Packit 022b05
             lrAsETS                          any value  (not used)
Packit 022b05
             lrETS                            any value  (not used)
Packit 022b05
Packit 022b05
             An attempt to set this object while the value of
Packit 022b05
             pktcSigDevCidMode is not 'rpAsETS' will result in
Packit 022b05
             an 'inconsistentValue' error.
Packit 022b05
Packit 022b05
            The value of this MIB object MUST NOT persist across MTA
Packit 022b05
            reboots."
Packit 022b05
       REFERENCE
Packit 022b05
           "ETSI-EN-300-659-1 Specification and Belgacom
Packit 022b05
            BGC_D_48_9811_30_09_EDOC version 3.3"
Packit 022b05
       DEFVAL { 250 }
Packit 022b05
       ::= {pktcSigDevObjects 41 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The Endpoint Config Table is used to define attributes that
Packit 022b05
-- are specific to connection EndPoints.
Packit 022b05
--
Packit 022b05
Packit 022b05
pktcSigEndPntConfigTable  OBJECT-TYPE
Packit 022b05
    SYNTAX        SEQUENCE OF PktcSigEndPntConfigEntry
Packit 022b05
    MAX-ACCESS    not-accessible
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This table describes the information pertaining to each
Packit 022b05
          endpoint of the MTA.  All entries in this table represent
Packit 022b05
          the provisioned endpoints provisioned with the information
Packit 022b05
          required by the MTA to maintain the NCS protocol
Packit 022b05
          communication with the CMS.  Each endpoint can be assigned
Packit 022b05
          to its own CMS.  If the specific endpoint does not have
Packit 022b05
          the corresponding CMS information in this table, the
Packit 022b05
          endpoint is considered as not provisioned with voice
Packit 022b05
          services.  Objects in this table do not persist across
Packit 022b05
          MTA reboots."
Packit 022b05
   ::=  { pktcSigEndPntConfigObjects 1 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigEntry  OBJECT-TYPE
Packit 022b05
    SYNTAX        PktcSigEndPntConfigEntry
Packit 022b05
    MAX-ACCESS    not-accessible
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Each entry in the pktcSigEndPntConfigTable represents
Packit 022b05
         required signaling parameters for the specific endpoint
Packit 022b05
         provisioned with voice services.  The conceptual rows MUST
Packit 022b05
         NOT persist across MTA reboots."
Packit 022b05
    INDEX { ifIndex }
Packit 022b05
    ::= { pktcSigEndPntConfigTable 1 }
Packit 022b05
Packit 022b05
PktcSigEndPntConfigEntry  ::= SEQUENCE {
Packit 022b05
    pktcSigEndPntConfigCallAgentId             SnmpAdminString,
Packit 022b05
    pktcSigEndPntConfigCallAgentUdpPort        InetPortNumber,
Packit 022b05
    pktcSigEndPntConfigPartialDialTO           Unsigned32,
Packit 022b05
    pktcSigEndPntConfigCriticalDialTO          Unsigned32,
Packit 022b05
    pktcSigEndPntConfigBusyToneTO              Unsigned32,
Packit 022b05
    pktcSigEndPntConfigDialToneTO              Unsigned32,
Packit 022b05
    pktcSigEndPntConfigMessageWaitingTO        Unsigned32,
Packit 022b05
    pktcSigEndPntConfigOffHookWarnToneTO       Unsigned32,
Packit 022b05
    pktcSigEndPntConfigRingingTO               Unsigned32,
Packit 022b05
    pktcSigEndPntConfigRingBackTO              Unsigned32,
Packit 022b05
    pktcSigEndPntConfigReorderToneTO           Unsigned32,
Packit 022b05
    pktcSigEndPntConfigStutterDialToneTO       Unsigned32,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    pktcSigEndPntConfigTSMax                   Unsigned32,
Packit 022b05
    pktcSigEndPntConfigMax1                    Unsigned32,
Packit 022b05
    pktcSigEndPntConfigMax2                    Unsigned32,
Packit 022b05
    pktcSigEndPntConfigMax1QEnable             TruthValue,
Packit 022b05
    pktcSigEndPntConfigMax2QEnable             TruthValue,
Packit 022b05
    pktcSigEndPntConfigMWD                     Unsigned32,
Packit 022b05
    pktcSigEndPntConfigTdinit                  Unsigned32,
Packit 022b05
    pktcSigEndPntConfigTdmin                   Unsigned32,
Packit 022b05
    pktcSigEndPntConfigTdmax                   Unsigned32,
Packit 022b05
    pktcSigEndPntConfigRtoMax                  Unsigned32,
Packit 022b05
    pktcSigEndPntConfigRtoInit                 Unsigned32,
Packit 022b05
    pktcSigEndPntConfigLongDurationKeepAlive   Unsigned32,
Packit 022b05
    pktcSigEndPntConfigThist                   Unsigned32,
Packit 022b05
    pktcSigEndPntConfigStatus                  RowStatus,
Packit 022b05
    pktcSigEndPntConfigCallWaitingMaxRep       Unsigned32,
Packit 022b05
    pktcSigEndPntConfigCallWaitingDelay        Unsigned32,
Packit 022b05
    pktcSigEndPntStatusCallIpAddressType       InetAddressType,
Packit 022b05
    pktcSigEndPntStatusCallIpAddress           InetAddress,
Packit 022b05
    pktcSigEndPntStatusError                   INTEGER,
Packit 022b05
    pktcSigEndPntConfigMinHookFlash            Unsigned32,
Packit 022b05
    pktcSigEndPntConfigMaxHookFlash            Unsigned32,
Packit 022b05
    pktcSigEndPntConfigPulseDialInterdigitTime Unsigned32,
Packit 022b05
    pktcSigEndPntConfigPulseDialMinMakeTime    Unsigned32,
Packit 022b05
    pktcSigEndPntConfigPulseDialMaxMakeTime    Unsigned32,
Packit 022b05
    pktcSigEndPntConfigPulseDialMinBreakTime   Unsigned32,
Packit 022b05
    pktcSigEndPntConfigPulseDialMaxBreakTime   Unsigned32
Packit 022b05
    }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigCallAgentId     OBJECT-TYPE
Packit 022b05
    SYNTAX      SnmpAdminString(SIZE (3..255))
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains a string indicating the call agent
Packit 022b05
          name (e.g., ca@example.com).  The call agent name, after
Packit 022b05
          the character '@', MUST be a fully qualified domain name
Packit 022b05
          (FQDN) and MUST have a corresponding pktcMtaDevCmsFqdn
Packit 022b05
          entry in the pktcMtaDevCmsTable.  The object
Packit 022b05
          pktcMtaDevCmsFqdn is defined in the PacketCable MIBMTA
Packit 022b05
          Specification.  For each particular endpoint, the MTA MUST
Packit 022b05
          use the current value of this object to communicate with
Packit 022b05
          the corresponding CMS.  The MTA MUST update this object
Packit 022b05
          with the value of the 'Notified Entity' parameter of the
Packit 022b05
          NCS message.  Because of the high importance of this object
Packit 022b05
          to the ability of the MTA to maintain reliable NCS
Packit 022b05
          communication with the CMS, it is highly recommended not
Packit 022b05
          to change this object's value using SNMP during normal
Packit 022b05
          operation."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    ::= {  pktcSigEndPntConfigEntry 1 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigCallAgentUdpPort    OBJECT-TYPE
Packit 022b05
    SYNTAX      InetPortNumber (1025..65535)
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the current value of the User
Packit 022b05
          Datagram Protocol (UDP) receive port on which the
Packit 022b05
          call agent will receive NCS from the endpoint.
Packit 022b05
          For each particular endpoint, the MTA MUST use the current
Packit 022b05
          value of this object to communicate with the corresponding
Packit 022b05
          CMS.  The MTA MUST update this object with the value of the
Packit 022b05
          'Notified Entity' parameter of the NCS message.  If the
Packit 022b05
          Notified Entity parameter does not contain a CallAgent
Packit 022b05
          port, the MTA MUST update this object with the default
Packit 022b05
          value of 2727.  Because of the high importance of this
Packit 022b05
          object to the ability of the MTA to maintain reliable NCS
Packit 022b05
          communication with the CMS, it is highly recommended not
Packit 022b05
          to change this object's value using SNMP during normal
Packit 022b05
          operation."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL    { 2727 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 2 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigPartialDialTO     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object contains the value of the partial dial
Packit 022b05
         time out.
Packit 022b05
         The time out (TO) elements are intended to limit the time a
Packit 022b05
         tone or frequency is generated.  When this MIB object is set
Packit 022b05
         to a value of '0', the MTA MUST NOT generate the
Packit 022b05
         corresponding frequency or tone, regardless of the
Packit 022b05
         definitions pertaining to frequency, tone duration, or
Packit 022b05
         cadence."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 16 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 3 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigCriticalDialTO     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "seconds"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object contains the value of the critical
Packit 022b05
         dial time out.
Packit 022b05
         The time out (TO) elements are intended to limit the time a
Packit 022b05
         tone or frequency is generated.  When this MIB object is set
Packit 022b05
         to a value of '0', the MTA MUST NOT generate the
Packit 022b05
         corresponding frequency or tone, regardless of the
Packit 022b05
         definitions pertaining to frequency, tone duration, or
Packit 022b05
         cadence."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 4 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 4 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigBusyToneTO     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the default time out value for busy
Packit 022b05
          tone.  The MTA MUST NOT update this object with the
Packit 022b05
          value provided in the NCS message (if present).  If
Packit 022b05
          the value of the object is modified by the SNMP Management
Packit 022b05
          Station, the MTA MUST use the new value as a default only
Packit 022b05
          for a new signal requested by the NCS message.
Packit 022b05
          The time out (TO) elements are intended to limit the time
Packit 022b05
          a tone or frequency is generated.  When this MIB object is
Packit 022b05
          set to a value of '0', the MTA MUST NOT generate the
Packit 022b05
          corresponding frequency or tone, regardless of the
Packit 022b05
          definitions pertaining to frequency, tone duration, or
Packit 022b05
          cadence."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL    { 30 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 5 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigDialToneTO     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the default time out value for dial
Packit 022b05
          tone.  The MTA MUST NOT update this object with the
Packit 022b05
          value provided in the NCS message (if present).  If
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          the value of the object is modified by the SNMP Management
Packit 022b05
          Station, the MTA MUST use the new value as a default only
Packit 022b05
          for a new signal requested by the NCS message.
Packit 022b05
          The time out (TO) elements are intended to limit the time
Packit 022b05
          a tone or frequency is generated.  When this MIB object is
Packit 022b05
          set to a value of '0', the MTA MUST NOT generate the
Packit 022b05
          corresponding frequency or tone, regardless of the
Packit 022b05
          definitions pertaining to frequency, tone duration, or
Packit 022b05
          cadence."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL    { 16 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 6 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigMessageWaitingTO     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the default time out value for message
Packit 022b05
          waiting indicator.  The MTA MUST NOT update this object
Packit 022b05
          with the value provided in the NCS message (if
Packit 022b05
          present).  If the value of the object is modified by the
Packit 022b05
          SNMP Manager application, the MTA MUST use the new value
Packit 022b05
          as a default only for a new signal requested by the NCS
Packit 022b05
          message.
Packit 022b05
          The time out (TO) elements are intended to limit the time
Packit 022b05
          a tone or frequency is generated.  When this MIB object is
Packit 022b05
          set to a value of '0', the MTA MUST NOT generate the
Packit 022b05
          corresponding frequency or tone, regardless of the
Packit 022b05
          definitions pertaining to frequency, tone duration, or
Packit 022b05
          cadence."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL    { 16 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 7 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigOffHookWarnToneTO     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the default time out value for the
Packit 022b05
          off-hook warning tone.  The MTA MUST NOT update this object
Packit 022b05
          with the value provided in the NCS message (if present).  If
Packit 022b05
          the value of the object is modified by the SNMP Manager
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          application, the MTA MUST use the new value as a default
Packit 022b05
          only for a new signal requested by the NCS message.  The
Packit 022b05
          time out (TO) elements are intended to limit the time a tone
Packit 022b05
          or frequency is generated.  When this MIB object is set to a
Packit 022b05
          value of '0', the MTA MUST NOT generate the corresponding
Packit 022b05
          frequency or tone, regardless of the definitions pertaining
Packit 022b05
          to frequency, tone duration, or cadence."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 0 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 8 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigRingingTO     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the default time out value for
Packit 022b05
          ringing.  The MTA MUST NOT update this object with the
Packit 022b05
          value provided in the NCS message (if present).  If
Packit 022b05
          the value of the object is modified by the SNMP Management
Packit 022b05
          Station, the MTA MUST use the new value as a default only
Packit 022b05
          for a new signal requested by the NCS message.
Packit 022b05
          The time out (TO) elements are intended to limit the time
Packit 022b05
          a tone or frequency is generated.  When this MIB object is
Packit 022b05
          set to a value of '0', the MTA MUST NOT generate the
Packit 022b05
          corresponding frequency or tone, regardless of the
Packit 022b05
          definitions pertaining to frequency, tone duration, or
Packit 022b05
          cadence."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL    { 180 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 9 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigRingBackTO     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the default time out value for ring
Packit 022b05
          back.  The MTA MUST NOT update this object with the
Packit 022b05
          value provided in the NCS message (if present).  If
Packit 022b05
          the value of the object is modified by the SNMP Management
Packit 022b05
          Station, the MTA MUST use the new value as a default only
Packit 022b05
          for a new signal requested by the NCS message.
Packit 022b05
          The time out (TO) elements are intended to limit the time
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          a tone or frequency is generated.  When this MIB object is
Packit 022b05
          set to a value of '0', the MTA MUST NOT generate the
Packit 022b05
          corresponding frequency or tone, regardless of the
Packit 022b05
          definitions pertaining to frequency, tone duration, or
Packit 022b05
          cadence."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL    { 180 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 10 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigReorderToneTO     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the default time out value for reorder
Packit 022b05
          tone.  The MTA MUST NOT update this object with the
Packit 022b05
          value provided in the NCS message (if present).  If
Packit 022b05
          the value of the object is modified by the SNMP Management
Packit 022b05
          Station, the MTA MUST use the new value as a default only
Packit 022b05
          for a new signal requested by the NCS message.
Packit 022b05
          The time out (TO) elements are intended to limit the time
Packit 022b05
          a tone or frequency is generated.  When this MIB object is
Packit 022b05
          set to a value of '0', the MTA MUST NOT generate the
Packit 022b05
          corresponding frequency or tone, regardless of the
Packit 022b05
          definitions pertaining to frequency, tone duration, or
Packit 022b05
          cadence."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL    { 30 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 11 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigStutterDialToneTO     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the default time out value for stutter
Packit 022b05
          dial tone.  The MTA MUST NOT update this object with the
Packit 022b05
          value provided in the NCS message (if present).  If
Packit 022b05
          the value of the object is modified by the SNMP Management
Packit 022b05
          Station, the MTA MUST use the new value as a default only
Packit 022b05
          for a new signal requested by the NCS message.
Packit 022b05
          The time out (TO) elements are intended to limit the time
Packit 022b05
          a tone or frequency is generated.  When this MIB object is
Packit 022b05
          set to a value of '0', the MTA MUST NOT generate the
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          corresponding frequency or tone, regardless of the
Packit 022b05
          definitions pertaining to frequency, tone duration, or
Packit 022b05
          cadence."
Packit 022b05
    REFERENCE
Packit 022b05
          "PacketCable NCS Specification"
Packit 022b05
    DEFVAL    { 16 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 12 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigTSMax     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This MIB object is used as part of an NCS
Packit 022b05
            retransmission algorithm.  Prior to any retransmission,
Packit 022b05
            the MTA must check to make sure that the time elapsed
Packit 022b05
            since the sending of the initial datagram does not
Packit 022b05
            exceed the value specified by this MIB object.  If more
Packit 022b05
            than Tsmax time has elapsed, then the retransmissions
Packit 022b05
            MUST cease.
Packit 022b05
Packit 022b05
            Refer to the MIB object pktcSigEndPntConfigThist for
Packit 022b05
            information on when the endpoint becomes disconnected."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 20 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 13 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigMax1     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object contains the suspicious error threshold for
Packit 022b05
         signaling messages.  The pktcSigEndPntConfigMax1 object
Packit 022b05
         indicates the retransmission threshold at which the MTA MAY
Packit 022b05
         actively query the domain name server (DNS) in order to
Packit 022b05
         detect the possible change of call agent interfaces."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 5 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 14 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigMax2     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        "This object contains the disconnect error threshold for
Packit 022b05
         signaling messages.  The pktcSigEndPntConfigMax2 object
Packit 022b05
         indicates the retransmission threshold at which the MTA
Packit 022b05
         SHOULD contact the DNS one more time to see if any other
Packit 022b05
         interfaces to the call agent have become available."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 7 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 15 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigMax1QEnable     OBJECT-TYPE
Packit 022b05
    SYNTAX      TruthValue
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object enables/disables the Max1 domain name server
Packit 022b05
         (DNS) query operation when the pktcSigEndPntConfigMax1
Packit 022b05
         threshold has been reached.
Packit 022b05
         A value of true(1) indicates enabling, and a value of
Packit 022b05
         false(2) indicates disabling."
Packit 022b05
    DEFVAL { true }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 16 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigMax2QEnable     OBJECT-TYPE
Packit 022b05
    SYNTAX      TruthValue
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object enables/disables the Max2 domain name server
Packit 022b05
         (DNS) query operation when the pktcSigEndPntConfigMax2
Packit 022b05
         threshold has been reached.
Packit 022b05
         A value of true(1) indicates enabling, and a value of
Packit 022b05
         false(2) indicates disabling."
Packit 022b05
    DEFVAL { true }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 17 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigMWD     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    UNITS       "seconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Maximum Waiting Delay (MWD) contains the maximum number of
Packit 022b05
         seconds an MTA waits, after powering on, before initiating
Packit 022b05
         the restart procedure with the call agent."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 600 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 18 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigTdinit     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    UNITS       "seconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This MIB object represents the 'disconnected' initial
Packit 022b05
         waiting delay within the context of an MTA's 'disconnected
Packit 022b05
         procedure'.  The 'disconnected procedure' is initiated when
Packit 022b05
         an endpoint becomes 'disconnected' while attempting to
Packit 022b05
         communicate with a call agent.
Packit 022b05
Packit 022b05
         The 'disconnected timer' associated with the 'disconnected
Packit 022b05
         Procedure' is initialized to a random value, uniformly
Packit 022b05
         distributed between zero and the value contained in this
Packit 022b05
         MIB object.
Packit 022b05
Packit 022b05
         For more information on the usage of this timer, please
Packit 022b05
         refer to the PacketCable NCS Specification."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 15 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 19 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigTdmin     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    UNITS       "seconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
            "This MIB object represents the 'disconnected' minimum
Packit 022b05
             waiting delay within the context of an MTA's
Packit 022b05
             'disconnected procedure', specifically when local user
Packit 022b05
             activity is detected.
Packit 022b05
             The 'disconnected procedure' is initiated when
Packit 022b05
             an endpoint becomes 'disconnected' while attempting to
Packit 022b05
             communicate with a call agent.
Packit 022b05
             For more information on the usage of this timer, please
Packit 022b05
             refer to the PacketCable NCS Specification."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 15 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 20 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigTdmax     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    UNITS       "seconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the maximum number of seconds the MTA
Packit 022b05
          waits, after a disconnect, before initiating the
Packit 022b05
          disconnected procedure with the call agent.
Packit 022b05
           "
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 600 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 21 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigRtoMax     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    UNITS       "seconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This object specifies the maximum number of seconds the MTA
Packit 022b05
         waits for a response to an NCS message before initiating
Packit 022b05
         a retransmission."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 4 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 22 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigRtoInit     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    UNITS       "milliseconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the initial number of seconds for the
Packit 022b05
          retransmission timer."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 200 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 23 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigLongDurationKeepAlive     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    UNITS       "minutes"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " Specifies a time out value, in minutes, for sending long
Packit 022b05
          duration call notification messages."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 60 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 24 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigThist  OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32
Packit 022b05
    UNITS       "seconds"
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " Time out period, in seconds, before no response is declared."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification"
Packit 022b05
    DEFVAL { 30 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 25 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigStatus     OBJECT-TYPE
Packit 022b05
    SYNTAX      RowStatus
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the Row Status associated with the
Packit 022b05
          pktcSigEndPntConfigTable.  There are no restrictions or
Packit 022b05
          dependencies amidst the columnar objects before this
Packit 022b05
          row can be activated or for modifications of the
Packit 022b05
          columnar objects when this object is set to a
Packit 022b05
          value of 'active(1)."
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 26 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigCallWaitingMaxRep     OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (0..10)
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the default value of the maximum
Packit 022b05
          number of repetitions of the Call Waiting tone that the
Packit 022b05
          MTA will play from a single CMS request.  The MTA MUST NOT
Packit 022b05
          update this object with the information provided in the
Packit 022b05
          NCS message (if present).  If the value of the object is
Packit 022b05
          modified by the SNMP Manager application, the MTA MUST use
Packit 022b05
          the new value as a default only for a new signal
Packit 022b05
          requested by the NCS message."
Packit 022b05
    DEFVAL    { 1 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 27 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigCallWaitingDelay     OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..100)
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    UNITS        "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This object contains the delay between repetitions of the
Packit 022b05
          Call Waiting tone that the MTA will play from a single CMS
Packit 022b05
          request."
Packit 022b05
    DEFVAL    { 10 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 28 }
Packit 022b05
Packit 022b05
pktcSigEndPntStatusCallIpAddressType  OBJECT-TYPE
Packit 022b05
    SYNTAX      InetAddressType
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       " This object contains the type of Internet address contained
Packit 022b05
         in the MIB object 'pktcSigEndPntStatusCallIpAddress'.
Packit 022b05
Packit 022b05
         Since pktcSigEndPntStatusCallIpAddress is expected to
Packit 022b05
         contain an IP address, a value of dns(16) is disallowed."
Packit 022b05
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 29 }
Packit 022b05
Packit 022b05
pktcSigEndPntStatusCallIpAddress  OBJECT-TYPE
Packit 022b05
    SYNTAX      InetAddress
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       " This MIB object contains the chosen IP address of the CMS
Packit 022b05
         currently being used for the corresponding endpoint.
Packit 022b05
Packit 022b05
         The device determines the IP address by using DNS to
Packit 022b05
         resolve the IP address of the CMS from the FQDN stored in
Packit 022b05
         the MIB object 'pktcSigEndPntConfigCallAgentId'.  The
Packit 022b05
         processes are outlined in the PacketCable NCS and Security
Packit 022b05
         specifications, and MUST be followed by the MTA.
Packit 022b05
Packit 022b05
         The IP address type contained in this MIB object is
Packit 022b05
         indicated by pktcSigEndPntStatusCallIpAddressType."
Packit 022b05
    REFERENCE
Packit 022b05
        "PacketCable NCS Specification;
Packit 022b05
         PacketCable Security specification, [PKT-SP-SEC]."
Packit 022b05
::= { pktcSigEndPntConfigEntry 30 }
Packit 022b05
Packit 022b05
pktcSigEndPntStatusError  OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER {
Packit 022b05
               operational (1),
Packit 022b05
               noSecurityAssociation (2),
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
               disconnected (3)
Packit 022b05
             }
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
       " This object contains the error status for this interface.
Packit 022b05
         The operational status indicates that all operations
Packit 022b05
         necessary to put the line in service have occurred, and the
Packit 022b05
         CMS has acknowledged the Restart In Progress (RSIP)
Packit 022b05
         message successfully.  If pktcMtaDevCmsIpsecCtrl is enabled
Packit 022b05
         for the associated call agent, the noSecurityAssociation
Packit 022b05
         status indicates that no Security Association (SA) yet
Packit 022b05
         exists for this endpoint.  If pktcMtaDevCmsIpsecCtrl is
Packit 022b05
         disabled for the associated call agent, the
Packit 022b05
         noSecurityAssociation status is not applicable and should
Packit 022b05
         not be used by the MTA.  The disconnected status indicates
Packit 022b05
         one of the following two:
Packit 022b05
         If pktcMtaDevCmsIpsecCtrl is disabled, then no security
Packit 022b05
         association is involved with this endpoint.  The NCS
Packit 022b05
         signaling software is in process of establishing the NCS
Packit 022b05
         signaling link via an RSIP exchange.
Packit 022b05
         Otherwise, when pktcMtaDevCmsIpsecCtrl is enabled,
Packit 022b05
         security Association has been established, and the NCS
Packit 022b05
         signaling software is in process of establishing the NCS
Packit 022b05
         signaling link via an RSIP exchange."
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 31 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigMinHookFlash    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (20..1550)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This is the minimum time a line needs to be on-hook for a
Packit 022b05
          valid hook flash.  The value of this object MUST be
Packit 022b05
          greater than the value of
Packit 022b05
          pktcSigEndPntConfigPulseDialMaxBreakTime.  The value of
Packit 022b05
          pktcSigEndPntConfigMinHookFlash MUST be less than
Packit 022b05
          pktcSigEndPntConfigMaxHookFlash.  This object MUST only be
Packit 022b05
          set via the MTA configuration during the provisioning
Packit 022b05
          process.
Packit 022b05
             Furthermore, given the possibility for the 'pulse dial'
Packit 022b05
             and 'hook flash' to overlap, the value of this object
Packit 022b05
             MUST be greater than the value contained by the MIB
Packit 022b05
             Object 'pktcSigEndPntConfigPulseDialMaxMakeTime'."
Packit 022b05
    DEFVAL { 300 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 32 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
pktcSigEndPntConfigMaxHookFlash    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (20..1550)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This is the maximum time a line needs to be on-hook for a
Packit 022b05
          valid hook flash.  The value of
Packit 022b05
          pktcSigEndPntConfigMaxHookFlash MUST be greater than
Packit 022b05
          pktcSigEndPntConfigMinHookFlash.  This object MUST only be
Packit 022b05
          set via the MTA configuration during the provisioning
Packit 022b05
          process."
Packit 022b05
    DEFVAL { 800 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 33 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigPulseDialInterdigitTime    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (100..1500)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This is the pulse dial inter-digit time out.  This object
Packit 022b05
          MUST only be set via the MTA configuration during the
Packit 022b05
          provisioning process."
Packit 022b05
    DEFVAL { 100 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 34 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigPulseDialMinMakeTime    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (20..200)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This is the minimum make pulse width for the dial pulse.
Packit 022b05
          The value of pktcSigEndPntConfigPulseDialMinMakeTime MUST
Packit 022b05
          be less than pktcSigEndPntConfigPulseDialMaxMakeTime.  This
Packit 022b05
          object MUST only be set via the MTA configuration during
Packit 022b05
          the provisioning process."
Packit 022b05
    DEFVAL { 25 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 35 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigPulseDialMaxMakeTime    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (20..200)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This is the maximum make pulse width for the dial pulse.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
          The value of pktcSigEndPntConfigPulseDialMaxMakeTime MUST
Packit 022b05
          be greater than pktcSigEndPntConfigPulseDialMinMakeTime.
Packit 022b05
          This object MUST only be provided via the configuration
Packit 022b05
          file during the provisioning process.
Packit 022b05
          Furthermore, given the possibility for the 'pulse dial'
Packit 022b05
          and 'hook flash' to overlap, the value of this object MUST
Packit 022b05
          be less than the value contained by the MIB object
Packit 022b05
          pktcSigEndPntConfigMinHookFlash."
Packit 022b05
    DEFVAL { 55 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 36 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigPulseDialMinBreakTime    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (20..200)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This is the minimum break pulse width for the dial pulse.
Packit 022b05
          The value of pktcSigEndPntConfigPulseDialMinBreakTime MUST
Packit 022b05
          be less than pktcSigEndPntConfigPulseDialMaxBreakTime.
Packit 022b05
          This object must only be provided via the configuration
Packit 022b05
          file during the provisioning process."
Packit 022b05
    DEFVAL { 45 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 37 }
Packit 022b05
Packit 022b05
pktcSigEndPntConfigPulseDialMaxBreakTime    OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (20..200)
Packit 022b05
    UNITS        "Milliseconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This is the maximum break pulse width for the dial pulse.
Packit 022b05
          The value of pktcSigEndPntConfigPulseDialMaxBreakTime MUST
Packit 022b05
          be greater than pktcSigEndPntConfigPulseDialMinBreakTime.
Packit 022b05
          This object MUST only be provided via the configuration
Packit 022b05
          file during the provisioning process."
Packit 022b05
    DEFVAL { 75 }
Packit 022b05
    ::= { pktcSigEndPntConfigEntry 38 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- notification group is for future extension.
Packit 022b05
--
Packit 022b05
pktcSigNotification  OBJECT IDENTIFIER ::= { pktcIetfSigMib 0 }
Packit 022b05
pktcSigConformance   OBJECT IDENTIFIER ::= { pktcIetfSigMib 2 }
Packit 022b05
pktcSigCompliances   OBJECT IDENTIFIER ::= { pktcSigConformance 1 }
Packit 022b05
pktcSigGroups        OBJECT IDENTIFIER ::= { pktcSigConformance 2 }
Packit 022b05
Packit 022b05
--
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
-- compliance statements
Packit 022b05
--
Packit 022b05
Packit 022b05
pktcSigBasicCompliance  MODULE-COMPLIANCE
Packit 022b05
    STATUS     current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " The compliance statement for MTAs that implement
Packit 022b05
          NCS signaling."
Packit 022b05
Packit 022b05
MODULE  -- pktcIetfSigMib
Packit 022b05
Packit 022b05
---
Packit 022b05
-- Unconditionally mandatory groups for all MTAs
Packit 022b05
---
Packit 022b05
Packit 022b05
MANDATORY-GROUPS {
Packit 022b05
    pktcSigDeviceGroup,
Packit 022b05
    pktcSigEndpointGroup
Packit 022b05
}
Packit 022b05
---
Packit 022b05
-- Conditionally mandatory groups for MTAs
Packit 022b05
---
Packit 022b05
Packit 022b05
GROUP pktcInternationalGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This group is mandatory only for MTAs implementing
Packit 022b05
          international telephony features."
Packit 022b05
Packit 022b05
GROUP pktcLLinePackageGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This group is mandatory only for MTAs implementing the L
Packit 022b05
          line package."
Packit 022b05
Packit 022b05
GROUP pktcELinePackageGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
        " This group is mandatory only for MTAs implementing the E
Packit 022b05
          Line Package."
Packit 022b05
    ::={ pktcSigCompliances 1 }
Packit 022b05
Packit 022b05
pktcSigDeviceGroup  OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
    pktcSigDevCodecMax,
Packit 022b05
    pktcSigDevEchoCancellation,
Packit 022b05
    pktcSigDevSilenceSuppression,
Packit 022b05
    pktcSigDevR0Cadence,
Packit 022b05
    pktcSigDevR1Cadence,
Packit 022b05
    pktcSigDevR2Cadence,
Packit 022b05
    pktcSigDevR3Cadence,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    pktcSigDevR4Cadence,
Packit 022b05
    pktcSigDevR5Cadence,
Packit 022b05
    pktcSigDevR6Cadence,
Packit 022b05
    pktcSigDevR7Cadence,
Packit 022b05
    pktcSigDevRgCadence,
Packit 022b05
    pktcSigDevRsCadence,
Packit 022b05
    pktcSigDefCallSigDscp,
Packit 022b05
    pktcSigDefMediaStreamDscp,
Packit 022b05
    pktcSigDevVmwiMode,
Packit 022b05
    pktcSigCapabilityType,
Packit 022b05
    pktcSigCapabilityVersion,
Packit 022b05
    pktcSigCapabilityVendorExt,
Packit 022b05
    pktcSigDefNcsReceiveUdpPort
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
          "Group of MIB objects containing signaling configuration
Packit 022b05
           information that is applicable per-device."
Packit 022b05
    ::= { pktcSigGroups 1 }
Packit 022b05
Packit 022b05
pktcSigEndpointGroup  OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
    pktcSigEndPntConfigCallAgentId,
Packit 022b05
    pktcSigEndPntConfigCallAgentUdpPort,
Packit 022b05
    pktcSigEndPntConfigPartialDialTO,
Packit 022b05
    pktcSigEndPntConfigCriticalDialTO,
Packit 022b05
    pktcSigEndPntConfigBusyToneTO,
Packit 022b05
    pktcSigEndPntConfigDialToneTO,
Packit 022b05
    pktcSigEndPntConfigMessageWaitingTO,
Packit 022b05
    pktcSigEndPntConfigOffHookWarnToneTO,
Packit 022b05
    pktcSigEndPntConfigRingingTO,
Packit 022b05
    pktcSigEndPntConfigRingBackTO,
Packit 022b05
    pktcSigEndPntConfigReorderToneTO,
Packit 022b05
    pktcSigEndPntConfigStutterDialToneTO,
Packit 022b05
    pktcSigEndPntConfigTSMax,
Packit 022b05
    pktcSigEndPntConfigMax1,
Packit 022b05
    pktcSigEndPntConfigMax2,
Packit 022b05
    pktcSigEndPntConfigMax1QEnable,
Packit 022b05
    pktcSigEndPntConfigMax2QEnable,
Packit 022b05
    pktcSigEndPntConfigMWD,
Packit 022b05
    pktcSigEndPntConfigTdinit,
Packit 022b05
    pktcSigEndPntConfigTdmin,
Packit 022b05
    pktcSigEndPntConfigTdmax,
Packit 022b05
    pktcSigEndPntConfigRtoMax,
Packit 022b05
    pktcSigEndPntConfigRtoInit,
Packit 022b05
    pktcSigEndPntConfigLongDurationKeepAlive,
Packit 022b05
    pktcSigEndPntConfigThist,
Packit 022b05
    pktcSigEndPntConfigStatus,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    pktcSigEndPntConfigCallWaitingMaxRep,
Packit 022b05
    pktcSigEndPntConfigCallWaitingDelay,
Packit 022b05
    pktcSigEndPntStatusCallIpAddressType,
Packit 022b05
    pktcSigEndPntStatusCallIpAddress,
Packit 022b05
    pktcSigEndPntStatusError
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
          "Group of MIB objects containing signaling configuration
Packit 022b05
           information that is applicable per-endpoint."
Packit 022b05
    ::= { pktcSigGroups 2 }
Packit 022b05
Packit 022b05
pktcInternationalGroup    OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
    pktcSigEndPntConfigMinHookFlash,
Packit 022b05
    pktcSigEndPntConfigMaxHookFlash,
Packit 022b05
    pktcSigEndPntConfigPulseDialInterdigitTime,
Packit 022b05
    pktcSigEndPntConfigPulseDialMinMakeTime,
Packit 022b05
    pktcSigEndPntConfigPulseDialMaxMakeTime,
Packit 022b05
    pktcSigEndPntConfigPulseDialMinBreakTime,
Packit 022b05
    pktcSigEndPntConfigPulseDialMaxBreakTime,
Packit 022b05
    pktcSigDevRingCadence,
Packit 022b05
    pktcSigDevCidSigProtocol,
Packit 022b05
    pktcSigDevCidDelayAfterLR,
Packit 022b05
    pktcSigDevCidDtmfStartCode,
Packit 022b05
    pktcSigDevCidDtmfEndCode,
Packit 022b05
    pktcSigDevVmwiSigProtocol,
Packit 022b05
    pktcSigDevVmwiDelayAfterLR,
Packit 022b05
    pktcSigDevVmwiDtmfStartCode,
Packit 022b05
    pktcSigDevVmwiDtmfEndCode,
Packit 022b05
    pktcSigDevrpAsDtsDuration,
Packit 022b05
    pktcSigDevCidMode,
Packit 022b05
    pktcSigDevCidAfterRing,
Packit 022b05
    pktcSigDevCidAfterDTAS,
Packit 022b05
    pktcSigDevCidAfterRPAS,
Packit 022b05
    pktcSigDevRingAfterCID,
Packit 022b05
    pktcSigDevCidDTASAfterLR,
Packit 022b05
    pktcSigDevVmwiMode,
Packit 022b05
    pktcSigDevVmwiAfterDTAS,
Packit 022b05
    pktcSigDevVmwiAfterRPAS,
Packit 022b05
    pktcSigDevVmwiDTASAfterLR,
Packit 022b05
    pktcSigPowerRingFrequency,
Packit 022b05
    pktcSigPulseSignalFrequency,
Packit 022b05
    pktcSigPulseSignalDbLevel,
Packit 022b05
    pktcSigPulseSignalDuration,
Packit 022b05
    pktcSigPulseSignalPulseInterval,
Packit 022b05
    pktcSigPulseSignalRepeatCount,
Packit 022b05
    pktcSigDevToneDbLevel,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    pktcSigDevToneFreqCounter,
Packit 022b05
    pktcSigDevToneWholeToneRepeatCount,
Packit 022b05
    pktcSigDevToneSteady,
Packit 022b05
    pktcSigDevToneFirstFreqValue,
Packit 022b05
    pktcSigDevToneSecondFreqValue,
Packit 022b05
    pktcSigDevToneThirdFreqValue,
Packit 022b05
    pktcSigDevToneFourthFreqValue,
Packit 022b05
    pktcSigDevToneFreqMode,
Packit 022b05
    pktcSigDevToneFreqAmpModePrtg,
Packit 022b05
    pktcSigDevToneFreqOnDuration,
Packit 022b05
    pktcSigDevToneFreqOffDuration,
Packit 022b05
    pktcSigDevToneFreqRepeatCount
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " Group of objects that extend the behavior of existing
Packit 022b05
          objects to support operations in the widest possible set
Packit 022b05
          of international marketplaces.  Note that many of these
Packit 022b05
          objects represent a superset of behaviors described in
Packit 022b05
          other objects within this MIB module."
Packit 022b05
    ::= { pktcSigGroups 3 }
Packit 022b05
Packit 022b05
pktcLLinePackageGroup  OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
    pktcSigDevR0Cadence,
Packit 022b05
    pktcSigDevR1Cadence,
Packit 022b05
    pktcSigDevR2Cadence,
Packit 022b05
    pktcSigDevR3Cadence,
Packit 022b05
    pktcSigDevR4Cadence,
Packit 022b05
    pktcSigDevR5Cadence,
Packit 022b05
    pktcSigDevR6Cadence,
Packit 022b05
    pktcSigDevR7Cadence,
Packit 022b05
    pktcSigDevRgCadence,
Packit 022b05
    pktcSigDevRsCadence
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
    "Group of Objects to support the L line package."
Packit 022b05
    ::= { pktcSigGroups 4 }
Packit 022b05
Packit 022b05
pktcELinePackageGroup  OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
    pktcSigDevR0Cadence,
Packit 022b05
    pktcSigDevR1Cadence,
Packit 022b05
    pktcSigDevR2Cadence,
Packit 022b05
    pktcSigDevR3Cadence,
Packit 022b05
    pktcSigDevR4Cadence,
Packit 022b05
    pktcSigDevR5Cadence,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    pktcSigDevR6Cadence,
Packit 022b05
    pktcSigDevR7Cadence,
Packit 022b05
    pktcSigDevRgCadence,
Packit 022b05
    pktcSigDevRsCadence,
Packit 022b05
    pktcSigPulseSignalFrequency,
Packit 022b05
    pktcSigPulseSignalDbLevel,
Packit 022b05
    pktcSigPulseSignalDuration,
Packit 022b05
    pktcSigPulseSignalPulseInterval,
Packit 022b05
    pktcSigPulseSignalRepeatCount,
Packit 022b05
    pktcSigDevRingCadence
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Group of Objects to support the E line package."
Packit 022b05
    ::= { pktcSigGroups 5 }
Packit 022b05
Packit 022b05
END