zoukankan      html  css  js  c++  java
  • 菜鸟学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 

  • 相关阅读:
    Leetcode
    算法
    手写代码注意点 -- HashMap
    Batch
    Batch
    Tomcat
    微服务
    Java 基础
    Maven
    算法
  • 原文地址:https://www.cnblogs.com/pangyangqi/p/10253493.html
Copyright © 2011-2022 走看看