SRTP audio Asterisk

I’m trying to encrypting my audio on my asterisk server but each call give me that error and I don’t kwon how to solve “Rejecting secure audio stream without encryption details.”

[general]
tlsenable=yes
tlsbindaddr=0.0.0.0:5061
tlscertfile=/etc/asterisk/astersikeys/asterisk.pem
tlscafile=/etc/asterisk/keys/Oldkeys/ca.crt
tlscadir=/etc/asterisk/astersikeys/
tlscipher=ALL
tlsclientmethod=tlsv1

Any help will be good

SIP trace please. However you should note that it is complaining about what the remote system is doing.

Also, that’s for TLS, SRTP is controlled by encryption=yes/no in the peer definition.