-
1
- #1
Incase anyone is trying this and needs a basic setup. This was done using asterisk trixbox. To enable ooh323 in trixbox follow these steps first:
cp /etc/asterisk-1.2.7.1_samples/ooh323.conf /etc/asterisk
amportal stop
amportal start
sip.conf
[general]
context=internal
port=5060
bindaddr=0.0.0.0
srvlookup=yes
disallow=all
allow=ulaw
[3000]
type = friend
context=internal
username = 3000
host = dynamic
mailbox = 3000
dtmfmode=rfc2833
Extensions.conf
[general]
autofallthrough=yes
[internal]
exten => 3000,1,Dial(SIP/3000,30,Ttm)
exten => 3000,2,Playback(invalid)
exten => 3000,3,Hangup
exten => 3000,102,Voicemail(u3000)
exten => 3000,103,Hangup
exten => _89XX,1,Dial(OOH323/${EXTEN}@ipo) ;change _89XX to whatever extensions are on the IPO
OOH323.conf
[general]
faststart=yes
h245tunneling=yes
gatekeeper = DISABLE
[ipo]
type=peer
context=internal
ip=XXX.XXX.XXX.XXX ;Your IPO IP
port=1720
disallow=all
allow=ulaw
canreinvite=no
dtmfmode=rfc2833
IP Office Line
Voip Settings
Gateway IP = asterisk ip
compression mode = automatic
h450 support = h450
enable fast start = checked
Out of band dtmf = checked
allow direct media path = checked
______________________________________
I purchased some g729a licenses from digium but found ulaw to be just as good. If anyone sees anything to fine tune here please feel free. Hope this helps someone!
cp /etc/asterisk-1.2.7.1_samples/ooh323.conf /etc/asterisk
amportal stop
amportal start
sip.conf
[general]
context=internal
port=5060
bindaddr=0.0.0.0
srvlookup=yes
disallow=all
allow=ulaw
[3000]
type = friend
context=internal
username = 3000
host = dynamic
mailbox = 3000
dtmfmode=rfc2833
Extensions.conf
[general]
autofallthrough=yes
[internal]
exten => 3000,1,Dial(SIP/3000,30,Ttm)
exten => 3000,2,Playback(invalid)
exten => 3000,3,Hangup
exten => 3000,102,Voicemail(u3000)
exten => 3000,103,Hangup
exten => _89XX,1,Dial(OOH323/${EXTEN}@ipo) ;change _89XX to whatever extensions are on the IPO
OOH323.conf
[general]
faststart=yes
h245tunneling=yes
gatekeeper = DISABLE
[ipo]
type=peer
context=internal
ip=XXX.XXX.XXX.XXX ;Your IPO IP
port=1720
disallow=all
allow=ulaw
canreinvite=no
dtmfmode=rfc2833
IP Office Line
Voip Settings
Gateway IP = asterisk ip
compression mode = automatic
h450 support = h450
enable fast start = checked
Out of band dtmf = checked
allow direct media path = checked
______________________________________
I purchased some g729a licenses from digium but found ulaw to be just as good. If anyone sees anything to fine tune here please feel free. Hope this helps someone!