Hi, InternalNetwork=xxx.xxx.xxx.xxx/1,10.230.18.139/1 is not correct. The number after the slash is the number of bits in the network portion of the address (standard CIDR notation). The purpose of this parameter is to specify what calls do *not* need proxy. I assume that your failing case is a call from an endpoint on network 10 to Asterisk on a public IP. Since this case does need proxy, it would be simplest to eliminate the InternalNetwork statement altogether for testing. If you will be calling between endpoints on network 10, you could specify e.g. InternalNetwork=10.230.18.128/26 (if it is just the one subnet) or InternalNetwork=10.0.0.0/8 (if you have lots of internal subnets on network 10). You should specify H245Routed=1. The GK needs to route H.245 in order to proxy. It should be smart enough to do that even when not explicitly specified, but don't push your luck. I don't understand your [RasSrv::Neighbors] section. Asterisk cannot normally function as a GK. Are you running special software to do that? Or is there another GK in the system? Usually, you would either have Asterisk register with your gnugk, or you would define it as a permanent endpoint. If the above doesn't help, temporarily configure your endpoint on a public IP and to call Asterisk directly, and configure Asterisk to not register with the GK and to accept the endpoint's calls. If that still fails, then the problem is obviously not related to gnugk; you should complain on another forum ;) Otherwise, use Ethereal on both interfaces of gnugk to see precisely what is going wrong. Are voice packets from the endpoint coming in? Are voice packets to Asterisk going out? Are they being sent to the IP address and port that Asterisk requested? There are other possible reasons for voice packets to not be heard (wrong codec, wrong payload length, bad checksum, packets are silent), but gnugk should not be doing any such modifications. It is easiest to test using G.711; Ethereal can even play the captured audio. --Stewart > -----Original Message----- > From: Code Lover [mailto:lateef.np@xxxxxxxxx] > Sent: Saturday, December 24, 2005 2:41 AM > To: openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Subject: One Way Voice > > Hi all, > > I have problem in way voice, The Caller party is hearing very well but > the called party cannot hear anything using g729,GSM,11 > > And using G.723.1 both party cannot hear anything but phone is > ringging well. i am using Gnugk with asterisk. and i check in asterisk > using SIP phone all codecs are working well without any issue. > > this my network configuration for the gnugk server > > ============================= > > eth0 Link encap:Ethernet HWaddr 00:11:43:EC:81:02 > inet addr:xxx.xxx.xxx.xxx Bcast:xxx.xxx.xxx.xx9 > Mask:255.255.255.240 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:364891925 errors:0 dropped:0 overruns:0 frame:0 > TX packets:389532540 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:1838899046 (1753.7 Mb) TX bytes:3448155420 (3288.4 Mb) > Base address:0xecc0 Memory:dfae0000-dfb00000 > > eth1 Link encap:Ethernet HWaddr 00:11:43:EC:81:03 > inet addr:10.230.18.139 Bcast:10.230.18.191 > Mask:255.255.255.192 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:8856991 errors:0 dropped:0 overruns:0 frame:0 > TX packets:35362513 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:635560254 (606.1 Mb) TX bytes:1034651763 (986.7 Mb) > Base address:0xdcc0 Memory:df8e0000-df900000 > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:238872 errors:0 dropped:0 overruns:0 frame:0 > TX packets:238872 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:185983233 (177.3 Mb) TX bytes:185983233 (177.3 Mb) > > > ============================= > > > here is my configuration what i used. > > [Gatekeeper::Main] > Fourtytwo=42 > Name=abdul > > GKRouted=1 > H245Routed=0 > CallSignalPort=1721 > CallSignalHandlerNumber=2 > RemoveH245AddressOnTunneling=1 > DropCallsByReleaseComplete=1 > SupportNATedEndpoints=1 > Q931PortRange=1024-65535 > H245PortRange=1024-65535 > > > [RoutingPolicy] > default=explicit,internal,parent,neighbor > > [Proxy] > Enable=1 > ProxyForNAT=1 > InternalNetwork=xxx.xxx.xxx.xxx/1,10.230.18.139/1 > T120PortRange=1024-65535 > RTPPortRange=1024-65535 > > [RasSrv::Neighbors] > ast79702=xxx.xxx.xxx.xxx > > [RasSrv::GWPrefixes] > ast79702=00 > > [GkStatus::Auth] > rule=allow > > [Gatekeeper::Auth] > default=allow > > i will be appriciated for your replies. > > -- > Thank You, > Code Lover > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id865&op=ick > _______________________________________________________ > > Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id.49 > Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users > Homepage: http://www.gnugk.org/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&opÌk _______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id?49 Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/