星号错误:无法在INVITE上进行身份验证 - 无法调用

时间:2017-05-31 13:02:18

标签: asterisk sip

我从ViciBox iso安装了Asterisk(ViciBox_v.7.x86_64-7.0.4)。 我正在使用软电话(CounterPath的BRIA),我通过vicidial将它设置在星号上。 我可以在Bria软电话上正确接听电话,拨打电话号码。 问题是我无法拨打电话。

当我尝试拨打星号控制台时,我有:

[May 31 14:19:56] Connected to Asterisk 11.25.1-vici currently running on vicibox7 (pid = 1476)
[May 31 14:20:01]   == Manager 'sendcron' logged on from 127.0.0.1
[May 31 14:20:01]   == Manager 'sendcron' logged off from 127.0.0.1
[May 31 14:20:01]   == Manager 'sendcron' logged on from 127.0.0.1
[May 31 14:20:01]   == Manager 'sendcron' logged off from 127.0.0.1
[May 31 14:20:06]   == Manager 'sendcron' logged on from 127.0.0.1
[May 31 14:20:06]   == Manager 'sendcron' logged off from 127.0.0.1
[May 31 14:20:28]   == Using SIP RTP CoS mark 5
[May 31 14:20:28]     -- Executing [0039**********@default:1] Goto("SIP/001-00000000", "to-Gloobobusiness,s,1") in new stack
[May 31 14:20:28]     -- Goto (to-Gloobobusiness,s,1)
[May 31 14:20:28]     -- Executing [s@to-Gloobobusiness:1] NoOp("SIP/001-00000000", "Chiamata in uscita sul trunk di gloonobusiness") in new stack
[May 31 14:20:28]     -- Executing [s@to-Gloobobusiness:2] Dial("SIP/001-00000000", "SIP/s@Trunk_Gloobobusiness") in new stack
[May 31 14:20:28]   == Using SIP RTP CoS mark 5
[May 31 14:20:28]     -- Called SIP/s@Trunk_Gloobobusiness
[May 31 14:20:28] NOTICE[1558][C-00000000]: chan_sip.c:23309 handle_response_invite: Failed to authenticate on INVITE to '"cccenter" <sip:001@79.47.20.72>;tag=as6d2f2341'
[May 31 14:20:28]     -- SIP/Trunk_Gloobobusiness-00000001 is circuit-busy
[May 31 14:20:28]   == Everyone is busy/congested at this time (1:0/1/0)
[May 31 14:20:28]     -- Auto fallthrough, channel 'SIP/001-00000000' status is 'CONGESTION'

我的拨号方案:

exten => _+39.,1,Goto(to-Gloobobusiness,s,1)
exten => _39.,1,Goto(to-Gloobobusiness,s,1)
exten => _0039.,1,Goto(to-Gloobobusiness,s,1)

[to-Gloobobusiness]
exten => s,1,NoOp(Chiamata in uscita sul trunk di gloonobusiness)
same => n,Dial(SIP/${EXTEN}@Trunk_Gloobobusiness)

[from-Gloobobusiness]
exten => s,1,NoOp(Chiamata in ingresso mando al 001)
same => n,Dial(SIP/001)

1 个答案:

答案 0 :(得分:-1)

您的调试输出中有什么不清楚的?你正在试着打电话给ti

s@Trunk_Gloobobusiness

不认为任何后备箱对数字s感到满意。