2.2.6.36 LINEQUEUEENTRY

The LINEQUEUEENTRY packet provides the information for a single queue entry. The LINEQUEUELIST packet can contain an array of LINEQUEUEENTRY packets. This packet requires TAPI 3.0 version negotiation.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

dwQueueID

dwNameSize

dwNameOffset

dwQueueID (4 bytes): An unsigned 32-bit integer. The unique identifier for a queue. It is the responsibility of the agent handler to generate and maintain the uniqueness of this identifier.

dwNameSize (4 bytes): An unsigned 32-bit integer. The size, in bytes, of the queue name string, including the null terminator.

dwNameOffset (4 bytes): An unsigned 32-bit integer. The offset, from the beginning of the packet to a null-terminated string that specifies the name of the queue. The size of the string is specified by dwNameSize.