Hi Ivan, I've put a fix into the CVS to strip that prefix out. Please try the CVS version and let me know if it fixes your problem. Regards, Jan -- Jan Willamowius, Founder of the GNU Gatekeeper Project EMail : jan@xxxxxxxxxxxxxx Website: http://www.gnugk.org Support: http://www.willamowius.com/gnugk-support.html Ivan Sokolov wrote: > Hi, > I call from LG LDK1 to LDK2. > After transfer call from LDK2 to LDK1 I see: > > 1. H.450.2 Transfer Emulator enabled, mode is set to Reroute > 2. H.450.2 Packet received, invoked OnH450PDU(), OnH450Invoke() > 3. OnH450Invoke() found e_callTransferInitiate opcode, > OnH450CallTransfer() invoked > 4. OnH450CallTransfer() tries to decode remoteParty by calling > ParseEndpointAddress() > 5. ParseEndpointAddress() tries to decode aliasAddress which is > PartyNumber-PrivateNumber-privateNumberDigits in our case > 6. ParseEndpointAddress() calls ::H323GetAliasAddressString, result > string is Private:185 in our > case(PrivatePartyPrefix+m_privateNumberDigits , h323pdu.cxx) > 7. CallSignalSocket::RerouteCall() is created in another thread, > string "Private:185" is used to construct Q.931 and UUIE without > stripping PrivatePartyPrefix first, which is causing > request.GetFirstRoute() to fail ("Q931 Can't find reroute > destination") > > Config: > [Gatekeeper::Main] > Fourtytwo=42 > > [RoutedMode] > GKRouted=1 > H245Routed=1 > CallSignalPort=1720 > AcceptUnregisteredCalls=1 > Q931PortRange=30000-39999 > H245PortRange=40000-49999 > AcceptUnregisteredCalls=1 > GenerateCallProceeding=0 > CallSignalHandlerNumber=1 > EnableH450.2=1 > H4502EmulatorTransferMethod=Reroute > > [GkStatus::Auth] > rule=allow > > [Routing::CatchAll] > CatchAllIP=172.16.10.254 > > [RasSrv::PermanentEndpoints] > 172.16.128.6=ipecs;1..,2.. > 172.16.2.6=ipecs;45.. > > [Proxy] > Enable=1 > ProxyAlways=1 > > [RoutingPolicy] > default=explicit,internal,parent,neighbor > > Sniff and log in attach. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________________ 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/