sipml5 icon indicating copy to clipboard operation
sipml5 copied to clipboard

Rejecting secure audio stream without encryption details

Open bmatosr opened this issue 7 years ago • 3 comments

Hi guys!

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

  • Vicibox V.8.0.1
  • Asterisk 11.25
  • Zoyper 3.6

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

bmatosr avatar Jun 14 '18 16:06 bmatosr

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)

Raven5650 avatar Jun 18 '18 09:06 Raven5650

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

pr0c avatar Mar 20 '19 09:03 pr0c

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.

inderjeetsharma avatar Jul 22 '19 23:07 inderjeetsharma