DoubangoTelecom / sipml5

The world's first HTML5 SIP client (WebRTC)
BSD 3-Clause "New" or "Revised" License
944 stars 460 forks source link

Rejecting secure audio stream without encryption details #309

Open bmatosr opened 6 years ago

bmatosr commented 6 years ago

Hi guys!

I need help with this problem. I have the following software installed:

I also have the following configuration in my webrtc phones: image

I'm trying to use the demo code from git hub, and I can register to the server but when I do some type of call I see on Asterisk CLI the following image

image

I read to many threads on Internet but I couldn´t find a solution, I tried everything. I'm kinda newbie with this, but I have several days trying to fix this issue. I'm using ws (not wss).

I hope that someone could help me

Thanks

Raven5650 commented 6 years ago

from what i can see, it seeems(im not an expert myself) that in some point of your configuration(peer or demo) u are using tss that refuse the ws. Did u use the page it in http? Have u set tss only in peer connection instead of udp/tcp/ts? Try check all this (encryption=yes could be a good start for checking)

pr0c commented 5 years ago

Hi @bmatosr. Have you fixed this issue? Please tell me if you have solution

inderjeetsharma commented 5 years ago

Please make sure you have following module loaded. localhost*CLI> module load res_srtp.so Follow the steps below if you get "Error loading module 'res_srtp.so': /usr/lib/asterisk/modules/res_srtp.so" yum install libsrtp-devel ; for Centos and recompile Asterisk.