Score:0

How to write a C api program to make calls using linphone sdk

cn flag

I am very new for the C programming, I want to create a C program to make calls using linphone-sdk. i don't know how to start writing a C program.

Score:1
zw flag

You have to install the corresponding development package named liblinphone-dev.

Another good method is to download LinPhone source code package and then read it.

To start hacking you have to do the following:

  1. Enable Source Code repositories in Software & Updates (software-properties-gtk)

  2. Install build-dependencies by

    sudo apt-get build-dep linphone
    
  3. Download source code package and compile it without modifications

    apt-get source -b linphone
    
  4. Examine the downloaded source codes

Next step to read is GitHub repositories at https://github.com/BelledonneCommunications .

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.