Hi, Help needed urgently!!! ------------------------ im calling gw1 - gnugk - gw2. Both the gw's are behind NAT with 1720 port forwarded. Im using myphone for gw1 and 4 port FXO for gw2. If i make a call from gw1 it reaches gw2 through gnugk and call also coming out from gw2. after 2rings immediately call disconnects. any suggesion? pls help. *********************************** [Gatekeeper::Main] Fourtytwo=42 Name=GKeeper_01 Home=x.x.x.203 EndpointIDSuffix=_01 TimeToLive=-1 TotalBandwidth=-1 RedirectGK=Endpoints > 100 || Calls > 50 StatusPort=7000 StatusTraceLevel=2 UseBroadcastListener=1 UnicastRasPort=1719 MulticastPort=1718 MulticastGroup=224.0.1.41 EndpointSignalPort=1720 ListenQueueLength=1024 SignalReadTimeout=1000 StatusReadTimeout=3000 StatusWriteTimeout=5000 [RoutedMode] GKRouted=0 H245Routed=0 CallSignalPort=1720 CallSignalHandlerNumber=1 AcceptNeighborsCalls=1 AcceptUnregisteredCalls=0 SupportNATedEndpoints=1 ForwardOnFacility=1 ShowForwarderNumber=0 Q931PortRange=0 H245PortRange=0 ConnectTimeout=180000 [Proxy] Enable=1 T120PortRange=0 RTPPortRange=10000-59999 ProxyForNAT=1 ProxyForSameNAT=0 [RoutingPolicy] Default=internal [GKStatus::Auth] Rule=allow Shutdown=allow DelayReject=0 [Gatekeeper::Auth] FileIPAuth=required;RRQ,LRQ,Setup default=allow [FileIPAuth] any=allow [Gatekeeper::Acct] default=allow [CallTable] GenerateNBCDR=0 GenerateUCCDR=0 DefaultCallDurationLimit=0 AcctUpdateInterval=60 [RasSrv::LRQFeatures] NeighborTimeout=2 AlwaysForwardLRQ=0 AcceptForwardedLRQ=1 IncludeDestinationInfoInLCF=1 ForwardResponse=0 ForwardLRQ=depends [RasSrv::GWPrefixes] sri=456, xyz=65, raja=123, [NATedEndpoints] xyz=true sri=true raja=true [RasSrv::RRQFeatures] AcceptEndpointIdentifier=1 AcceptGatewayPrefixes=1 OverwriteEPOnSameAddress=0 [RasSrv::ARQFeatures] ArjReasonRouteCallToSCN=1 ArjReasonRouteCallToGatekeeper=1 CallUnregisteredEndpoints=1 ********************************************** Thanks Manoj --- openh323gk-users-request@xxxxxxxxxxxxxxxxxxxxx wrote: > Send Openh323gk-users mailing list submissions to > openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > > To subscribe or unsubscribe via the World Wide Web, > visit > > https://lists.sourceforge.net/lists/listinfo/openh323gk-users > or, via email, send a message with subject or body > 'help' to > openh323gk-users-request@xxxxxxxxxxxxxxxxxxxxx > > You can reach the person managing the list at > openh323gk-users-owner@xxxxxxxxxxxxxxxxxxxxx > > When replying, please edit your Subject line so it > is more specific > than "Re: Contents of Openh323gk-users digest..." > > > Today's Topics: > > 1. Re: urgent help needed. (rajan a p) > 2. Call FailOver and NATed EP without > registration (Roman) > 3. Re: Call FailOver and NATed EP without > registration (Simon Horne) > 4. huge routing table (Alejandro Ruiz) > 5. Re: urgent help needed. (rajan a p) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 26 Jun 2006 17:54:48 -0700 (PDT) > From: rajan a p <dr_apr@xxxxxxxxx> > Subject: Re: urgent help needed. > To: GNU Gatekeeper Users > <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> > Message-ID: > <20060627005448.36171.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx> > Content-Type: text/plain; charset=iso-8859-1 > > > Thanks Simon. I have tried once enabling Proxy=1 > option, but not checked it with log. I will test > today > and come back to you with results. > > Thanks > > Rajan > --- Simon Horne <s.horne@xxxxxxxxxxxxxx> wrote: > > > > > You are attempting to call a Gateway which is > behind > > a NAT . > > You are getting call end reason "destination > > unreachable" > > > > you have not enabled the proxy function. > > [Proxy] > > Enable=0 > > > > You must enable the proxy function so GnuGK can > > alter media port opening > > timings so to traverse the NAT. > > > > Simon > > > > At 12:34 AM 27/06/2006, you wrote: > > >Dear Forum members, > > > > > >My setup is like this: > > >EP1-->GNUGK--->EP2 > > >EP1-192.168.80.5 > > >GNUGK-192.168.80.100/24,218.212.xx.xx/0 > > >EP2-125.22.xx.xx(behind router with DMZ) > > > > > >Call from EP1 to EP2 fail with following message > > >"ProxyChannel.cxx(2270) Q931 125.22.xx.xx:1720 > > DIDN'T > > >ACCEPT THE CALL" > > > > > >my gatekeeper.ini as follows: > > >[Gatekeeper::Main] > > >FourtyTwo=42 > > >Name=GNUGK > > >EndpointSuffix=_gnugk > > >TimeToLive=300 > > > >NetworkInterfaces=192.168.80.100/24,218.212.xx.xx/0 > > >StatusTraceLevel=2 > > > > > >[RoutedMode] > > >GKRouted=1 > > >H245Routed=0 > > >CallSignalPort=0 > > >AcceptNeighborCalls=1 > > >AcceptUnregisteredCalls=1 > > >RemoveH245AddressOnTunneling=1 > > >RemoveCallOnDRQ=0 > > >DropCallsByReleaseComplete=1 > > >SendReleaseCompleteOnDRQ=1 > > >SupportNATedEndpoints=1 > > >TranslateFacility=1 > > >TcpKeepAlive=0 > > > > > >[Proxy] > > >Enable=0 > > >ProxyForNAT=1 > > >ProxyForSameNAT=0 > > > > > > > > >[RasSrv::RRQFeatures] > > >AcceptEndpointIdentifier=0 > > >AcceptGatewayPrefixes=1 > > >OverwriteEPOnSameAddress=1 > > > > > >[RasSrv::ARQFeatures] > > >CallUnregisteredEndpoints=1 > > >ArjReasonRouteCallToSCN=1 > > >ArjReasonRouteCallToGatekeeper=1 > > >RemoveTrailingChar=# > > > > > >[CallTable] > > >GenerateNBCDR=1 > > >GenerateUCCDR=0 > > > > > >suggest me the correct gatekeeper.ini, any > > consultant > > >to correct this config and suggest billing for > > >Singapore client. > > > > > >Thanks for your time and support. > > > > > >Rajan > > > > > > >__________________________________________________ > > >Do You Yahoo!? > > >Tired of spam? Yahoo! Mail has the best spam > > protection around > > >http://mail.yahoo.com > > > > > >Using Tomcat but need to do more? Need to support > > web services, security? > > >Get stuff done quickly with pre-integrated > > technology to make your job easier > > >Download IBM WebSphere Application Server v.1.0.1 > > based on Apache Geronimo > > > >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > >_______________________________________________________ > > > > > >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/ > > > > > > > > Using Tomcat but need to do more? Need to support > > web services, security? > > Get stuff done quickly with pre-integrated > > technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 > > based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________________ > > > > 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/ > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > > > > ------------------------------ > > === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________________ 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/