huntSelectionAlgorithm
MX-CROUT-MIB ·
.0.1750.1.900.1.400
Object
column
r/w
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 group 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.900.1.400- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- huntEntry
- Table
- huntTable
- Siblings
- 10
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | sequential |
200 | cyclic |
300 | simultaneous |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| huntIndex Index
Unique identifier of the row in the table. | column | SNMPv2-SMIUnsigned32 | .0.1750.1.900.1.100 |
| huntInsert Insert
Inserts a new row before this row. | column | Enumeration | .0.1750.1.900.1.1000 |
| huntDelete Delete
Deletes this row. | column | Enumeration | .0.1750.1.900.1.1100 |
| huntName Name
Name of the hunt defined by this row. It must be unique in the
table. | column | OctetString | .0.1750.1.900.1.200 |
| huntDestinations Destinations
List of hunt destinations separated by commas.
The call destination can be:
* route-'name': the route 'name'
* hunt-'… | column | OctetString | .0.1750.1.900.1.300 |
| huntTimeout 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 | Unsigned32 | .0.1750.1.900.1.500 |
| huntCauses Causes
Lists the 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.900.1.600 |
| huntConfigStatus Config Status
Configuration status of the row.
It indicates if the configuration of the row is valid. | column | OctetString | .0.1750.1.900.1.700 |
| huntUp Up
Moves the current row upwards. | column | Enumeration | .0.1750.1.900.1.800 |
| huntDown Down
Moves the current row downwards. | column | Enumeration | .0.1750.1.900.1.900 |