Dear All, I have installed GNU gatekeeper in my machine. I tested the calls using gatekeeper successfully. Now I have tried to Disable the gatekeeper in oh323.conf file gatekeeper=DISABLE Now I have tried to call, but the connection is not established. I have got following warning message in console. " WARNING[8446]: chan_oh323.c:3555 cleanup_h323_connection: Call 'ip$192.168.8.96:30005/27890-f5194af7' not found (clear). " Please any one give suggestions to disable the gatekeeper access in Asterisk... Thanks in Advance... Regards, Velusamy.K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090714/80273471/attachment.htm
On Tue, Jul 14, 2009 at 02:10:47PM +0530, velusamy velu wrote:> Dear All, > I have installed GNU gatekeeper in my machine. I tested the calls using > gatekeeper successfully. > Now I have tried to Disable the gatekeeper in oh323.conf file > gatekeeper=DISABLE > Now I have tried to call, but the connection is not established. I have > got following warning message in console. > > " WARNING[8446]: chan_oh323.c:3555 cleanup_h323_connection: > Call 'ip$192.168.8.96:30005/27890-f5194af7' not found (clear). "What version of Asterisk is it? Any chance of using the built-in chan_h323? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Dear; I would like to ask: when Asterisk was registering on the gnugk, both (asterisk and gnugk) were on the same hardware machine and same IP address? Can they be on the same IP address? In case they were on the same IP address then: I am afraid the oh323 channel in asterisk will respond for the H323 endpoint (IP Phone) instead of the gnugk (specially if the IP Phone was in routed mode and not register to gnugk)? I mean, if the IP Phone was need to place call via the gnugk in the routed mode, and the call need to be send for Asterisk, so how can u avoid that oh323 channel in asterisk from responding for the IP Phone instead of the gnugk it self? Because if u let the IP Phone send the call for the IP address that asterisk running on it, then the h323 channel in the asterisk will respond as u know, so how to let the gnugk respond and not the asterisk h323 channel? Regards Bilal ----------------------> Dear All, > ? ???I have installed GNU gatekeeper in > my machine. I tested the calls using > gatekeeper successfully. > ? ? Now I have tried to Disable the gatekeeper in > oh323.conf file > ? ? ? ? ? ? > ???gatekeeper=DISABLE > ? ? Now I have tried to call, but the connection > is not established. I have > got following warning message in console. > > ? ? ? ? ? ? ? " > WARNING[8446]: chan_oh323.c:3555 cleanup_h323_connection: > Call 'ip$192.168.8.96:30005/27890-f5194af7' not found > (clear). " > > ? ? Please any one give suggestions to disable > the gatekeeper access in > Asterisk... > > Thanks in Advance... > > > Regards, > Velusamy.K
On Tue, Jul 14, 2009 at 2:19 PM, bilal ghayyad <bilmar_gh at yahoo.com> wrote:> > Dear; > > I would like to ask: when Asterisk was registering on the gnugk, both > (asterisk and gnugk) were on the same hardware machine and same IP address? > Can they be on the same IP address? >If I understand your questions: Can Asterisk and GnuGK both run as an h323 server on the same IP Address, the answer would be no unless they are running on different ports. You can not have two processes on the same machine/ip/port combination.> > In case they were on the same IP address then: I am afraid the oh323 > channel in asterisk will respond for the H323 endpoint (IP Phone) instead of > the gnugk (specially if the IP Phone was in routed mode and not register to > gnugk)? I mean, if the IP Phone was need to place call via the gnugk in the > routed mode, and the call need to be send for Asterisk, so how can u avoid > that oh323 channel in asterisk from responding for the IP Phone instead of > the gnugk it self? Because if u let the IP Phone send the call for the IP > address that asterisk running on it, then the h323 channel in the asterisk > will respond as u know, so how to let the gnugk respond and not the asterisk > h323 channel? >Right. If they both run on the same ip/port then the one started first would win, and listen for connections (the second app should fail to bind and complain). You could change the port, or the IP that the one of the apps is listening on. Hope that helps. -Jonathan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090714/528321fb/attachment.htm