菜鸟学freeswitch(三)freeswitch启动报错不支持ipv6

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 

posted @ 2019-01-11 09:10  左手程序,右手诗  阅读(2572)  评论(0编辑  收藏  举报