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

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

问题描述

我已经阅读了 SIP 管理器文档,它说 -

I have gone through SIP Manager Documentation, it says -

并非所有 Android 设备都支持使用 SIP 的 VOIP 呼叫.您应该始终调用 isVoipSupported() 来验证设备是否支持 VOIP 呼叫,并调用 isApiSupported() 来验证设备是否支持 SIP API.您的应用程序还必须请求 INTERNET 和 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 Young 和 ace 手机,都是 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?

Sip Droid 如何在 2.1 手机上运行?

How is Sip Droid working on 2.1 phone?

推荐答案

所有可以连接互联网的 Android 设备都支持 SIP.

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

毕竟 SIP 只是一种需要连接到 Internet 的协议.

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

流量分为两大类 - SIP(​​SIP 消息)和媒体(TCP/UDP 连接上的 RTP 包) - 两者都只需要访问 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 实现 - 无论它是第 3 方还是来自 Android API(坦率地说,Android SIP API 目前非常有限).查看此主题以获取第 3 方 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?

是的,您可以使用第 3 方 SIPStack 实现.

Yes, you can use 3rd party SIPStack implementation.

Sip Droid 如何在 2.1 手机上运行?

How is Sip Droid working on 2.1 phone?

SipDroid 使用 MjSIP 作为 SIPStack 实现,这也是第 3 方 SIPStack 实现.

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

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

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