0

音声送信に SIP を使用しているこのチャット システムがあります (電話はなく、同じサーバー内のブラウザーからブラウザーのみ)。音は両方の端でうまくいきますが、アスタリスクは 2 回警告を出します (おそらくクライアントごとに 1 回):

[Mar 11 09:01:27] WARNING[614][C-00000002]: res_srtp.c:407 ast_srtp_unprotect: SRTP unprotect failed with: authentication failure 10
[Mar 11 09:01:33] WARNING[614][C-00000002]: res_srtp.c:407 ast_srtp_unprotect: SRTP unprotect failed with: authentication failure 10

生成されたキー:

./usr/src/asterisk-*/contrib/scripts/ast_tls_cert -C IpAddress -O "Company" -d /etc/asterisk/keys

sip.confファイル:

[general]
udpbindaddr=0.0.0.0:5060
realm=IpAddress
transport=udp,ws,wss
videosupport=no
icesupport=yes
allowguest=no
allwaysreject=yes
rtptimeout=30

私のピアは次のように設定されsip.confています:

[000001]
host=dynamic
secret=000001
context=from-internal
type=friend
encryption=yes
avpf=yes
force_avp=yes
icesupport=yes
directmedia=no
disallow=all
allow=ulaw,alaw,gsm,all
dtlsenable=yes
dtlsverify=no
dtlscertfile=/etc/asterisk/keys/asterisk.pem
dtlscafile=/etc/asterisk/keys/ca.crt
dtlssetup=actpass

クライアントにはsipML5を使用しています。警告をクリアするための洞察はありますか?

4

0 に答える 0