My eyes are burnt out from reading forums trying to get this working and I have tried every configuration that somebody said was working with limited success. My Avaya side is running. I can call from Avaya to Trixbox with no problem at all. On the Trixbox side (using x-lite) I can't even get the call to try and go out. I'm sure I'm missing something fundamental in the setup but have been staring at it for so long it could be 10 feet tall and I would miss it. Here is my Trixbox setup with names changed to protect the innocent:
ooh323.conf
[general]
port = 1720
bindaddr = Trix.ip.add.ress
disallow=all
allow=alaw
dtmfmode=rfc2833
gatekeeper=DISABLE
context=default
progress_setup=8
progress_alert=8
h245tunneling=yes
mediawaitforconnect=yes
[Avaya]
type=friend
context=internal
host=Avaya.ip.add.ress
port=1720
disallow=all
allow=alaw
dtmfmode=rfc2833
extensions.conf
[internal]
exten => 50001,1,Dial(SIP/50001)
exten => _1XXXX,1,Dial(OOH323/${EXTEN}@Avaya)
sip.conf
[general]
context=internal
bindaddr=Trix.ip.add.ress
disallow=all
allow=alaw
srvlookup=yes
canreinvite=no
[50001]
type=friend
secret=38257
qualify=yes
host=dynamic
callerid="Asterisk Testing"
pickupgroup=1
So like I said, I can call from Avaya to the 50001 extension and the call is perfect. When I try dialing 11619 from the x-lite phone I get 'Your call can not be completed as dialed'. I am eternally grateful in advance.
ooh323.conf
[general]
port = 1720
bindaddr = Trix.ip.add.ress
disallow=all
allow=alaw
dtmfmode=rfc2833
gatekeeper=DISABLE
context=default
progress_setup=8
progress_alert=8
h245tunneling=yes
mediawaitforconnect=yes
[Avaya]
type=friend
context=internal
host=Avaya.ip.add.ress
port=1720
disallow=all
allow=alaw
dtmfmode=rfc2833
extensions.conf
[internal]
exten => 50001,1,Dial(SIP/50001)
exten => _1XXXX,1,Dial(OOH323/${EXTEN}@Avaya)
sip.conf
[general]
context=internal
bindaddr=Trix.ip.add.ress
disallow=all
allow=alaw
srvlookup=yes
canreinvite=no
[50001]
type=friend
secret=38257
qualify=yes
host=dynamic
callerid="Asterisk Testing"
pickupgroup=1
So like I said, I can call from Avaya to the 50001 extension and the call is perfect. When I try dialing 11619 from the x-lite phone I get 'Your call can not be completed as dialed'. I am eternally grateful in advance.