我在虚拟机中安装了 AsteriskNOW,但很难让来自 PBX 的呼叫转到我偶尔用于测试目的的 SIP2SIP 网络上的另一个 SIP 地址。但是,尝试从与 PBX 关联的端点之一拨打任何 SIP URI 都会导致所用客户端出现服务不可用错误,并在 Asterisk CLI 中产生以下错误:
== Using SIP RTP CoS mark 5
-- Executing [destuname@clients:1] Verbose("SIP/sourceuname-00000000", ""), in
new stack
-- Executing [destuname@clients:1] Dial("SIP/sourceuname-00000000", "SIP/destuname
@sip2sip.info") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/[email protected]
-- Got SIP response 500 "Server Internal Error" back from 81.23.228.129:5060
-- SIP/sip2sip.info-00000001 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Auto fallthrough, channel 'SIP/sourceusername-00000000' status is 'CONGESTION'
我的网络中的所有端点都包含在一个恰当地命名为客户端的上下文中;extensions.conf 中用于方便拨打 SIP URI 的行是:
exten => _[0-9a-zA-Z].,1,Dial(SIP/${EXTEN}@${SIPDOMAIN})
我该怎么做才能解决这个问题?
答案1
您需要检查 sip 调试
很可能 URL 没问题,问题出在另一端
asterisk -r
sip set debug on