Hello all,
I am trying to compile simple PjSIP program under ubuntu. I am getting error as
/usr/bin/ld: cannot find -lpjsua-i686-pc-linux-gnu
Whats meaning of it ?
Here is the ouput
root@mypc-desktop:/home/mypc/pjsip# make
gcc -o myapp myapp.cpp -DPJ_AUTOCONF=1 -O2 -I/home/mypc/pjproject-1.4.5/pjlib/include -I/home/mypc/pjproject...
I am trying to run test VoIP program as given in http://www.pjsip.org/pjsip/docs/html/page%5Fpjsip%5Fsample%5Fsimple%5Fpjsuaua%5Fc.htm
I am trying public SIP servers present at http://www1.cs.columbia.edu/sip/servers.html
But I always get error message as
14:33:25.515 pjsua_acc.c SIP registration failed, status=408 (Request Timeo...
I want to do with language python Softphone Application.
I used to PJSIP.
I tried follow this website http://trac.pjsip.org/repos/wiki/Python_SIP/Build_Install
I have been following the installation of Windows.
Starting build with minGW.
Then any change to build from Visual Studio 2008 and downgrade python from 2.6 to 2.4 according to th...
I am trying to make an iphone app in xcode that uses pjsip. The problem is I don't know how to link the libraries. This is the first time i am using other libraries so probably i am doing something wrong i just don't know what. :(
I have the ARM version of the libraries in this folder in mac os x.
/Users/kudorgyozo/pjsip_iphone
In Xcod...
G'day guys, I've been having issues with compiling pjsip for iOS 4.0.
I'm using the latest trunk version from SVN and keep getting a portaudio error. When using the piedmontwireless guide: http://www.piemontewireless.net/PJSip155_and_iPhoneSDK312 I get a missing separator error in my build.mak file, which would indicate a whitespace/ta...
Does any one know the process to create the pjsip library (.a) file for iPhone SDK 4 on snow leopard? I have tried to create the file using the steps using which i have created .a file for leopard and iPhone SDK 3.0, it shows the error -
for dir in pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps; do \
if make -C $...
I follow this PJLIB ( https://trac.pjsip.org/repos/wiki/Getting-Started/Autoconf ). But i cant get this up yet, always its giving undefined reference, can anyone please have a look kindly.
Stackoverlow source code gets broken please find from
here details: http://gist.github.com/5765529
[sun@example mysip]$ gcc myapp.c
/tmp/ccEKxwjG....
What steps will reproduce the problem?
Startup application with PJSIP at iPhone 3G with iOS 4.
Make outgoing call. Start conversation.
Wait 20 seconds.
What is the expected output? What do you see instead?
Actual result: Outgoing call cut off at 20 sec. The call breaks on the phone on which I have called. And the call ends normally ...
Hi all,
does any one has experience in using pjsip ? I'm trying to parse SIP message without success.
Even the simplest program does not work. Here is the code http://pastebin.com/gVTC3zRw
it gives my "Segmentation fault". Please help. I'm trying to make it work for 2 day now...
...
Hi all,
I can compile it and create a SIS file. I was also able to install it on the mobile phone but when I am trying to make a call I don't get the ringer sound or the sound when the call is attended at the other end. Also I am not able to make calls to the mobile numbers. (I can make calls to sip accounts only).
...
When on a call VoIP and receive a regular mobile call, if I pick up the regular call the application using VoIP goes to the background and when I switch back to the VoIP call, there is no audio. The call is still in established state but the audio is not there.
...