You need to correct your regex. I guess you need something like: VirtualQueueRegex=^(011|1)[0-9]*$ or VirtualQueueRegex=^(011|1).*$ You previous regex sounds like "match destinations consisting from zero or more 011 or 1 only". Matching examples: "011011", "11111". Regexps can be tricky;) ----- Original Message ----- From: "Pablo Endres" <epablo@xxxxxxxxxx> Sent: Friday, June 25, 2004 4:59 PM > Hi guys, > > I'm having some problems making the virtual queues work. I'm trying to > make all my calls be routed to them but so far no luck. > > I'm getting nothing on the status port. > > Here are the important parts of my config: > > [CTI::Agents] > RequestTimeout=10 > VirtualQueueRegex=^(011|1)*$ ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________________ List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/