LinPhone

Integrate Linphone in own iOS project

北战南征 提交于 2019-12-04 09:49:50
问题 I am creating a voip call based project with Linphone and I have also successfully build and run the Linphone project and successfully run audio and video call. Now I am integrating Linphone in my own project and I am facing many problems and issues with this. I have used some following links for help but nowhere are complete instructions. Can anyone provide me the complete running steps for this- http://shallwelearn.com/blog/build-linphone-for-iphone-and-ipad/ Integrate Linphone app to my

Couldn't find libtoolize, even though I have installed libtool in OSX Yosimite

若如初见. 提交于 2019-12-04 09:48:12
I want to use Make install command and I have installed all requirements like yasm, nasm, curl, ant, rsync and the autotools: autoconf, automake, aclocal, pkgconfig, libtool. (Exactly, I want to compile Linphone Android NDK from Here : https://github.com/BelledonneCommunications/linphone-android . I have follow all steps from there) I have try to install libtoolize using this command: brew install libtoolize But terminal always show : Error: No available formula for libtoolize If i try to make install, terminal will show : Could not find libtoolize. Please install libtool. Anybody can help ?

Convert C & submodule included objective-C project (linphone) as a framework or static library?

谁说胖子不能爱 提交于 2019-12-04 05:31:32
问题 I want to merge two projects. First project Written in objective C and swift 2.3 Pod dependencies Have different Targets Submodules dependencies Second project https://github.com/BelledonneCommunications/linphone Written in Objective C dependency on linphone SDK written in C Submodules dependencies How can I convert Second project(linphone) as a framework? EDIT 1 I have integrated linphone project(second project) including the C written linphone SDK and Rectified all compile time errors. and

Error while building Linphone for windows

耗尽温柔 提交于 2019-12-03 11:33:44
I am trying to build linphone for windows by following the instructions in Readme.mingw using MinGw/Msys. There is no issues till the download of belle-sip package. When I run ./autogen.sh I am getting the below error. Generating buildipts in belle-sip... + libtoolize --copy --force libtoolize: $pkgltdldir is not a directory: `/mingw/share/libtool' + aclocal -I /share/aclocal Can't locate Automake/Config.pm in @INC (@INC contains: /mingw/share/automake-1. 11 /usr/lib/perl5/5.8/msys /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/msys /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/site_perl/5.8

Integrate Linphone in own iOS project

谁都会走 提交于 2019-12-03 05:12:09
I am creating a voip call based project with Linphone and I have also successfully build and run the Linphone project and successfully run audio and video call. Now I am integrating Linphone in my own project and I am facing many problems and issues with this. I have used some following links for help but nowhere are complete instructions. Can anyone provide me the complete running steps for this- http://shallwelearn.com/blog/build-linphone-for-iphone-and-ipad/ Integrate Linphone app to my iOS app How to integrate Linphone into an existing project (SIP in IOS) http://www.linphone.org/technical

Error while building Linphone for windows

匿名 (未验证) 提交于 2019-12-03 02:56:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to build linphone for windows by following the instructions in Readme.mingw using MinGw/Msys. There is no issues till the download of belle-sip package. When I run ./autogen.sh I am getting the below error. Generating buildipts in belle-sip... + libtoolize --copy --force libtoolize: $pkgltdldir is not a directory: `/mingw/share/libtool' + aclocal -I /share/aclocal Can't locate Automake/Config.pm in @INC (@INC contains: /mingw/share/automake-1. 11 /usr/lib/perl5/5.8/msys /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/msys /usr

Android project build successfully but ran failed with error: java.util.zip.ZipException: duplicate entry

匿名 (未验证) 提交于 2019-12-03 01:25:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I have update my android studio and SDK and some package dependencies on grade of the project and since then I have faced with a lot of problem that I think the reason is incompatibility between dependencies. As I researched I found that many people have same problems and it is not rare. I have solved some of the error but problems just appears one after another and I am just confused. hope you can help me find out the problem and its solution. Code works well on new android versions ! (a little strange) and I can compile and run

Linphone Android在Ubuntu下的编译

匿名 (未验证) 提交于 2019-12-03 00:39:02
编译Linphone-android版本 第一步 获取源代码 linphone官网连接: http://www.linphone.org Android版本git地址 git clone git://git .linphone .org /linphone-android .git --recursive 第二步、搭建编译Linphone-Android项目的环境 进入linphone-android目录 里面说明的是编译时需要做的事: 1.搭建Android sdk 环境 2.搭建Android ndk 环境 在/etc/profile.d下新建一个类似于development.sh的文件,加上 export JAVA_HOME=/home/luxuan/Program/jdk export JRE_HOME= $JAVA_HOME /jre export CLASSPATH=.: $JAVA_HOME /lib: $JRE_HOME /lib: $CLASSPATH export ANDROID_NDK=/home/luxuan/Program/android-sdk/ndk-bundle export PATH= $ANDROID_NDK : $JAVA_HOME /bin: $JRE_HOME /bin: $PATH 上面的路径按照实际情况更改 3.先安装依赖 sudo

The following binaries are missing: ndk-build. Please install them

蹲街弑〆低调 提交于 2019-12-01 17:58:17
I am getting below error while I am trying to build Linphone for Android. # ./prepare.py ' ./prepare.py **' commanad in terminal it giving me NDK ERROR i.e **ERROR: The following binaries are missing: ndk-build. Please install them. How to resolve this? I have added ndk-build in Makefile already. I am assuming that you have added android-sdk and android-ndk path in your environment. If not then you can add sdk and ndk path using below command. export PATH=/Users/kaushik512/Library/Android/sdk/platform-tools/:/Users/kaushik512/Library/Android/sdk/tools/:/Users/kaushik512/Downloads/android-ndk

RaspberryPI: Making SIP outbound calls using linphonec or an alternative SIP soft phone

ε祈祈猫儿з 提交于 2019-12-01 00:37:40
In my project I want my Raspberry PI to dial an outbound PSTN number. I have a SIP account with an assigned regular phone number and I can make the mentioned outbound calls on OSX using Telephone.app : Now I tried to achieve the same on my raspberry PI using linphonec First I register my SIP Provider with linphone with seems to succeed: $ sudo apt-get install linphone $ linphonec linphonec> register sip:4100000004@free4.voipgateway.org free4.voipgateway.org <PASSWORD> Registration on sip:free4.voipgateway.org successful. Then I attempt to call 004100000018 with results in an error. linphonec>