SIP管理器API的支持 [英] Sip Manager api support

查看:475
本文介绍了SIP管理器API的支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经通过 SIP Manager文档走了,它说 -

I have gone through SIP Manager Documentation, it says -

并不是所有的Andr​​oid供电设备支持使用SIP的VoIP电话。你应该总是调用isVoipSupported(),以验证该设备支持VoIP呼叫和isApiSupported(),以验证该设备支持SIP的API。您的应用程序还必须要求互联网和USE_SIP权限。

Not all Android-powered devices support VOIP calls using SIP. You should always call isVoipSupported() to verify that the device supports VOIP calling and isApiSupported() to verify that the device supports the SIP APIs. Your application must also request the INTERNET and USE_SIP permissions.

我有三星galaxy年轻王牌手机,无一不是2.3+,我已经检查的方法 SipManager.isApiSupported() SipManager。 isVoipSupported(),但他们两人在这两种情况下返回false。有什么工作要做,以使之SIP的支持?或者我在哪里可以有一个支持SIP移动的名单?

I have Samsung galaxy young and ace mobiles, both are 2.3+, i have checked with the methods SipManager.isApiSupported(), SipManager.isVoipSupported(),but both of them return false in both the cases. Is there anything to be done to make it Sip supported? Or Where can I have a list of mobiles that support SIP?

编辑:

如何工作2.1手机?

推荐答案

所有的Andr​​oid设备,它可以连接到Internet,支持SIP。

All Android devices, which can connect to the Internet, support SIP.

在所有的SIP仅仅是一个协议,它需要连接到互联网。

After all SIP is just a protocol which requires connection to the Internet.

交通分为2大类 - SIP(​​SIP消息)和媒体(RTP封装在TCP / UDP连接) - 都需要向IP网络和SIP服务器只能访问(严格地说你不需要互联网,如果你在你的本地网络的SIP服务器)。

The traffic is divided in 2 major categories - SIP (SIP Messages) and Media (RTP Packages over TCP/UDP connection) - both require only access to IP Network and a SIP Server (strictly speaking you don't need Internet, if you have SIP Server in your local network).

为了与SIP的工作,你需要SIPStack实现 - 如果是第三方或者它来自Android的API(坦白说Android的SIP API是非常有限的,目前)没有关系。请查看这个线程为第三方SipStack实现的列表。

In order to work with SIP, you need SIPStack implementation - doesn't matter if it's 3rd party or it comes from Android API (frankly speaking Android SIP API is very limited, for now). Check out this thread for a list of 3rd party SipStack implementations.

要回答你的问题:

有什么工作要做,以使之SIP支持?

Is there anything to be done to make it Sip supported?

是的,你可以使用第三方SIPStack实施。

Yes, you can use 3rd party SIPStack implementation.

如何工作2.1手机?

SipDroid使用 MjSIP 为SIPStack实现,这又是,第三方SIPStack implement执行。

SipDroid uses MjSIP as SIPStack implementation, which is again, 3rd party SIPStack impl.

这篇关于SIP管理器API的支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆