Hi,
I'm trying to connect my Trixbox to a Definity SI.
The connection is based in the ooh323 protocol.
Calling from the Definity to Asterisk works fine, but the problem is in Asterisk to Definity calls.
When I make a call from a SIP phone to a Definity phone Asterisk take the SIP protocol instead the ooh323 protocol because the debug log shows it.
This is my setup:
ooh323.conf
[definity]
type = friend
context = internal
ip = 129.200.100.205
port = 1720
disallow = all
allow = ulaw
canreinvite = no
dtmfmode = inband
extensions.conf
[internal]
exten => 59000,1,Dial(SIP/59000)
exten => 59001,1,Dial(SIP/59001)
exten => 2000,1,Dial(SIP/2000)
include => salientesooh323
[salientesooh323]
exten => 2500,1,Dial(OOH323/${EXTEN}@definity)
Any idea about how to route the Asterisk calls through ooh323 protocol.
Thanks
I'm trying to connect my Trixbox to a Definity SI.
The connection is based in the ooh323 protocol.
Calling from the Definity to Asterisk works fine, but the problem is in Asterisk to Definity calls.
When I make a call from a SIP phone to a Definity phone Asterisk take the SIP protocol instead the ooh323 protocol because the debug log shows it.
This is my setup:
ooh323.conf
[definity]
type = friend
context = internal
ip = 129.200.100.205
port = 1720
disallow = all
allow = ulaw
canreinvite = no
dtmfmode = inband
extensions.conf
[internal]
exten => 59000,1,Dial(SIP/59000)
exten => 59001,1,Dial(SIP/59001)
exten => 2000,1,Dial(SIP/2000)
include => salientesooh323
[salientesooh323]
exten => 2500,1,Dial(OOH323/${EXTEN}@definity)
Any idea about how to route the Asterisk calls through ooh323 protocol.
Thanks