14
2020
01
14:07:28

SIP trunk UNREACHABLE



推荐点击下面图片,通过本站淘宝优惠价购买:

image.png

If you have configured in Asterisk (or you fron-end FreePBX) sip trunk provider of VoIP, but outbound link is not working, and in output:

# asterisk -rx "sip show peers"

you see that your sip trunk UNREACHABLE in the “Status” field, check the following settings:

  • Disable qualify option for the corresponding peer:

    qualify=no

    This will disable the periodic check availability of the peer. If you then outgoing calls via this trunk earned, it means that the provider is not response for checking packets (asterisk used packages OPTIONS with zero length). Possible reasons for this, see below

  • If asterisk (FreePBX) behind NAT (any type), check the settings in the instructions of the external IP:

    • in FreePBX get the desired options on the path Settings -> Asterisk SIP settings

    • or in sip.conf:

      externip=a.b.c.d
  • In severe cases, you can always thoroughly investigate include debug mode in the console asterisk (asterisk -r):

    pbx*CLI> sip set debug on
    SIP Debugging enabled
    pbx*CLI> core set debug 99
    Core debug was 0 and is now 99
    pbx*CLI> core set verbose 99
    Verbosity was 0 and is now 99


本文链接:https://hqyman.cn/post/1144.html 非本站原创文章欢迎转载,原创文章需保留本站地址!

分享到:





休息一下,本站随机推荐观看栏目:


« 上一篇 下一篇 »

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

您的IP地址是: