I'm trying to set up queueing on my system and for the most part it works fine. However, I'm trying to give the user the ability to break out of the queue. Putting the "H" option into queue() doesn't seem to work. That seems to hang up from the extension that was being dialed and then after the delay start ringing them again. Looking at the mailing list archives, others seem to have had the same problem. One solution is to use the "context" option in queues.conf to indicate a context for the user to have entries checked against. I created [quotcon] in extensions.conf, but with an extension in there of '*', I have to enter the * 2x before it will interpret it against the context. And this time I do not have "H" in the Queue() call, but the first * will give me the "Hangup..." message in the verbose output, just as happened when I had the H option and no [qoutcon]. The second * will actually be interpreted against [qoutcon]. In short, the only time the * is interpreted against the context is when the phone (only 1 while testing) is "hungup". I am using the same technique as a posting to the list in 11/2004 indicated works for him, so I suspect I have some setting wrong, but I cannot find one Thanks for any help anyone may have! -- -M There are 10 kinds of people in this world: Those who can count in binary and those who cannot.