把G5 SIP forward到xxx@sipsorcery.com。G5目前注冊有問題。

也就是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目前注冊有問題。 -xtzh1893- 给 xtzh1893 发送悄悄话 (219 bytes) () 08/23/2009 postreply 03:45:41

fitwxc, 照做了, 也不工作, SS里sip provider 要加什么? 目前是空的. -t123- 给 t123 发送悄悄话 t123 的博客首页 (58 bytes) () 08/23/2009 postreply 09:17:39

SPA1001 里的Proxy要不要改一下? -t123- 给 t123 发送悄悄话 t123 的博客首页 (26 bytes) () 08/23/2009 postreply 09:24:24

接SS的話當然要改成sipsorcery.com的 -fitwxc- 给 fitwxc 发送悄悄话 (0 bytes) () 08/23/2009 postreply 12:56:38

SIP provider空,有480說明打進去了,你的dialplan有問題。 -fitwxc- 给 fitwxc 发送悄悄话 (81 bytes) () 08/23/2009 postreply 12:54:46

SS目前有故障,都是480錯誤 -fitwxc- 给 fitwxc 发送悄悄话 (0 bytes) () 08/23/2009 postreply 14:25:14

请您先登陆,再发跟帖!