[asterisk-users] OH323 registration with gatekeeper problem

Marcus Carlson marcus at mejlamej.nu
Wed Jul 19 14:37:05 MST 2006


Hi all,

I'm trying to connect to a H323 gatekeeper (an old Swyx) with the oh323 
driver (had stability problems with the h323 driver).

However I cannot get asterisk to register to the gatekeeper with a 
normal user account. Trying the same account in 
Ekiga/gnomemeeting/ohphone  the registration and calls are working just 
fine.

BUT, if I try to register with the SwyxGates' name, in this case it's 
"SwyxGate" (found in a property in the server as "SwyxGate name (H.323 
Alias)") then asterisk says it has registered with the gatekeeper, but 
trying to make a call results in

    -- H.323 call 'ip$localhost/18690-fc9b2d35' cleared, reason 12 (Not 
enough bandwidth)

And I'm pretty sure the bandwidth is suffic, 100Mbit LAN. Also this is 
the same error I get in ekiga if I do not register with the gatekeeper.

Using my H323 account (mc), asterisk says the following in oh323 show conf;

Gatekeeper used: Swyx Gatekeeper at 10.1.210.24 (Not registered)

using the "Global"(?) h323 account (SwyxGate) I get this;

Gatekeeper used: Swyx Gatekeeper at 10.1.210.24 (Registered)

Is there anything more I can try? I've searched the net but can't find 
anything like this.

Current oh323.config

[general]
listenAddress=10.1.210.71
listenPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=yes
h245Tunnelling=no
h245inSetup=yes
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=100
inboundMax=100
simultaneousMax=100
wrapLibTraceLevel=0
libTraceLevel=0
libTraceFile=stdout
gatekeeper=10.1.210.24
gatekeeperTTL=600
userInputMode=TONE
amaFlags=default
accountCode=H323
language=en
musiconhold=default
context=incoming

[register]
alias=SwyxGate ; register fine with this but cannot make any calls
;alias=mc ;my H323 alias on the gk, does not register with this
;alias=33 ; also tried my extension number on the gk

[codecs]
;tried a lot of different codecs, all the same result
codec=G711A
frames=20
codec=G711U
frames=20
codec=GSM0610
frames=4
codec=G7231
frames=2
codec=G729
frames=2

TIA,
Marcus




More information about the asterisk-users mailing list