我正在尝试将 SIP iOS 应用程序连接到 RingCentral 托管的数字 SIP 线路。RingCentral 给出的线路设置如下:
SIP Domain: sip.ringcentral.com:5060
Outbound proxy: sip11.ringcentral.com:5090
Username: 12148656048
Password: -password-
Authorization ID: -same as password-
所以,我已经像这样设置了 SIP 应用程序:
-Identity Settings-
Display name: Line1
Public id: sip:12148656048@sip.ringcentral.com
Private id: 12148656048
Password: -password-
Realm: sip.ringcentral.com
-Network settings-
Proxy Host: sip11.ringcentral.com
Proxy Port: 5090
Transport: UDP
Enable SigComp: OFF
-NAT Traversal settings-
Enable STUN: OFF
Discover: OFF
Server: numb.viagenie.ca
Port: 3478
我的应用无法连接到服务器。有人可以在那里发现错误吗?仅供参考,我正在使用的应用程序是iDoubs,我已经能够将它连接到多个 SIP 服务器,例如sip2sip.info
和voipraider.com
。任何帮助将非常感激。
编辑:这是他们板上的一篇文章,讨论了在 Android- LINK上设置类似的应用程序。我也在他们的板上发布了这个问题,但还没有得到答复。