将SIP应用程序连接到RingCentral服务器

时间:2012-05-26 20:21:14

标签: ios sip voip ringcentral

我正在尝试将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.infovoipraider.com。任何帮助都会非常感激。

编辑:这是他们董事会上的一篇文章,讨论如何在Android上设置类似的应用程序 - LINK。我已经在他们的董事会上发布了这个问题,但还没有得到答复。

2 个答案:

答案 0 :(得分:0)

Tyler from RingCentral的演示使用SIP.js连接到RingCentral SIP服务器,在这里:https://github.com/tylerlong/ringcentral-webrtc/blob/master/index.js

答案 1 :(得分:0)

此处是为Zoiper配置RingCentral的文章:https://medium.com/ringcentral-developers/setup-zoiper-as-a-ringcentral-device-ad484a81d317

如果iDoubs是与Zoiper类似的产品,那么您也应该能够对其进行设置。