Trixbox avaya integration with H323

I have integrated trixbox to avaya S8400 using H323.
To the trix box i have connected only polycom SSIP 7000 unite

trix box extension :- 8008 (polycom)
avaya extension :- 8XXX
out going dial access code :- 9 (by accessing PRI trunk via avaya pbx)

following are file edited

[in H323.conf]

[general]
port = 1720
bindaddr = 10.100.4.117
disallow=all
allow=alaw
dtmfmode=inband
gatekeeper=DISABLE
context=default
progress_setup=8
progress_alert=8
h245tunneling=yes

[Avaya]
type=friend
context=default
host=10.100.4.114
port=1720
disallow=all
allow=alaw

[in extensions.conf]
internal]
exten => 8008,1,Dial(SIP/8008)
exten => 8008,4,Wait(2)
exten => 8008,5,HangUp()

include =>avaya
exten => _8XXX,1,Dial(ooH323/$OUTNUM$@avaya ip address)
exten => _9.,1,Dial(ooH323/$OUTNUM$@@avaya ip address)

also i have configured trunk with ooH323/$OUTNUM$@Avaya ip address:1720

  1. I can able to recieve call from avaya with CLI UNKNOWN ??
  2. when i dial extension of avaya it is not going thru ??
  3. can I access pri trunk of avaya thru trixbox with prefix 9 ??

can any help me to resolve above 3 problem

regards
satish

This guide is similar to what you are trying to do and it might get you started:

http://www.avayausers.com/showthread.php?t=4057

That might help with your caller id.

Can you please provide the debug output for the failed calls from Trixbox to Asterisk? Are you positive you’ve set codecs and handshake correctly?

Yes, you can access a PRI trunk through the Avaya. If your S8400 requires a 9 to dial out, you need to simply send the 9 across the trunk rather than dropping it. The setup you have (_9.) for the dial rule would seem to work if you’re able to get the call out properly or the Avaya to accept it…

More debug info would help assist you on this…

Josh

Hey josh…Thanx dear for your prompt responce it helps me a lot !!!
few problem I’m still facing with avaya trix integration and that is

  1. When call to avaya Extn it is landing on vector and ringing to operator or
    security extn
  2. when i tried to access PRI line with 0 dial it is not happening, i can see
    trace in avaya on list trace tac
  3. link between trix and avaya goes down after some time.

please help me resolving this pending issues.

many thanks
regards
satish