【发布时间】:2019-06-17 01:31:29
【问题描述】:
我想在本地机器上设置在 ubuntu 16.04 上工作的星号 13 以启用 WebRTC,我在 firefox 上使用 https://www.doubango.org/sipml5/ 进行测试
我已将 sipml5 客户端成功连接到星号,但在模拟通话时,它显示为通话进行中,
http 已启用并绑定到 8088 端口
这是 sip.conf :
[web_rtc]
context=default
host=dynamic
secret=abc101
type=friend
transport=udp,ws,wss,tcp
encryption=yes
avpf=yes
force_avp=yes
icesupport=yes
directmedia=no
disallow=all
allow=opus
allow=ulaw
dtlsenable=yes
dtlsverify=fingerprint
dtlscertfile=/etc/asterisk/ast.pem
dtlscafile=/etc/asterisk/ast.pem
dtlssetup=actpass/
rtcp_mux=yes
这是 extension.conf :
[web_rtc]
exten => 100,1,Answer()
exten => n,Playback(hello-world)
exten => n,Hangup()
【问题讨论】: