Rejecting secure video stream without encryption details

Hi all,

I would like to ask about an issue, that I have when I’m trying to call from my sip-phone(JsSIP) to regular extension. Every time when I’m trying that I’ve got following message:

[Mar 25 22:56:36] WARNING[4468][C-00000055]: chan_sip.c:10635 process_sdp: Rejecting secure video stream without encryption details: video 53292 RTP/SAVPF 100 116 117

this is my settings:

sip.conf
-----------------------------
[general]
udpbindaddr=0.0.0.0:5060
transport=udp,ws,wss

[1060]
type=friend
username=1060
host=dynamic
secret=1060
context=default
hassip = yes
encryption = yes
avpf = yes
icesupport = yes
videosupport=no
directmedia=no

[1061]
type=friend
username=1061
host=dynamic
secret=1061
context=default
hassip = yes
icesupport = no
encryption = no
videosupport=no
avpf = no



extension.conf
--------------------

[general]
static=yes
writeprotect=no
clearglobalvars=no


[default]
exten => 100,1,Dial(SIP/1060)
exten => 101,1,Dial(SIP/1061)

I can also provide SIP debug…

Thank you for your help!

Patrik

Turn off encryption.

The peer has failed to provide key information to allow an encrypted connection.

thanks for advice, but it didn’t helpful
I tried to change encryption to no for global…

Hi,
I’m Luis Toro, I’m a newbie with Asterisk, I want to use it for a webRTC application, to make videocalls and I having this problem, I tried with various asterisk versions and configurations, and i always finish finding this problem.Has anyone found a solution for this problem?
Thank you in advance!
LTJ

Asterisk these days has no support to videcalls through SIP. If you want try audio calls with JsSIP it necessary setup video=false, audio=true in options of web SIP abent