Hi Mike, you shouldn't use the 'catchall' policy to route calls between your neighbors. Make sure those calls get routed by the 'neighbor' policy, otherwise you risk a loop. Check your config, i think you are missing SendPrefix=* between your neighbors. Regards, Jan Michael Bondi wrote: > Hi all, > > I have two gnugks each with their own endpoints registered. > > I have a VPN between the gnugks. > > I can call from side1endpoint to side2endpoint@gnugk2 and vice versa. > > I'd like to neighbor the two gnugks so that side1endpoints can call to > side2endpoints without having to specify the @gnugk* as the suffix. > > So basically it should all be one large gnugk network with two > individual gnugks inside. > > I have setup the following at each side respectively: > > Side1: > > [RoutingPolicy] > default=explicit,internal,parent,neighbor,dns,catchall > > [Routing::CatchAll] > CatchAllAlias=123456 > > [RasSrv::LRQFeatures] > AcceptNonNeighborLRQ=1 > NeighborTimeout=1 > SendRetries=4 > AcceptForwardedLRQ=1 > > [RasSrv::Neighbors] > HomeGk=GnuGk > > [Neighbor::HomeGk] > GatekeeperIdentifier=HomeGk > Host=192.168.2.3 > AcceptPrefixes=* > > > Side2: > > [RoutingPolicy] > default=explicit,internal,parent,neighbor,dns,catchall > > [Routing::CatchAll] > CatchAllAlias=2222 > > [RasSrv::LRQFeatures] > AcceptNonNeighborLRQ=1 > NeighborTimeout=1 > SendRetries=4 > AcceptForwardedLRQ=1 > > [RasSrv::Neighbors] > OfficeGk=GnuGk > > [Neighbor::OfficeGk] > GatekeeperIdentifier=OfficeGk > Host=192.168.1.3 > AcceptPrefixes=* > > > When I call from side1endpoint to *side2endpoint or side2endpoint* the > call is pushed to the catchall, this makes sense as the call does not > complete. > > What must I do to get this to work, am I missing something? > > Mike -- Jan Willamowius, jan@xxxxxxxxxxxxxx, http://www.gnugk.org/ ------------------------------------------------------------------------------ _______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/