我在运行Linux Centos 6的x86_64上定义了由root @ fabio-linux构建的Asterisk 11.22.0上的SIP通道,但不幸的是SIP通道的端口已关闭,我无法执行代理身份验证接收407错误。 有人能给我一个帮助吗? 感谢
答案 0 :(得分:0)
在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/