I have to compile PJSIP in CPP compiler. Because I am integrating an API with PJSIP. It is in CPP. So I have to use g++ instead of gcc. But now I didn\'t integrate any other API.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
I am attempting to build the latest stable PJSIP (1.10) for the iPhone and I am running into 开发者_运维问答some errors during my make. I\'ve followed the instructions here, but I am not having any lu
I think i have all the requirements to have an \"alive\" socket while the app is in background. That is to say:
In our app, we need to de-reg a user when he pushes the app to the background. We are using PJSIP. My applicationDidEnterBackground:
I want to compile PJSIP library using g++ compiler in a Debian OS.Could any one help me with the appropriatesteps to 开发者_如何学Godo the same?According to INSTALL.txt you should:
I want to compare opensource sip stacks like opal, pjsip, opensips etc for difference in architecture, maximum concurrent calls, mem开发者_如何学Pythonory footprint and other boundary values.
I am p开发者_如何学运维lanning to do a SIP video conferencing application that works on SIP protocol ,
I\'m looking for an echo suppression library to put into a VoIP application (using pjsip). Open Source or commercial. The application is written in C++ (Windows, Mac and soon to come Linux).
My background experience is C/C++/C#. I am using a C++ library in an xcode project (to be specific the library is PJSIP). To use the library i have to wire couple of callbacks to my code like this: