How to install H323 Trunk in Trixbox 2.6 CE?

manickaselvam
Posts: 19
Member Since:
2009-09-15

Just working on Trixbox 2.6 CE. I'm new to Trixbox. Could you any one help me how could i install H.323 in my 2.6 CE. I need to connect 3 other locations through internet.

Thanks in advance.



SkykingOH
Posts: 9678
Member Since:
2007-12-17
Why do you need h.323 to

Why do you need h.323 to connect locations?

The systems supports SIP and IAX out of the box. h.323 is actually included but must me configured from the command line.

--

Scott

aka "Skyking"



manickaselvam
Posts: 19
Member Since:
2009-09-15
With out H323... How do i

With out H323... How do i connect 3 other locations with my trixbox? The other side is INNOVAPHONE IP PBX....

--
Manick



manickaselvam
Posts: 19
Member Since:
2009-09-15
TRIXBOX 2.6 CE - H323

Any one else can help me for integrating 3 other IPs with my Trixbox?

Advanced thanks for your help.

Manick



kisyabrus
Posts: 8
Member Since:
2010-02-17
you are can configure h323

you are can configure h323 from web interface. just create Custom trunk in GUI, enter dial rules and enter registration string ooh323//$OUTNUM$@:1720. My config work very well with it.



SkykingOH
Posts: 9678
Member Since:
2007-12-17
You still have to configure

You still have to configure the peer manually.

The example you stated is not for registration, that would be a dial string.

--

Scott

aka "Skyking"



satishlf
Posts: 2
Member Since:
2010-03-27
H323 link goes down after some time !!

hello ,

I'm very new to trixbox. I have setup trixbox 2.6 CE (Asterisk 1.6.0.10) ,only one polycom SSIP 7000 is connected to trixbox.I have created H323 to link it to Avaya S8400.As I connected only polycom device all out going and incoming will happen thru avaya system using it's PRI and this is the requirment
find below configuration details as
In h323conf file :
[gereral]
port = 1720
bindaddr = Trixbox ip
disallow=all
allow=alaw
dtmfmode=rfc2833

[S8400]
type=peer
context=avaya
host=avaya ip
port=1720
h245Tunneling=yes
allow=alaw
canreinvite=res
dtmfmode=rfc2833

In 00h323.conf file :
gereral]
port = 1720
bindaddr = Trixbox ip
gateway=no
mediawaitforconnect=yes
callerid=dtmf
gatekeeper = DISABLE
allow=alaw
dtmfmode=rfc2833
[S8400]
type=peer
context=avaya
ip=avaya ip
port=1720

In Sip.conf file :
context=internal
disallow=all
allow=alaw
srvlookup=yes
canreinvite=yes

[8008]
type=friend
secret=8008
qualify=yes
host=dynamic
callerid=8008
pickupgroup=1

In extensions.conf file :
[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)
exten => _9.,1,Dial(ooH323/$OUTNUM$@@avaya ip)

also I have created trunk and outbound route in web gui is ooH323/$OUTNUM$@avaya ip:1720

following thing need to configured
1. 9 dial for out going call thru avaya using avaya PRI
2. DID call should land to polycom thru avaya PRI with CLI
3. intercom call to to avaya extensions 8XXX

after setting up the trixbox i can able to recieve call polycom thru avaya extension but i'm not getting CLI on it

problems :-
1. no CLI on polycom on incoming call
2. can not able to call to avaya extension
3. can not make outgoing call with 9 dial
4. H323 channel between trxbox and avaya goes down after some time

Can any body help me to get resolve above problem, i'll be very greatful.
please help me since i'm under very critical situation for this installtion .also please let me know if additional info you need
thanks
satish



satishlf
Posts: 2
Member Since:
2010-03-27
H323 link goes down after some time

Please someone help me to solve this problem...!



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.