Hello! I'm trying to route the call via RADIUS after receiving SETUP but I've no luck. What I need is: 1. Receive SETUP from endpoint. 2. Authenticate it via RADIUS. 3. Route the call to h323-redirect-number (and to the corresponding gateway) returned by RADIUS. This works for ARQ authentication and does not work for SETUP. Please help me to understand how gnugk interprets h323-redirect-number and h323-redirect-ip-address RADIUS attributes. In gk.ini I have the following: [RoutedMode] GKRouted=1 H245Routed=1 [Gatekeeper::Auth] RadAliasAuth=required;Setup,SetupUnreg [RasSrv::PermanentEndpoints] 192.168.0.1=gw1;1 192.168.0.2=gw2;2 First call establishment scenario: 1. GNUGK receives SETUP from endpoint and after all number rewritings called party's number first digit is '1'. 2. GNUGK is trying to authenticate the call via RADIUS. 3. RADIUS returns h323-redirect-number first digit is '2'. Which gateway will receive the call from GNUGK ? Second call establishment scenario: 1. GNUGK receives SETUP from endpoint and after all number rewritings called party's number first digit is '1'. 2. GNUGK is trying to authenticate the call via RADIUS. 3. RADIUS returns h323-redirect-number first digit is '2' and h323-redirect-ip-address = "192.168.0.2". Which gateway will receive the call from GNUGK this time? Thanks in advance. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________________ 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/