Hi Jose, here is your problem: > [RoutingPolicy::OnARQ] > default=vqueue The vqueue policy is a very special policy that can modify a destination, but it can't route the call all by itself. You need to append other routing policies to take care of the actual routing. Try [RoutingPolicy::OnARQ] default=vqueue,explicit,internal Regards, Jan Jose Salinas wrote: > I' am using GnuGk 2.2.5 and try reply a "routerequest". > I'am using system of virtual queues. > > I have registered two sjphone : > RCF|192.168.0.202:1368|magic:h323_ID=5551:dialedDigits|terminal|2949_endp > RCF|192.168.0.203:39779|monito:h323_ID=8881:dialedDigits|terminal|2953_endp > > and one gateway. > RCF|192.168.0.70:1720|dev-1:h323_ID=4441:dialedDigits|gateway|4692_endp > > I tried to call from sjphone "magic" to sjphone "monito" and here is the > output request: > RouteRequest|192.168.0.202:1368|2949_endp|4096|8881|magic:h323_ID=5551:dialedDigits; > > so, i have sent routetoalias > rta monito 2949_endp 4096 > > But the gnugk responds with an ARJ > ARJ|192.168.0.202:1368|8881:dialedDigits|magic:h323_ID=5551:dialedDigits|false|calledPartyNotRegistered; > > I see a post with the same problem, but can not find the solution. > > Here is the gatekeeper.ini > [Gatekeeper::Main] > Fortytwo=42 > Name=GnuGkMAGIC > TimeToLive=60 > StatusTraceLevel=2 > EncryptAllPasswords=0 > ;UseBroadcastListener=0 > ;UseMulticastListener=0 > > [RoutedMode] > GKRouted=1 > H245Routed=0 > CallSignalPort=1721 > AcceptNeighborCalls=1 > AcceptUnregisteredCalls=0 > RemoveH245AddressOnTunneling=1 > RemoveCallOnDRQ=0 > DropCallsByReleaseComplete=1 > SendReleaseCompleteOnDRQ=0 > SupportNATedEndpoints=1 > TranslateFacility=1 > > [GkStatus::Auth] > rule=explicit|password > 127.0.0.1=allow > Shutdown=allow > default=forbid > > [Gatekeeper::Auth] > default=allow > > [RoutingPolicy::OnARQ] > ;h323_ID=vqueue > ;default=explicit > default=vqueue > > [CTI::Agents] > VirtualQueueAliases=monito,magic,dev-1 > VirtualQueuePrefixes=4441,5551,8881 > RequestTimeout=100 -- Jan Willamowius, jan@xxxxxxxxxxxxxx, http://www.gnugk.org/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/