也就是SipSorcery不要登記到G5。在G5的Website裏forward all calls,選SIP forward,地址是你的SS帳號@sipsorcery.com。然後你的SS dialplan要像這樣:
if sys.In then
# Do your INCOMING call processing customisations here.
if sys.IsAvailable() then
sys.Dial("#{sys.Username}@local",30)
else
sys.Respond(480, "#{sys.Username} Not available")
end
else
# Do your OUTGOING call processing customisations here.
case req.URI.User
when /^1/ then sys.Dial("Gizmo")
else sys.Dial("VD")
end
end
該死的G5目前問題重重,隻有forward工作。
把G5 SIP forward到xxx@sipsorcery.com。G5目前注冊有問題。
所有跟帖:
•
回複:把G5 SIP forward到xxx@sipsorcery.com。G5目前注冊有問題。
-xtzh1893-
♂
(219 bytes)
()
08/23/2009 postreply
03:45:41
•
fitwxc, 照做了, 也不工作, SS裏sip provider 要加什麽? 目前是空的.
-t123-
♂
(58 bytes)
()
08/23/2009 postreply
09:17:39
•
SPA1001 裏的Proxy要不要改一下?
-t123-
♂
(26 bytes)
()
08/23/2009 postreply
09:24:24
•
接SS的話當然要改成sipsorcery.com的
-fitwxc-
♂
(0 bytes)
()
08/23/2009 postreply
12:56:38
•
SIP provider空,有480說明打進去了,你的dialplan有問題。
-fitwxc-
♂
(81 bytes)
()
08/23/2009 postreply
12:54:46
•
SS目前有故障,都是480錯誤
-fitwxc-
♂
(0 bytes)
()
08/23/2009 postreply
14:25:14