-
Notifications
You must be signed in to change notification settings - Fork 1.5k
常见错误
648540858 edited this page Nov 16, 2020
·
1 revision
org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.sip.SipProvider' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value="tcpSipProvider")}
检查 sip.ip/port 配置是否正确
Caused by: java.net.BindException: 地址已在使用
检查 sip.port / server.port 端口配置是否冲突
点击播放出现 timeout
设置 media.rtp.enable = false, 再次尝试. 如果仍然出现 timeout, 请检查防火墙以及其他网络配置.
ps: 持续补充...