ZHONE-COM-VOIP-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZHONE-COM-VOIP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 zhoneVoip 1.3.6.1.4.1.5504.4.3.4
Voice over IP configuration for Zhone products
     zhoneVoipSystem 1.3.6.1.4.1.5504.4.3.4.1
Only SIP-PLAR is using this profile. The regular SIP and MGCP setting is moving to Voip-Server-Entry profile.
         zhoneVoipSystemProtocol 1.3.6.1.4.1.5504.4.3.4.1.1 integer read-only
The signalling protocol used for VOIP. Choicees are SIP (Session Initiation Protocol) and MGCP (Media Gateway Control Protocol. Currently, the device only supports SIP. Enumeration: 'sip': 1, 'mgcp': 2.
         zhoneVoipSystemSendCallProceedingTone 1.3.6.1.4.1.5504.4.3.4.1.2 truthvalue read-write
Indicates whether, on call originations destined to the PSTN, the device should play a call proceeding tone while waiting for ring-back tone from the switch.
         zhoneVoipSystemRtcpEnabled 1.3.6.1.4.1.5504.4.3.4.1.3 truthvalue read-write
Indicates whether the Real-Time Control Protocol is enabled for the device.
         zhoneVoipSystemRtcpPacketInterval 1.3.6.1.4.1.5504.4.3.4.1.4 integer32 read-write
RTCP packet interval, in milleseconds. Range is 2500 to 10000 ms. This object's value is only pertinent if RTCP has been enabled.
         zhoneVoipSystemInterdigitTimeout 1.3.6.1.4.1.5504.4.3.4.1.5 integer32 read-write
This parameter indicates the duration, in seconds, that the device will wait after each digit is entered before assuming the user has finished entering digits.
         zhoneVoipSystemIpTos 1.3.6.1.4.1.5504.4.3.4.1.6 integer32 read-write
This parameter indicates the tos value that is set in the ip header for voice of ip traffic.
         zhoneVoipSystemDomainName 1.3.6.1.4.1.5504.4.3.4.1.7 snmpadminstring read-only
This parameter is ignored.
     zhoneVoipObjects 1.3.6.1.4.1.5504.4.3.4.2
Zhone VOIP objects.
     zhoneVoipSipDialPlan 1.3.6.1.4.1.5504.4.3.4.3
         nextVoipSipDialPlanId 1.3.6.1.4.1.5504.4.3.4.3.1 integer32 read-only
Returns the next unused dial plan entry id.
         zhoneVoipSipDialPlanTable 1.3.6.1.4.1.5504.4.3.4.3.2 no-access
This table defines a dialing plan for POTS to SIP originations. A dialing plan consists of a series of acceptable dial strings and the corresponding IP addresses to which SIP control messages (e.g., Invite) are sent to initiate the call. Each dial string is represented as digits, wildcards, and regular-expression-like patterns as the following rules show: 1. A leading '*' or '#' are allowed. 2. Digits 0-9 are allowed. 3. A wildcard 'x' represents any digit 0-9 4. A digit range can be specified using brackets [ ], as follows: [135] means a single digit with acceptable values 1,3, or 5. [1-4] means a single digit with acceptable values 1,2,3, or 4. Examples of valid dial strings: 911 - literal digit string 911 #87 - literal digit string #87 *6x - *6 followed by any single digit 35xxx - 35 followed by any 3 digits 77xxx - 77 followed by any 3 digits 3[35]xxx - 33 or 35 followed by any 3 digits 31[1-3]xxxx - 311, 312, 313, followed by any 4 digits Notes: (1) The length of the dial string is limited 1o 128 characters (2) Though the dialplan supports the '#' and '*' keys, the device may not support any features that use them (e.g., *69). (3) In the case where a collected digit set matches more than one dial string, the device will pick the dial string with the most leading literal digits that match. For example, given two dial strings: 35xxx 3[35]xxx and a collected digit set of 35123, the first dial plan string is selected because it contains two leading literal digits that match, as opposed to the second, which has only one leading literal digit. (4) Variable length dial strings, e.g. 353 followed by any number of digits, are not supported. (5) In the future, a dial string may be configurable such that it only applies to a subset of the supported ports (e.g., ports with international calling capabilities might be restricted). This is currently not supported; a dial string applies to all subscriberers. Support will be added for per-port control, most likely by adding port masks to the dial plan entry.
             zhoneVoipSipDialPlanEntry 1.3.6.1.4.1.5504.4.3.4.3.2.1 no-access
An entry in the SIP dial plan table.
                 zhoneVoipSipDialPlanId 1.3.6.1.4.1.5504.4.3.4.3.2.1.1 integer no-access
The unique identifier of the dial plan entry.
                 zhoneVoipSipDialString 1.3.6.1.4.1.5504.4.3.4.3.2.1.2 snmpadminstring read-only
A dial string against which collected digits are matched.
                 zhoneVoipSipDialIpAddr 1.3.6.1.4.1.5504.4.3.4.3.2.1.3 ipaddress read-only
Upon detecting a match between the collected digits and the dial string for this table entry, this IP address is used for SIP negotiations to initiate the call.
                 zhoneVoipSipDialPlanRowStatus 1.3.6.1.4.1.5504.4.3.4.3.2.1.4 zhonerowstatus read-only
The row status is used to create or delete an entry in this table.
                 zhoneVoipSipDialDestName 1.3.6.1.4.1.5504.4.3.4.3.2.1.5 snmpadminstring read-only
Name of the destination for the dial string
                 zhoneVoipSipDialNumOfDigits 1.3.6.1.4.1.5504.4.3.4.3.2.1.6 integer read-only
Number of digits to wait for before initiating the call
                 zhoneVoipSipDialPrefixStrip 1.3.6.1.4.1.5504.4.3.4.3.2.1.7 integer read-only
Number of prefix digits to strip from dialled digits
                 zhoneVoipSipDialPrefixAdd 1.3.6.1.4.1.5504.4.3.4.3.2.1.8 snmpadminstring read-only
String to be added to the beginning of the dialled digits before call initiation
                 zhoneVoipSipDialPlanType 1.3.6.1.4.1.5504.4.3.4.3.2.1.9 integer read-only
DialPlanType indicates the type of the dial plan. UA has to differenciate between normal dialing and dialing when call features like call park is initiated. The different kinds of dial plan types are: Normal Call Park ESA (Emergency stand alone) isdnsig (ISDN-PRI) Intercom Enumeration: 'callpark': 2, 'intercom': 5, 'isdnsig': 4, 'esa': 3, 'normal': 1.
                 zhoneVoipServerEntryIndex 1.3.6.1.4.1.5504.4.3.4.3.2.1.10 integer read-only
An index to associated voip-server-entry for this sip-dialplan.
                 zhoneVoipOverrideInterdigitTimeout 1.3.6.1.4.1.5504.4.3.4.3.2.1.11 integer32 read-only
This parameter overrides the interdigit timeout in voip-system profile. It indicates the duration, in seconds, that the device will wait after each digit is entered before assuming the user has finished entering digits.
                 zhoneVoipSipDialPlanClass 1.3.6.1.4.1.5504.4.3.4.3.2.1.12 bits read-only
This parameter is used to configured the dial plan specific features. Bits: 'emergency': 0.
                 zhoneVoipSipDialPlanDescription 1.3.6.1.4.1.5504.4.3.4.3.2.1.13 snmpadminstring read-write
This field gives details about the sip-dialplan
     zhoneVoipHuntGroup 1.3.6.1.4.1.5504.4.3.4.4
         nextZhoneVoipHuntGroupId 1.3.6.1.4.1.5504.4.3.4.4.2 integer32 read-only
Returns the next unused hunt group entry id.
         zhoneVoipHuntGroupTable 1.3.6.1.4.1.5504.4.3.4.4.3 no-access
A hunt groups is defined to map a SIP uniform resource identifier (URI) or dirctory number (DN) to multiple DS0s, to allow a greater number of incoming calls to that URI/DN. A hunt group consists of the following information: - the target DN/URI - the default codec to be used for the call, and - the DS0 ports in the hunt-group. Notes: A URI defined in a subscriber-voice-sip profile cannot also be defined as part of a hunt group. This is enforced by the device. A DS0 must be provisioned in the subVoiceSipTable before that DS0 can be used in a hunt group. This is enforced by the device. A DS0 may be part of more than one hunt group.
             zhoneVoipHuntGroupEntry 1.3.6.1.4.1.5504.4.3.4.4.3.1 no-access
An entry in the hunt group table.
                 zhoneVoipHuntGroupId 1.3.6.1.4.1.5504.4.3.4.4.3.1.1 integer no-access
The unique identifier of the hunt group entry.
                 zhoneVoipHuntGroupDestUri 1.3.6.1.4.1.5504.4.3.4.4.3.1.2 snmpadminstring read-only
The DN (directory number) or SIP URI (uniform resource identifier) being called. This is the called party from the incoming SIP Invite message.
                 zhoneVoipHuntGroupDefaultCodec 1.3.6.1.4.1.5504.4.3.4.4.3.1.3 zhonecodectype read-only
The default codec to use for a call to a member of this hunt group.
                 zhoneVoipHuntGroupPortMembers 1.3.6.1.4.1.5504.4.3.4.4.3.1.4 bits read-only
Indicates which ports are contained in the hunt group. Bits: 'port18': 17, 'port19': 18, 'port10': 9, 'port11': 10, 'port12': 11, 'port13': 12, 'port14': 13, 'port15': 14, 'port16': 15, 'port17': 16, 'port8': 7, 'port9': 8, 'port6': 5, 'port7': 6, 'port4': 3, 'port5': 4, 'port2': 1, 'port3': 2, 'port1': 0, 'port24': 23, 'port21': 20, 'port20': 19, 'port23': 22, 'port22': 21.
                 zhoneVoipHuntGroupRowStatus 1.3.6.1.4.1.5504.4.3.4.4.3.1.5 zhonerowstatus read-only
The row status is used to create or delete an entry in this table.
     zhoneVoipMaliciousCaller 1.3.6.1.4.1.5504.4.3.4.5
         nextVoipMaliciousCallerId 1.3.6.1.4.1.5504.4.3.4.5.1 integer32 read-only
eturns the next unused malicious caller entry index
         zhoneVoipMaliciousCallerTable 1.3.6.1.4.1.5504.4.3.4.5.2 no-access
This table defines a malicious caller whose call will be rejected if enabled. SIP terminal administrator needs to provision URI of this table exactly as it appears in the incoming session notification's(SIP INVITE) calling user's address-of-record(AOR) formatted as a SIP URI. The SIP URI can contain either a telephone number(RFC 2806) or an alphanumeric identification(RFC 2806) Entries in the table are case sensitive, shall not contain visual separations and have the exact length as it appears in the SIP INVITE message
             zhoneVoipMaliciousCallerEntry 1.3.6.1.4.1.5504.4.3.4.5.2.1 no-access
An entry in the malicious caller table
                 zhoneVoipMaliciousCallerId 1.3.6.1.4.1.5504.4.3.4.5.2.1.1 integer no-access
The unique identifier of the malicious call reject entry.
                 zhoneVoipMaliciousCallerUri 1.3.6.1.4.1.5504.4.3.4.5.2.1.2 snmpadminstring read-only
Incoming call from this URI will be rejected. The network operator is responsible for provisioning exactly as per appearance in the incoming session notification (SIP INVITE) the calling user's address-of-record (AOR) formatted as a SIP URI
                 zhoneVoipMaliciousCallerEnable 1.3.6.1.4.1.5504.4.3.4.5.2.1.3 truthvalue read-only
Indicates whether the incoming call reject is enabled
                 zhoneVoipMaliciousCallerRowStatus 1.3.6.1.4.1.5504.4.3.4.5.2.1.4 zhonerowstatus read-only
The row status is used to create or delete an entry in this table.
     zhoneVoipServerCfg 1.3.6.1.4.1.5504.4.3.4.6
         zhoneVoipServerTable 1.3.6.1.4.1.5504.4.3.4.6.1 no-access
Table of VOIP Server addresses applicable to each VOIP user agent within the system.
             zhoneVoipServerEntry 1.3.6.1.4.1.5504.4.3.4.6.1.1 no-access
An entry within the table. Indexed by applIndex, which is the slot number, and a user specified unique number.
                 zhoneVoipServerAddressIndex 1.3.6.1.4.1.5504.4.3.4.6.1.1.1 unsigned32 no-access
A unique identifier of a server address when multiple addresses are configured by the MGCP entity. If one address isn't reachable, then another can be tried.
                 zhoneVoipServerRowStatus 1.3.6.1.4.1.5504.4.3.4.6.1.1.2 zhonerowstatus read-only
Row Status is used to create, modify or delete an entry.
                 zhoneVoipServerAddrType 1.3.6.1.4.1.5504.4.3.4.6.1.1.3 inetaddresstype read-only
This object specifies the type of address contained in the associated instance of sipVoipServerAddr.
                 zhoneVoipServerAddr 1.3.6.1.4.1.5504.4.3.4.6.1.1.4 inetaddress read-only
This object specifies the address of a VOIP server this user agent will use to proxy/redirect calls.
                 zhoneVoipServerUdpPortNumber 1.3.6.1.4.1.5504.4.3.4.6.1.1.5 integer32 read-only
Specifies the UDP Port number for the MGCP Gateway. 2427 is the IANA Registered MGCP Gateway port.
                 zhoneVoipServerId 1.3.6.1.4.1.5504.4.3.4.6.1.1.6 integer read-only
Identifies the voip server type. Enumeration: 'nortel-cs2000': 15, 'sylantro': 5, 'tekelec-T6000': 9, 'sipexpressrouter': 3, 'nortel-cs1500': 29, 'lucent-telica': 14, 'microtrol-msk10': 24, 'utstarcom-mswitch': 31, 'alu-5060': 37, 'nortel-dms10': 25, 'genband-g6': 36, 'generic': 10, 'genband-g9': 34, 'longboard': 1, 'ubiquity': 7, 'newcross': 19, 'generalbandwidth': 8, 'italtel-issw': 22, 'cedarpoint-safari': 27, 'tekelec-T9000': 13, 'coppercom': 18, 'sonus': 11, 'lucent-imerge': 17, 'nuera': 16, 'asterisk': 2, 'siemens': 12, 'broadsoft-broadworks': 32, 'ericsson-apz60': 38, 'broadsoft': 6, 'cisco-bts': 20, 'metaswitch': 4, 'cisco-pgw': 23, 'huawei-softx3000': 28, 'netcentrex': 35, 'taqua-t7000': 30, 'broadsoft-m6': 33, 'verso-clarent-c5cm': 26, 'cirpack-utp': 21.
                 zhoneVoipServerProtocol 1.3.6.1.4.1.5504.4.3.4.6.1.1.7 integer read-only
The signalling protocol used for VOIP. Choicees are SIP (Session Initiation Protocol) and MGCP (Media Gateway Control Protocol). Enumeration: 'ncs': 4, 'sip': 1, 'mgcp': 2, 'megaco': 3.
                 zhoneVoipServerSendCallProceedingTone 1.3.6.1.4.1.5504.4.3.4.6.1.1.8 truthvalue read-only
ndicates whether, on call originations destined to the PSTN, the device should play a call proceeding tone while waiting for ring-back tone from the switch.
                 zhoneVoipServerRtcpEnabled 1.3.6.1.4.1.5504.4.3.4.6.1.1.9 truthvalue read-only
Indicates whether the Real-Time Control Protocol is enabled for the device.
                 zhoneVoipServerRtcpPacketInterval 1.3.6.1.4.1.5504.4.3.4.6.1.1.10 integer32 read-only
RTCP packet interval, in milleseconds. Range is 2500 to 10000 ms. This object's value is only pertinent if RTCP has been enabled.
                 zhoneVoipServerInterDigitTimeout 1.3.6.1.4.1.5504.4.3.4.6.1.1.11 integer32 read-only
This parameter indicates the duration, in seconds, that the device will wait after each digit is entered before assuming the user has finished entering digits.
                 zhoneVoipServerIpTos 1.3.6.1.4.1.5504.4.3.4.6.1.1.12 integer32 read-only
This parameter indicates the tos value that is set in the ip header for voice of ip traffic.
                 zhoneVoipServerDomainName 1.3.6.1.4.1.5504.4.3.4.6.1.1.13 snmpadminstring read-only
This parameter indicates the Universal Resource Identifier (URI) of the system.
                 zhoneVoipServerExpiresInvite 1.3.6.1.4.1.5504.4.3.4.6.1.1.14 unsigned32 read-only
For user agent clients, this value is inserted into the Expires header. For proxy servers, if a received request contained an Expires header, then the value in the header takes precedence.
                 zhoneVoipServerExpiresRegister 1.3.6.1.4.1.5504.4.3.4.6.1.1.15 unsigned32 read-only
For user agent clients, this value is inserted into the Expires header. For registrar servers, if a received request contained an Expires header, then the value in the header takes precedence.
                 zhoneVoipServerHeaderMethod 1.3.6.1.4.1.5504.4.3.4.6.1.1.16 bits read-only
This convention is a bit map. Each bit represents a SIP method where the Expires header should be included. If a bit has value 1, then the requests corresponding to that SIP method must include an Expires header line. If a bit has value 0, then the Expires header line will not be added. Combinations of bits can be set when the Expires header line is required in multiple SIP methods. bit 0 : INVITE method. bit 1 : REGISTER Method. Bits: 'register': 1, 'invite': 0.
                 zhoneVoipServerSessionTimer 1.3.6.1.4.1.5504.4.3.4.6.1.1.17 integer read-only
Support session timers on : Session timers are supported, and SIP messages will have a 'Supported: timer' header off: Session timers are NOT supported, and SIP messages will NOT have a 'Supported: timer' header Enumeration: 'on': 1, 'off': 2.
                 zhoneVoipServerSessionExpiration 1.3.6.1.4.1.5504.4.3.4.6.1.1.18 unsigned32 read-only
The time at which an element (proxy, UAC, UAS) will consider the SIP session timed out, if no successful session refresh transaction occurs beforehand.
                 zhoneVoipServerSessionMinSE 1.3.6.1.4.1.5504.4.3.4.6.1.1.19 unsigned32 read-only
Because of the processing load of mid-dialog requests, all elements (proxy, UAC, UAS) can have configured minimum value for the session interval that they are willing to accept.
                 zhoneVoipServerSessionCallerReqTimer 1.3.6.1.4.1.5504.4.3.4.6.1.1.20 integer read-only
This field specifies the caller's action yes: Caller (UAC) will request for timer when making outbound calls no : Caller (UAC) will NOT request for timer when making outbound calls Enumeration: 'yes': 1, 'no': 2.
                 zhoneVoipServerSessionCalleeReqTimer 1.3.6.1.4.1.5504.4.3.4.6.1.1.21 integer read-only
When caller supports timer but did not request one this field specifies the callee's action yes: Callee (UAS) will request for timer no : Callee (UAS) will NOT request for timer Enumeration: 'yes': 1, 'no': 2.
                 zhoneVoipServerSessionCallerSpecifyRefresher 1.3.6.1.4.1.5504.4.3.4.6.1.1.22 integer read-only
Caller specifies the refresher: UAC : Caller specifies itself (UAC) as the refresher UAS : Caller specifies the callee (UAS) as the refresher Omit: Caller does NOT explicitly specify the refresher Enumeration: 'uac': 1, 'omit': 3, 'uas': 2.
                 zhoneVoipServerSessionCalleeSpecifyRefresher 1.3.6.1.4.1.5504.4.3.4.6.1.1.23 integer read-only
When UAC did not specify refresher tag, callee specifies the refresher: UAC : Callee specifies the caller (UAC) as the refresher UAS : Callee specifies itself (UAS) as the refresher Enumeration: 'uac': 1, 'uas': 2.
                 zhoneVoipServerDtmfMode 1.3.6.1.4.1.5504.4.3.4.6.1.1.24 integer read-only
Indicates whether dtmf digits are to be passed as codec voice packets or special separate packets (rfc2833). Enumeration: 'rfc2833only': 3, 'rfc2833': 2, 'inband': 1.
                 zhoneVoipServerBehaviorStringOne 1.3.6.1.4.1.5504.4.3.4.6.1.1.25 octet string read-only
This field is used to control any switch specific behavior of the VOIP Gateway.
                 zhoneVoipServerRtpTermIdSyntax 1.3.6.1.4.1.5504.4.3.4.6.1.1.26 octet string read-write
This field describes the Ephemeral term ID syntax for the switch. The RTP syntax varies from switch to switch.But the string should contain atleast one %eid format, eg %eid . This field is supported only for the Megaco protocol for all other protocols this field will be initialized to NULL. If the protocol is megaco and the field is NULL, Ephemeral term id will be updated to default syntax of the server Id given. If the server Id is not provisioned with the default id then field will be updated to NULL.
                 zhoneVoipServerRtpDSCP 1.3.6.1.4.1.5504.4.3.4.6.1.1.27 octet string read-only
This parameter indicates DSCP value for voip's rtp traffic. NOTE:zhoneVoipServerIpTos field must be zero before entering a new value into this field. Valid code values: <0-63> Differentiated services codepoint value af11 Mark packets with AF11 dscp (001010) af12 Mark packets with AF12 dscp (001100) af13 Mark packets with AF13 dscp (001110) af21 Mark packets with AF21 dscp (010010) af22 Mark packets with AF22 dscp (010100) af23 Mark packets with AF23 dscp (010110) af31 Mark packets with AF31 dscp (011010) af32 Mark packets with AF32 dscp (011100) af33 Mark packets with AF33 dscp (011110) af41 Mark packets with AF41 dscp (100010) af42 Mark packets with AF42 dscp (100100) af43 Mark packets with AF43 dscp (100110) cs1 Mark packets with CS1(precedence 1) dscp (001000) cs2 Mark packets with CS2(precedence 2) dscp (010000) cs3 Mark packets with CS3(precedence 3) dscp (011000) cs4 Mark packets with CS4(precedence 4) dscp (100000) cs5 Mark packets with CS5(precedence 5) dscp (101000) cs6 Mark packets with CS6(precedence 6) dscp (110000) cs7 Mark packets with CS7(precedence 7) dscp (111000) default Mark packets with default dscp (000000) ef Mark packets with EF dscp (101110)
                 zhoneVoipServerSignalingDSCP 1.3.6.1.4.1.5504.4.3.4.6.1.1.28 octet string read-only
This parameter indicates DSCP value for voip's signaling traffic. Valid code values: <0-63> Differentiated services codepoint value af11 Mark packets with AF11 dscp (001010) af12 Mark packets with AF12 dscp (001100) af13 Mark packets with AF13 dscp (001110) af21 Mark packets with AF21 dscp (010010) af22 Mark packets with AF22 dscp (010100) af23 Mark packets with AF23 dscp (010110) af31 Mark packets with AF31 dscp (011010) af32 Mark packets with AF32 dscp (011100) af33 Mark packets with AF33 dscp (011110) af41 Mark packets with AF41 dscp (100010) af42 Mark packets with AF42 dscp (100100) af43 Mark packets with AF43 dscp (100110) cs1 Mark packets with CS1(precedence 1) dscp (001000) cs2 Mark packets with CS2(precedence 2) dscp (010000) cs3 Mark packets with CS3(precedence 3) dscp (011000) cs4 Mark packets with CS4(precedence 4) dscp (100000) cs5 Mark packets with CS5(precedence 5) dscp (101000) cs6 Mark packets with CS6(precedence 6) dscp (110000) cs7 Mark packets with CS7(precedence 7) dscp (111000) default Mark packets with default dscp (000000) ef Mark packets with EF dscp (101110)
                 zhoneVoipServerDtmfPayloadId 1.3.6.1.4.1.5504.4.3.4.6.1.1.29 integer32 read-write
Description.
                 zhoneVoipServerRegisterReadyTimeout 1.3.6.1.4.1.5504.4.3.4.6.1.1.30 unsigned32 read-only
For Megaco Service change Messages this value will be used in service-change-delay.
                 zhoneVoipServerMessageRetryCount 1.3.6.1.4.1.5504.4.3.4.6.1.1.31 integer32 read-only
This field specifies the number of retries of SIP message to every DNS resolved server IP addresses. The default behaviour means that the SIP message will be retransmitted to the first DNS resolved IP address once and the remaining retransmissions will be to the second DNS resolved IP address. The default value of zero or DNS resolved to a single IP address means that the default behaviour will take effect
                 zhoneVoipServerFeatures 1.3.6.1.4.1.5504.4.3.4.6.1.1.32 bits read-only
Set of features can be enabled for voip server Bit Feature --- -------- 1 sip outbound 2 gruu Bits: 'sip-outbound': 0, 'gru': 1.
                 zhoneVoipServerTransportProtocol 1.3.6.1.4.1.5504.4.3.4.6.1.1.33 integer read-only
This field specifies type of transport protocol configured. Possible values are udp and tcp. Enumeration: 'udp': 1, 'tcp': 2.
                 zhoneVoipSigLocalPortNumber 1.3.6.1.4.1.5504.4.3.4.6.1.1.34 integer32 read-only
This field specifies signalling local port number, used when tcp is configured as tranport protocol.