OH323 user configuration

Hi all,

I installed OH323 successfully, But i am in confiused where i should create the H.323 IP Phones User Configuration, like sip.conf, and what will be the H.323 user configuration format.

I already checked oh323.conf, but i did not find any H.323 user configuration example.

Please advise me how i can register my H.323 IP Phone?

Hi friends,

Still i did not receive any instruction about my problem. I reached somewhere but still my Asterisk not start to work as H.323 Gatekeeper. I used the following configuration and i found that OH323 is registered when asterisk starts.

here is my oh323.conf file’s configuration

[code]

[general]
listenAddress=0.0.0.0
listenPort=1719
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=yes
h245Tunnelling=yes
h245inSetup=yes
jitterMin=20
jitterMax=100
ipTos=none
outboundMax=100
inboundMax=100
simultaneousMax=100

;crlCallNumber=20
;crlCallTime=20000
;crlThreshold=30
;bandwidthLimit=1024

wrapLibTraceLevel=0
libTraceLevel=0
libTraceFile=stdout

userInputMode=TONE
amaFlags=default
language=en
musiconhold=default
context=voip-h323

;-----------------------------------------
; Configure H.323 aliases, prefixes and
; related ASTERISK’s contexts
;-----------------------------------------

[register]
alias=asterisk
alias=123
context=all-aliases
alias=ASTERISK
alias=666
context=more-aliases
alias=665
context=all-prefixes
gwprefix=00
gwprefix=01
context=more-stuff
alias=664
gwprefix=02

[codecs]
codec=G711A
frames=20
codec=G711U
frames=20
codec=GSM0610
frames=4
codec=G7231
frames=2
codec=G729
frames=2

[2121]
type=friend
username=2121
host=dynamic
;port=1719
context=ext

[/code][/code]