huntStatusSelectionAlgorithm
MX-CROUT-MIB ·
.0.1750.1.100.600.1.400
Object
column
Enumeration
Selection Algorithm
Algorithm used to select the destination order.
The destination order can be:
* Sequential: The hunt tries the destination in the same
order as listed. The first destination hunted is the
first listed.
* Cyclic: The hunt starts from the destination that follows
the destination used for the last hunt. Subsequent calls
try another first destination in a round-robin method.
* Simultaneous: The hunt tries every available destination
at the same time. The first destination to pick up has
the call. Other destinations stop ringing. This method
can only have FXS endpoints as destinations.
Example of cyclic selection: If the destination is set to
'x,y,z', the destination the hunt tries is in the following
order:
1. x,y,z
2. y,z,x
3. z,x,y
4. x,y,z
Context
- MIB
- MX-CROUT-MIB
- OID
.0.1750.1.100.600.1.400- Type
- column
- Access
- readonly
- Status
- current
- Parent
- huntStatusEntry
- Table
- huntStatusTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | sequential |
200 | cyclic |
300 | simultaneous |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| huntStatusIndex Index
Unique identifier of the row in the table. | column | SNMPv2-SMIUnsigned32 | .0.1750.1.100.600.1.100 |
| huntStatusName Name
Name of the hunt defined by this row. It must be unique in
the table. | column | OctetString | .0.1750.1.100.600.1.200 |
| huntStatusDestinations Destinations
List of hunt destinations separated by commas.
The call destination can be:
* route-'name': the route 'name'
* hunt-'… | column | OctetString | .0.1750.1.100.600.1.300 |
| huntStatusTimeout Timeout
Maximal time allowed to the destination to handle the call.
A value of '0' disables the timeout.
This value is expressed in se… | column | SNMPv2-SMIUnsigned32 | .0.1750.1.100.600.1.500 |
| huntStatusCauses Causes
Lists call rejection causes to continue the hunt. The causes
are separated by commas. The available hunt causes are:
Normal event:
… | column | OctetString | .0.1750.1.100.600.1.600 |