E
E
eopen2017-09-25 11:33:05
Asterisk
eopen, 2017-09-25 11:33:05

Outgoing calls from Asterisk to Avaya fail?

I connected Asterisk via ooh323 with Avaya, calls from Avaya to Asterisk go through, but in the return line - no
Confin ooh323:

[general]

 class="PreformattedText console">;Define the asterisk server h323 endpoint

disallow=all

allow=alaw

;The port asterisk should listen for incoming H323 connections.

;Default — 1720

port=1720 ;должен соответствовать порту, указанному в Far-end Listen Port в пункте 5

;The IP address, asterisk should listen on for incoming H323

;connections

;Default — 0.0.0.0: tries to find out local ip address on it's own

bindaddr=192.168.14.3         ;Лучше указать конкретный адрес для привязки

;Alias address for for asterisk server

;Default —  «Asterisk PBX»

h323id=ObjSysAsterisk

;e164=100

;CallerID for the asterisk originated calls

;Default — Same as h323id

callerid=PBX

;This parameter indicates whether channel driver should register with

;gatekeeper as a gateway or an endpoint.

;Default — no

;gateway=no

;Whether this asterisk server will use gatekeeper.

;Default — DISABLE

;gatekeeper = DISCOVER

;gatekeeper = a.b.c.d

gatekeeper = DISABLE

;Whether asterisk should use fast-start and tunneling for H323 connections.

;Default — yes

faststart=yes

h245tunneling=yes

;Whether media wait for connect for fast start call

;Default — no

mediawaitforconnect=yes

;Location for H323 log file

;Default — /var/log/asterisk/h323_log

logfile=/var/log/asterisk/h323_log

;Following values apply to all users/peers/friends defined below, unless

;overridden within their client definition

;Sets default context all clients will be placed in.

;Default — default

context=from-trunk

;Sets rtptimeout for all clients, unless overridden

;Default — 60 seconds

rtptimeout=60      ; Terminate call if 60 seconds of no RTP activity 
;when we're not on hold

; dtmf mode to be used by default for all clients. Supports rfc2833, q931keypad, 
; h245alphanumeric, h245signal.

;Default — rfc 2833

dtmfmode=rfc2833

 [avaya]

type=friend

context=from-internal ;На АТС Avaya внутренние номера

ip=192.168.14.3                   ;IP-адрес АТС Avaya

port=1720                    ;Должен соответствовать Near-end Listen Port, указанному

                                     ;в пункте 5

disallow=all

allow=alaw

allow=ulaw

t38mode=disable

dtmfmode=rfc2833

I'm new to Asterisk As
I understand it, you need to somehow set it in the Asterisk settings, that calls must also be transferred to Avaya
. How can I configure that calls go from Asterisk to Avaya?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
karibskii_koks, 2017-12-01
@karibskii_koks

Hello, I solved problems on h323 trunks with Panasonic and IPO500.
As practice shows, problems are on the side of Asterisk (most often).
One solution is to enable debugging, maximum Verbose and h323 debugging.
In my cases, the problems lay in call routing in extensions.conf

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question