Настраиваю транк между AVAYA S8400 и Asterisk.
Использую OOH323.
Добился, что авая на STATUS TRUNK 99 говорит: in-service/idle
Но звонки не проходят.
Астериск при входящих звонках
--- onNewCallCreated 11621ba8: ooh323c_16
+++ onNewCallCreated ooh323c_16
--- ooh323_onReceivedSetup ooh323c_16
--- ooh323_alloc
+++ ooh323_alloc
--- find_user: OIT Levchenko K, 10.33.248.166
+++ find_user
Adding capabilities to call(incoming, ooh323c_16)
Adding g711 alaw capability to call(incoming, ooh323c_16)
Adding g711 ulaw capability to call(incoming, ooh323c_16)
Adding g729A capability to call(incoming, ooh323c_16)
Adding g729 capability to call(incoming, ooh323c_16)
Adding g729B capability to call(incoming, ooh323c_16)
--- configure_local_rtp
+++ configure_local_rtp
--- ooh323_new - avaya, 0
+++ h323_new
+++ ooh323_onReceivedSetup - Determined context from-internal, extension 1100
== Starting OOH323/avaya-10 at from-internal,1100,1 failed so falling back to exten 's'
== Starting OOH323/avaya-10 at from-internal,s,1 still failed so falling back to context 'default'
--- ooh323_hangup
hanging avaya with cause: 16
+++ ooh323_hangup
--- onCallCleared ooh323c_16
--- find_call
+++ find_call
+++ onCallCleared
--- ooh323_destroy
Destroying avaya
Destroying ooh323c_16
--- find_user: (null), 10.33.248.166
+++ find_user
+++ ooh323_destroy
Исходящие звонки даже до транка не доходят.
cat extensions.conf
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
[globals]
TRUNKMSD=1
[from-internal]
exten => 2750,1,Dial (OOH323/${EXTEN}@avaya)
cat ooh323.conf
[general]
port=1720
bindaddr = 172.18.69.10 ;
disallow=all
allow=alaw
dtmfmode=inband
gatekeeper = DISABLE
AcceptAnonymous = yes
context=from-internal
progress_alert = 8
h245Tunneling = yes
fastStart = yes
[avaya]
type=friend
context=from-internal
host=10.33.248.166
port=1720
disallow=all
allow=alaw
allow=ulaw
allow=g729
dtmfmode=inband
faststart=no
h245Tunneling = yes