Hi all,
I am trying to set up a basic oubound call from asterisk v16.
Basically, I hear the first ring, but the line goes silent after that, but the call is received, answered and can be hanged up succesfully.
I do not have NAT enabled (to my knowledge) and I don’t see any errors showing up in the logs regardign the audio.
I’m not sure if it is a codec issue (I allow alaw/ulaw/gsm) and the SIP message shows Capabilities: us - (alaw|ulaw|gsm), peer - audio=(alaw)/video=(nothing)/text=(nothing), combined - (alaw), so I think the codec is fine as well.
Below is my sip.conf file
[general]
context=from-trunk
allowoverlap=no
udpbindaddr=0.0.0.0
tcpenable=no
;tcpbindaddr=0.0.0.0
allowguest=no
transport=udp
srvlookup=yes
mohinterpret=default
mohsuggest=default
trustrpid = yes
sendrpid = yes
sendrpid = pai
canreinvite=no
directmedia=yes
language=en
allowguest=no
nat=no
disallow=all
port=5060
bindaddr=0.0.0.0
qualify=yes
disable=all
allow=alaw
allow=ulaw
allow=gsm
insecure=invite,port
dtmfmode=auto
srvlookup=yes
Any help will be appreciated, I can upload call loges if necessary, thanks