为什么星号SIP端口(5060)关闭



我在运行 Linux Centos 6 的 x86_64上由根@ fabio-linux 构建的 Asterisk 11.22.0 上定义了一个 SIP 通道,但不幸的是 SIP 通道的端口已关闭,我无法执行代理身份验证收到 407 错误。有人可以帮我吗?谢谢

在 Centos 上,你需要配置 SELinux。

要将其关闭:sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config

然后reboot

这应该会有所帮助:

http://blogs.digium.com/2012/11/05/how-to-install-asterisk-11-on-centos-6/

http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_base_configuration.html

相关内容

  • 没有找到相关文章

最新更新