我遇到的可能是一个简单的配置问题。两个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)
答案 0 :(得分:0)
已解决:问题是一个AD块插件。