<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'>Hello Everyone,<br><br>I'm looking for help/ideas on how to do the following:<br><br>I have a couple of people out of many (the couple of people randomly change) who log into an "on-call" queue.&nbsp; A call comes in and it rings the "on-call" extensions, but no one answers.&nbsp; I would like the call to then try the cell-phones of just the people that are logged into the "on-call" queue.<br><br>I've got the queue setup and the people log into and out of it by dialing extensions that use AddQueueMember() and RemoveQueueMember() respectively.&nbsp; I tried using QUEUE_MEMBER_LIST to write to a database list when the call comes in however it keeps adding duplicates each time the call goes into the queue.&nbsp; I'm just not seeing how to pass the call that goes into the queue to a dynamic list on the way out.&nbsp; Is attempting something like this even realistic?<br><br>Thanks in advance,<br>Travis<br></div></body></html>