问题标签 [linphone]

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.

0 投票
1 回答
432 浏览

xcode - 在 Xcode 上构建 linphone 时 makefile.in 错误

我从他们的网站下载了一个 linphone 源代码。我遵循了他们在自述文件中显示的过程。在我构建之前一切正常,但是当我发出 make all 命令时,会生成以下错误:

这些是我遇到的错误行。需要这方面的指导。这里可能出了什么问题?供您参考,我使用的是 osx 10.9 和 Xcode 5.1。

谢谢。

0 投票
0 回答
331 浏览

voip - Linphone-web-plugin 构建卡在 OSX 上

我正在尝试在安装了 Xcode 5.1.1 的 OS X 10.9.3 上构建 linphone-web-plugin。我已按照他们的 README 文件中的说明进行操作。我尝试使用 XCode 4.6.3 构建它(使用 xcodebuild 命令,而不是直接来自 Xcode)。Linphone-web-plugin 使用的是 firebreath-1.7。

问题是构建总是卡在线上:

它不会抛出任何错误,它只会永远留在那里。

在构建 linphone-web-plugin 时有人遇到过这个问题吗?Linphone-web-plugin 可以在这里找到。

0 投票
1 回答
2959 浏览

ios - 如何将 Linphone 集成到 IOS Swift - 开发 iOS 7 / 8

我是 iOS 开发的新手,但我知道 C#、Python 和 Java。我希望通过 Swift 编程语言将 Linphone 集成到 IOS 项目中。

我在以下位置找到了启用了所有安全功能的 Linphone 构建: https ://github.com/guardianproject/linphone-ios-secure

我构建并运行了 hello-world,没有出现任何错误,但模拟器中没有出现任何问题。

开始我的项目的最佳方式是什么,我创建了我的故事板来传递我的 SIP 帐户的配置。我在构建设置中包含了所有 Lib 和 h 文件,它编译时没有错误。

我的目标是使用 Linphone 以编程方式进行视频通话。

有人有示例 Swift 或 Objective-C XCode 6 项目或代码片段吗?

提前致谢!!!!!斯坦

0 投票
1 回答
2679 浏览

ios - Linphone IOS:SSL 握手失败:X509 - 证书验证失败

在我的 Asterisk 服务器注册时,我收到以下错误。谁能告诉我任何解决方法或我们如何从 Linphone 禁用此 ssl 身份验证?

我发现Android 上的 TLS 问题 - 适用于 Linphone 开发人员的 iPhone,它说:

但是当我linphonerc在 iOS 中打开文件时,我没有找到verify_server_certs语句。

如何在我的 Asterisk 服务器上注册我的设备?我如何信任 Asterisk 服务器的证书?

任何帮助将不胜感激。

0 投票
0 回答
433 浏览

android - Linphone-android 出错

我跟随公会,克隆项目并运行

并得到以下错误:

我使用的是 Ubuntu 14.4,ndk-r9。有人帮我解决这个问题吗?

0 投票
0 回答
207 浏览

ios - linphone_call_take_video_snapshot 保存的空文件

我正在开发一个基于Linphone-iPhone的项目,该项目需要拍摄当前视频流的快照(输入和输出)。

我在 liblinphone 中找到了这个“ linphone_call_take_video_snapshot ”并试了一下。代码很简单,运行没有任何错误,但保存文件的大小始终为0 kb

这是代码:

linphone_call_take_video_snapshot真的有用吗如果是这样,我做错了什么?

0 投票
1 回答
920 浏览

android - Make linphone only use g729 for all calls by default

Where can I change my application's preference to use G729 codec by default for all calls in linphone?

I have successfully compiled the library and I can find the codec inside my audio codec list, but I want to set g729 as the default codec.

0 投票
1 回答
1682 浏览

android - How to register to a SIP server by domain instead of IP address and create a SIP Account from client side?

I've successfully compiled Liblinphone library for android and use it to register to Brekeke SIP server and make calls between Android clients and PC client(x-Lite,linphone). but I'm facing two problems:

  1. Client register to the server with their IP address instead of the domain.

    For e.g: if the server IP:192.168.10.105 and client (IP,name):(192.168.10.101,101), the user will registered to Brekeke as sip:101@192.168.10.101 instead of sip:101@192.168.10.105 so when I call 101 from linphone client the result is Not Found

    /li>
  2. I need to create user on the SIP server from the client side by code, is this possible using Liblinphone or I should implement it by my self?

0 投票
2 回答
583 浏览

android - Linphone 构建错误,Android L 最小目标

我在编译 linphone android 项目时遇到问题,我已阅读说明并安装了编译项目所需的软件包。

但是最后我得到了这个错误:

我对 ant 构建系统没有太多经验。如何将构建工具的项目目标更改为 sdk '19'?

0 投票
1 回答
352 浏览

java - 使用 Process.waitFor() 时应用程序停止响应

我正在从我的 Java 应用程序 (8u11) 中启动一个外部应用程序。但是,应用程序在 Windows XP 和 Windows 7 下使用标准沙漏/微调器对 UI 输入无响应。

我已将这个问题缩小到是否使用 Process.waitFor()。如果我调用它,我会看到问题,如果我不调用它,它会正常工作。如果我随后退出 Java 应用程序,应用程序也会解冻。

我的问题是为什么会这样——调用 waitFor() 怎么可能影响子进程的内部运行?我怎样才能避免这个问题?

有问题的应用程序是 LinPhone.exe,但我不认为该问题是特定于应用程序的——它必须有一些通用的方式来处理标准 IO 等,而我通过调用 waitFor() 来干扰这种方式。

我需要使用 Process.waitFor() 以便我可以跟踪应用程序何时退出。

我已将问题简化为此 SCCEE。

在此处输入图像描述