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