Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Successful IPO to Asterisk Trixbox OOH323 trunking 1

Status
Not open for further replies.

chkbrt

MIS
Apr 4, 2006
73
US
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!

 
Nice, Have a star.
Asterisk is a product we are being asked about more and more, my concern is it not a commercial product so when S*&t hits the fan who you going to call? But hey you get what you don’t pay for.


ipo.gif

"Launching late 2006
 
We are also trying to use Asterisk with our IPO's.

The problem we have is that the DTMF signals are not been understood by Asterisk...so we cannot dial numbers etc.

Can someone please provide some sample config's that may alleviate this issue.

Thanks.
 
pay $800 for the business version and call digium
 
Do you have "Outr of Band DTMF" enabled on the VoIP line of the IPO?
if so try turning it off

I cant help any futher as I not played with asterix (yet)
 
I have tried this setup and dialing works, however using a SIP or IAX phone on my computer, I don't hear anything on both sides. Trying a different codec than ulaw results in a conversion error. Any ideas?
 
We're getting an error message on the Asterisk side when we try to bridge SIP with the H323 codec. Do you have some code that addresses that? The call actually reaches the IP Office side and passes all the right info, but the minute that the call is answered, the error occurs. Thanks!

Tony
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top