首页 > 技术文章 > 菜鸟学freeswitch(三)freeswitch启动报错不支持ipv6

pangyangqi 2019-01-11 09:10 原文

Error Creating SIP UA for profile: internal-ipv6 (sip:mod_sofia@[::1]:5060;transport=udp,tcp) ATTEMPT 2 (RETRY IN 5 SEC)

 

::1为IPv6地址,系统不支持,需要让freeswitch去掉IPv6的支持。

解决方案:

进入/usr/local/freeswitch/conf/sip_profiles目录,或docker的宿主机目录/data/freeswitch/conf/sip_profiles 
把目录下的xxxx-ipv6.xml文件改名为xxxx-ipv6.xml.deactive 

推荐阅读