星号:WebRTC无音频

问题描述 投票:1回答:1

我遇到的可能是一个简单的配置问题。两个SIP客户端(zoiper)之间的呼叫成功。

当我在WebRTC客户端(sipml5)和SIP客户端(Zoiper)之间启动呼叫时,连接处于活动状态,但是双向都没有音频。

所以,我有最新的Asterisk 16,最新的Chrome(与Firefox和Chrome Beta相同的问题),sipml5和局域网-没有nat或防火墙。

关于我们可能做错了什么的任何想法?预先感谢您的帮助!

/ etc / asterisk / sip.conf

[general]
realm=192.168.11.31;
udpbindaddr=192.168.11.31;
transport=udp

[1060] ; This will be WebRTC client
type=friend
username=1060
host=dynamic
secret=password
encryption=yes
avpf=yes
icesupport=yes
context=default
directmedia=no
transport=udp,ws,wss;
force_avp=yes
dtlsenable=yes
dtlsverify=fingerprint
dtlscertfile=/etc/asterisk/cert/asterisk.pem
dtlssetup=actpass
rtcp_mux=yes

[6002] ; This will be the legacy SIP client
type=friend
username=6002
host=dynamic
secret=password
context=default

[6001]
type=friend
username=6001
host=dynamic
secret=password
context=default

/ etc / asterisk / extensions.conf

[default]
exten => 1060,1,Dial(SIP/1060)
exten => 6002,1,Dial(SIP/6002)
exten => 6001,1,Dial(SIP/6001)
audio webrtc asterisk sip
1个回答
0
投票

已解决:问题是一个AD块插件。

© www.soinside.com 2019 - 2024. All rights reserved.