Hi everybody
I have problems with asterisk calls to avaya, i can recive calls from avaya but i can do calls.
I don’t use gatekeeper
1 of 20 calls was be succesfully i don find the error in my configurations files
i attachment the extensions.conf and oh323.conf
oh323.conf
[general]
listenAddress=ip.asterisk.server
listenPort=1720
tcpStart=2048
tcpEnd=65000
udpStart=2048
udpEnd=3028
fastStart=no
h245Tunnelling=no
h245inSetup=no
inBandDTMF=yes
jitterMin=20
jitterMax=10000
ipTos=none
outboundMax=100
inboundMax=100
simultaneousMax=40
wrapLibTraceLevel=15
libTraceLevel=15
userInputMode=Q931
libTraceFile=/tmp/oh323_debug.log
language=en
context=default
[register]
context=default
alias=asterisk
alias=ip.asterisk.server
[codecs]
codec=G711U
frames=20
extensions.conf
exten => 1XXXX,1,SetGlobalVar(OH323_CHANCODEC=ulaw)
exten => 1XXXX,2,SetGlobalVar(OH323_OUTCODEC=ulaw)
exten => 1XXXX,3,Dial(OH323/${EXTEN}@ip.avaya.server:1720,90,Ttr)
exten => 1XXXX,4,Hangup