I have an opportunity to get some Uniden h323 phones at a rock bottom price. I got a demo phone to play with from the seller and I am trying to set it up.
I looked at ooh323.conf.sample and got some clues but I can’t call the phone or make calls from it.
[ul]My ooh323 channel is up and running. I verified that with “core show channeltypes”.
When I lift the handset of the h323 phone it plays the voicemail “goodbye” sound from Asterisk
I see a blurb on the CLI screen when I lift the handset
I am doing the tests on a “working system” running Asterisk 1.6.2.7 with addons 1.6.2.1
When I say “working system” I mean it has 2 sip phones connected and it can take inbound calls, make outbound calls and call from SIP extension to extension[/ul]
My ooh323.conf is:
[general]
port = 1720
;ADDRESS OF THE PBX???
bindaddr = 192.168.2.35
disallow=all
allow=ulaw
dtmfmode=rfc2833
;SHOULD THIS BE FROM-INTERNAL
context=default
[6999]
;SHOULD THIS BE A peer, friend or user for a hard phone???
type=peer
;ADDRESS OF THE HARD PHONE
ip=192.168.2.105
port=1720
;WHAT CONTEXT SHOULD IT BE? MY SIP phones are "from-internal"
context=from-internal
disallow=all
allow=ulaw
dtmfmode=rfc2833
The phone itself only has a few basic h323 settings. There are set as follows:
Voip Proxy IP = 192.168.2.35 ;My Asterisk box
Extension(E164) = 6999 ;extension number - my best guest
GW Mode = Yes ; I used the factory default
RTP Port Base = 15000 ; the default was 30000 but I changed it to get in the asterisk RTP range 10,000-20,000
Use FastStart = NO
Does anyone know what the definition of an H323 hard phone should look like in ooh323.conf?
Should it be a peer, user or friend?