| 我在我的asterisk中註冊nonoh.net帳號... 但好像怎設定也是連不上的...
 也是說:
 "Got SIP response 400 "Bad request" back from 77.72.169.134"
 但我用sip show registry看到是registered的...
 
 嗯~最初我是用GUI註冊trunk的...
 後來在CLI改也好像不行...已經試了不少方法...
 
 現在的設定是...
 錯誤碼是這個...複製代碼[trunk_4]
host = sip.nonoh.net
username = (loginid)
secret = (password)
trunkname = nonoh.net 0001 ; GUI metadata
context = DID_trunk_4
group = null
hasexten = no
hasiax = no
hassip = yes
registeriax = no
registersip = yes
trunkstyle = voip
;fromdomain = sip.nonoh.net
fromuser = (loginid)
insecure = no
;insecure = port,invite
;authuser = (loginid)
disallow = all
allow = ulaw,alaw,gsm,g726
原本是insecure = port,invite的...複製代碼  == Using SIP RTP CoS mark 5
  == Using SIP VRTP CoS mark 6
    -- Called trunk_4/
    -- Got SIP response 400 "Bad request" back from 194.120.0.198
    -- SIP/trunk_4-00000001 is circuit-busy
  == Everyone is busy/congested at this time (1:0/1/0)
    -- Executing [1-dial@macro-trunkdial-failover-0.3:2] GotoIf("SIP/6001-00000000", "0 > 0 ?1-CONGESTION,1:1-out,1") in new stack
    -- Goto (macro-trunkdial-failover-0.3,1-out,1)
    -- Executing [1-out@macro-trunkdial-failover-0.3:1] Hangup("SIP/6001-00000000", "") in new stack
  == Spawn extension (macro-trunkdial-failover-0.3, 1-out, 1) exited non-zero on 'SIP/6001-00000000' in macro 'trunkdial-failover-0.3'
是哪裡出錯呢?
 
 而且我用xlite登入同一nonoh帳號是成功打出的...
 各位可以幫忙一下嗎?
 謝謝~
 |