linphone | mirror of git clone git : //git.linphone.org/linphone.git
kandi X-RAY | linphone Summary
kandi X-RAY | linphone Summary
This is Linphone, a free (GPL) video softphone based on the SIP protocol. with their corresponding -dev or -devel package if you don't use source packages. For windows compilation see README.mingw. For macOS X, see README.macos. ******************************** notes for developers: *****************************. Here is a short description of the content of the source tree.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of linphone
linphone Key Features
linphone Examples and Code Snippets
Community Discussions
Trending Discussions on linphone
QUESTION
I'm trying to modify a XML file. I tried same code with an more basic XML file and it worked perfectly. But when I use the same code for some other XML file with changing the path, I am getting this:
...ANSWER
Answered 2022-Apr-03 at 00:55You need to account for namespaces in order to access the right element. Something like:
QUESTION
Project
- Cordova (platform iOS)
- macOS
Install pod file (linphone-sdk 4.4.35), but I get an error:
pod install
ANSWER
Answered 2022-Mar-23 at 20:05Found the solution.
In the folder we are looking for your version:
~/.cocoapods/repos/linphone-bc-public-podspec/linphone-sdk/
Go to the linphone website with releases. Copy link you version: https://download.linphone.org/releases/ios/
In file "linphone-sdk/version/linphone-sdk.podspec" search string "s.source" and replace with a new link.
QUESTION
I have implemented Linphone in Xamarin forms. It is working fine in iOS but it is crashing in Android.It shows this exception
...ANSWER
Answered 2022-Mar-14 at 08:30The main try is the clear/rebuild solution, then try uninstall and reinstall the library, since it's a dllNotFound Exception and if the other ones doesn't work you can try to find your missing DLL from here (but for this one you have to figure out which dll file you're missing).
I know these are easy things but maybe you didn't think about it at the time
QUESTION
I've just found a simple way to get the some CallLogs (CallerID, Username, To, From, Call duration, Date, Status, ...) from the new Linphone library for swift (SDK 5.0).
I just want to share it with you
...ANSWER
Answered 2022-Feb-23 at 18:06Referring to Linphone's documentation, and some testings, I found at least 2 simple ways to retrieve the CallLog and read it:
1. Using CoreDelegateStub
QUESTION
I’m trying to integrate linphone-sdk-Mac from https://download.linphone.org/releases/macosx/sdk/ to my objective c app. Basically what I’m doing is extracting zip file and import framework files to my project and then change all frameworks to “embed and sign” and then compile. Program runs fine until I try to create the core, even using “ linphone_factory_create_core_with_config_3” or “ linphone_factory_create_core_3”, they all crash with the same error, that is “could not load grammar vcard_grammar because the file could not be located”. Already tried to put grammar files in several places of the project, on different versions, including last one, but with no luck. Anyone know anyway to solve this?
Sample code:
...ANSWER
Answered 2021-Dec-14 at 20:17So after a lot of tinkering with the SDK, I've figured out to fix the vCard issue and compile properly without it on macOS with Swift/Objective-C (for arm64 and x86_x64).
Compiling SDKInstall the following dependencies with homebrew:
QUESTION
After the 6b0a31e4
commit (https://gitlab.linphone.org/BC/public/podspec) my pipeline is fails. Im try to run a simple pod install
.
The log says: [!] Couldn't determine repo type for URL:
https://gitlab.linphone.org/BC/public/podspec.git: (): mapping values are not allowed in this context at line 3 column 1
My Podfile:
...ANSWER
Answered 2021-Oct-05 at 14:42pod setup
before the pod install
is solved the problem.
QUESTION
I followed the guide in the page linphone-sdk and also run these with the MSYS2 MSYS command in Windows 10:
...ANSWER
Answered 2021-Sep-13 at 04:56When I configured my environment according to the https://gitlab.linphone.org/BC/public/linphone-sdk/ page and used the Developer Command Prompt for VS 2017 the build seems to go through.
QUESTION
Fetcher failure for URL: 'https://gitlab.linphone.org/BC/public/external/polarssl.git'. Missing SRC_URI checksum. any pointers is appreciated. able to browse the link
...ANSWER
Answered 2021-Aug-05 at 21:39When fetching a project from git
there is no obligation for checksum.
The checksum specification is needed for files sources (.tar.gz, ...etc).
So, I create a simple recipe for the URL you specified:
QUESTION
Let me explain what I am trying to do . I am trying to extract a key between 2 matching patterns and delete everything from a command output (not a file) and take it into a variable for further use .
asterisk -r -x "sip show peer 2030"
output the following text
ANSWER
Answered 2020-Jul-22 at 06:09You are sooo clooossee! (so close) You simply need to suppress the normal printing of output from sed
and print only if a substitution is made, e.g.
QUESTION
When I build the latest update of linphone-desktop
project on windows 10,
It builds in the VS2017 without any issues, but after that i get the error message:
unable to start program. build\RelWithDebInfo\ALL_BUILD the system can not find the file specified.
and when I open the exe in output\bin myself, I get an error:
Linphone will crash. Unable to open main window
What am I doing wrong? I tried to build in Debug and Release mode too, but no success.
...ANSWER
Answered 2020-Jun-03 at 19:09I was unable to rebuild the project after updating to latest commit.
Updated QT from 5.9.8 to 5.12.1
Reset all the path environment variables after the QT update
Reinstalled the latest perl
Rebuilt the project step by step (I tried Release mode) and finally, it works :)
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install linphone
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page