linphone | mirror of git clone git : //git.linphone.org/linphone.git

 by   dmonakhov C Version: Current License: GPL-2.0

kandi X-RAY | linphone Summary

kandi X-RAY | linphone Summary

linphone is a C library. linphone has no vulnerabilities, it has a Strong Copyleft License and it has low support. However linphone has 22 bugs. You can download it from GitHub.

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

            kandi-support Support

              linphone has a low active ecosystem.
              It has 29 star(s) with 59 fork(s). There are 14 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 0 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of linphone is current.

            kandi-Quality Quality

              linphone has 22 bugs (0 blocker, 1 critical, 7 major, 14 minor) and 432 code smells.

            kandi-Security Security

              linphone has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              linphone code analysis shows 0 unresolved vulnerabilities.
              There are 5 security hotspots that need review.

            kandi-License License

              linphone is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              linphone releases are not available. You will need to build from source code and install.
              It has 3048 lines of code, 974 functions and 42 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of linphone
            Get all kandi verified functions for this library.

            linphone Key Features

            No Key Features are available at this moment for linphone.

            linphone Examples and Code Snippets

            No Code Snippets are available at this moment for linphone.

            Community Discussions

            QUESTION

            xPath problem while changing a XML file with PHP
            Asked 2022-Apr-03 at 00:55

            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:55

            You need to account for namespaces in order to access the right element. Something like:

            Source https://stackoverflow.com/questions/71721783

            QUESTION

            Error installing linphone-sdk v.4 (Cocoapods) - iOS
            Asked 2022-Mar-23 at 20:05

            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:05

            Found 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.

            Source https://stackoverflow.com/questions/71570684

            QUESTION

            Linphone SDK integration returns unknown assembly in Xamarin Android
            Asked 2022-Mar-23 at 11:02

            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:30

            The 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

            Source https://stackoverflow.com/questions/71407887

            QUESTION

            Get CallerId (Username) from incoming call Linphone - Swift
            Asked 2022-Feb-23 at 18:06

            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:06

            Referring to Linphone's documentation, and some testings, I found at least 2 simple ways to retrieve the CallLog and read it:

            1. Using CoreDelegateStub

            Source https://stackoverflow.com/questions/71242032

            QUESTION

            Linphone SDK OS X - vcard_grammar
            Asked 2021-Dec-14 at 20:17

            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:17

            So 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 SDK
            1. Install the following dependencies with homebrew:

            Source https://stackoverflow.com/questions/69949540

            QUESTION

            pod install fails on linphone-sdk in Azure Devops Pipeline
            Asked 2021-Oct-05 at 14:42

            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:42

            pod setup before the pod install is solved the problem.

            Source https://stackoverflow.com/questions/69197167

            QUESTION

            Linphone-sdk desktop build failed: error: missing binary operator before token "("
            Asked 2021-Sep-13 at 04:56

            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:56

            When 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.

            Source https://stackoverflow.com/questions/68846394

            QUESTION

            Fetcher failure for URL linphone
            Asked 2021-Aug-05 at 21:39

            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:39

            When 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:

            Source https://stackoverflow.com/questions/68670144

            QUESTION

            Removing all text except text between 2 matching pattern Shell Script
            Asked 2020-Jul-22 at 07:17

            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:09

            You 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.

            Source https://stackoverflow.com/questions/63027862

            QUESTION

            Linphone Desktop on windows 10
            Asked 2020-Jun-03 at 19:09

            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:09

            I was unable to rebuild the project after updating to latest commit.

            1. Updated QT from 5.9.8 to 5.12.1

            2. Reset all the path environment variables after the QT update

            3. Reinstalled the latest perl

            4. Rebuilt the project step by step (I tried Release mode) and finally, it works :)

            Source https://stackoverflow.com/questions/62175837

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install linphone

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/dmonakhov/linphone.git

          • CLI

            gh repo clone dmonakhov/linphone

          • sshUrl

            git@github.com:dmonakhov/linphone.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link