Asterisk: a strange problem: the call die but if the other side ear the moh the call resume

Look this vid:

https://linux123.myftp.org/videopublic/audiodyng.mkv

I answer the call, and the call dying slowly, no error on console.

Look at this…the same call, but after pressing the “pause” which start the music on hold the call return ok(you will see nothing on microphone because it was a computer testing without microphone)

https://linux123.myftp.org/videopublic/strangesolution.mkv

Probably is a srtp problem, this is the sip.conf

[general]
context = local
bindport = 5060
bindaddr = 0.0.0.0
tlsenable=yes
tlsbindaddr=0.0.0.0
tlscertfile=/etc/asterisk/keys/asterisk-crt.pem
tlscafile=/etc/asterisk/keys/blu.crt
;tlscipher=ALL:-TLSv1.1:-TLSv1:-SSLv2:-SSLv3
tlscipher=HIGH:-TLSv1.1:-TLSv1:-SSLv2:-SSLv3
language=it
tonezone=it
progressinband=yes
srvlookup=yes
accept_outofcall_message=yes 
outofcall_message_context=sms
auth_message_requests=yes
allow=!all,alaw,ulaw,g729,g723,ilbc
allowguest=no

[telefono1]
context=local
type=peer
defaultuser=telefono1
secret=forgotten
qualify=200
host=dynamic
directmedia=yes
transport=tls
encryption=yes
cc_agent_policy=generic
cc_monitor_policy=generic
textsupport=yes
callerid="USER01" <08484431>

[telefono2]
context=local
type=peer
defaultuser=telefono2
secret=forgoteventhisone
qualify=200
host=dynamic
deny=0.0.0.0/0
permit=192.168.0.2/32
directmedia=no ; I had try also yes..same result
transport=tls
encryption=yes
textsupport=yes

What did you suggest? I don’t want to disable srtp, if possible

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.