谢谢出入自在兄的提示,我的电话连在ATA可以接受从sipgate打进的电话.也可以用gateway打出(通过voipdiscount).
设置gateway的时候,犯了一个错,在dialplan里没有加gw1,结果总打不出去,加上后就解决了.
设置打入的时候,也有问题,在ATA里填的ID/Password用sipgate的login ID/Password,结果总打不进,改成sipgate电话的credential,问题解决.
现在又有新问题,用sipsorcery,电话总打不进.Sip providers里面填人sipgate信息,register也打勾,dialplan的名字是default,如下:
#Ruby
if sys.In then
sys.Dial("#{sys.Usename}@local")
end
用x-lite或ATA都打不进,x-lite显示registration ready.
在sipsorcery的calls tab,有很多行,例如:
02 Jan2010 17:51:56|John Smith|Out|sip.JohnSmith@24.77.33.212:6201;rinstance=1dd5efa82331fd0c;transport=TCP|"7272451234"
02 Jan2010 17:51:55|John Smith|In|sip.JohnSmith@sipsorcery.com;rinstance=825190|"7272451234"
在sip accounts里keep Alives都打勾,In/out plan都选default
哪位兄弟帮忙看一下什么问题?