diff --git a/apps/app_queue.c b/apps/app_queue.c index 2309d05a8e..06e5fc861f 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1612,7 +1612,18 @@ static int update_status(struct call_queue *q, struct member *m, const int statu The time this member last took call, expressed in seconds since 00:00, Jan 1, 1970 UTC. - The status of the queue member. This will be a device state value. + The numeric device state status of the queue member. + + AST_DEVICE_UNKNOWN + AST_DEVICE_NOT_INUSE + AST_DEVICE_INUSE + AST_DEVICE_BUSY + AST_DEVICE_INVALID + AST_DEVICE_UNAVAILABLE + AST_DEVICE_RINGING + AST_DEVICE_RINGINUSE + AST_DEVICE_ONHOLD +