问题标签 [pjsip]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
iphone - 为 Xcode 4.3.2 和 SDK 5.1 编译 pjsip 2 时出错
我正在尝试使用终端编译 pjsip 第 2 版,无论我尝试什么,我都会遇到不断的错误。一直在互联网上寻找答案,包括stackoverflow。
我今天使用他们的 subversion 存储库下载了 pjsip 版本 2,因此所有文件都应该是最新的。
遵循本指南时:http ://trac.pjsip.org/repos/wiki/Getting-Started/iPhone运行“make dep && make clean && make”后出现此错误:
将上述指南与本指南结合使用时:http ://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2011-October/013481.html运行“make dep && make clean && make”后出现此错误:
我已将 /pjlib/include/pj/config_site.h 包含在以下代码中:
如何让 pjsip 编译没有错误?
请考虑我是新手,谢谢!
android - 安卓中的PJSip
我正在尝试使用诸如项目之类的Sip client
为 android构建一个。不过,其实我对. 有没有人有关于 pjsip 的教程或类似的东西来使用 PJsip lib 在 android 中构建一个?欢迎任何建议!pjsip
CSipSimple
pjsip
Sip softphone
iphone - iOS 4:以 TCP 模式编译 PJSIP
如何在 iPhone 的 TCP 模式下编译 PJSIP 库?
我有步骤,但不知道我需要修改哪些文件。
要启用 iOS 的多任务支持,请将 PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT 设置为 1。然后应用程序可以使用 API pj_activesock_set_iphone_os_bg() 设置 iOS 后台模式设置。将值设置为 1 将使 TCP 活动套接字在应用程序处于后台时接收传入数据。此设置的默认值为 PJ_ACTIVESOCK_TCP_IPHONE_OS_BG。默认情况下,当您运行 configure-iphone 时,这两个设置都在 iOS 4 上启用
谁能告诉我需要在哪些文件中进行更改才能在 TCP 模式下编译 PJSIP lib。
非常感谢任何帮助。
silverlight - Silverlight OOB 应用程序的 SIP 堆栈
我想知道将 SIP 堆栈与 silverlight OOB 应用程序集成的可能解决方案。有没有办法在任何当前的 Silverlight 应用程序中显示来电显示信息?
谢谢。
ios - pjsip在ios des上启用扬声器不起作用
我使用此代码尝试在 iOS 设备上启用扬声器。
我知道我可以使用kAudioSessionProperty_OverrideAudioRoute
,但我想通过 pjsip 启用它,因为这样我可以传递PJMEDIA_AUD_DEV_ROUTE_BLUETOOTH
给路由并启用蓝牙。
我在 iOS 5.0 上使用 pjsip 1.8.5
iphone - pjsip 为 iOS 5 构建,不会
周五,我从SVN 主干中检索了最新版本,并尝试按照入门 wiki 上的说明进行构建。
make
dep 似乎执行没有任何问题,但在 Samples.mak 上 make 失败。当平台为“arm-apple-darwin9”时,似乎没有任何规则可以制作任何样本。
如果我此时打开Xcode
项目,libavcodec
并且它的所有相关库以及LibSDL
. 没有提到ffmpeg
事先安装 SDL 的要求,所以不确定在那里做什么。
android - CSipSimple PjSip 获取一些 voip 指标
我想显示VOIP
丢包抖动等指标。在PJSIP
代码中有一个类RTPC.c
,我可以在其中获取此信息。所以我的问题是:是否CSipSimple
有收集这些信息的 Java 对象,或者任何人都可以给我一个设备如何更改 Java 类以获取这些信息JNI
?
sip - samplecsipsimple sip
我正在查看 csipsimple 应用程序 - 使用 sip 调用、寄存器。我还发现 samplecsipsimple 使用 csipsimple 作为库将 sip 客户端注册到 sip 服务器。我想如何使用 csipsimple 作为库在 wifi 上创建出站呼叫和入站呼叫?
需要一些帮助。欣赏
iphone - Free voip server sending PJSIP_INV_STATE_DISCONNECTED to both the devices while call transfer causing call drop
We have developed a VOIP client in iphone. Initally we tested it on Asterisk server and call transfer was working fine there.
Now we are using a free SIP server for testing. Now the problem is that when i am doing call transfer through this server, it's sending message PJSIP_INV_STATE_DISCONNECTED to both the end, it should send this message only to that party who are transferring the call. Because of that other end dismissing it's screen.
The problem is that this is the general event for call disconnect, so other end thinks that calling party has disconnected so it also disconnects.
anybody has ever faced such type of issue? Please give me some suggestion.
Thanks
iphone - 如何在 iOS 上的 PJSIP 呼叫中实现静音功能
我想在我的通话中实现静音按钮。我正在为 iPhone 开发一个 VOIP 应用程序。现在,当来电且用户接听时,我想显示一个静音按钮,以便用户可以将通话或会议静音。我通过 PJSIP API 做了同样的事情。
问题是,虽然此代码适用于一对一通话,但不适用于会议场景。
我想知道我是否可以直接关闭麦克风:我可以绕过 PJSIP API 使用 iOS 实现相同的功能吗?
这可能吗?