Tagged Questions
Open source implementation of necessary VoIP protocols SIP, RTP, NAT Traversal suitable for desktop and smartphones. Dual-licensed under GPL and proprietary.
10
votes
2answers
326 views
Is there a SIP library for Windows Phone 7 yet?
I am currently in the process of designing (not implementing yet) a Windows Phone 7 application that our team thinks should use SIP (the VoIP standard). With the new Mango SDK, this should be ...
4
votes
2answers
3k views
Adding libraries to a project in xcode - symbols not found
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 ...
2
votes
1answer
53 views
Iphone Voip app - Backgrounding and keeping nat pinhole alive
I am testing a Voip sip client written by an iphone app developer that uses PJSip. I personally have toyed around with some SIP development myself but am no expert.
With our VOIP softswitch (Acme ...
2
votes
2answers
169 views
Browser to browser voip calling using SIP?
I am trying to call from one browser to another browser.
What I have done:
I set up my asterisk server just like getonsip.com
I wrote a client using pjsua python binding which acts as a server
...
1
vote
1answer
93 views
How can i make call between direct IP to IP without SIP Server
Is there any way to make call by just dialing Local IP address.Simply IP to IP call.how can i do it, what changes should I do in pjsip code.I dont want to register in any server or voip provider.The ...
1
vote
0answers
125 views
SIP register port unreachable [closed]
I’m looking for abit of SIP expertise on a problem with a SIP register with the sip2sip server. I have this working with Xlite-4 but not with the open-source PJSIP pjsua application. A wire shark ...
1
vote
2answers
155 views
sip stack comparison
I want to compare opensource sip stacks like opal, pjsip, opensips etc for difference in architecture, maximum concurrent calls, memory footprint and other boundary values.
Any pointers are ...
1
vote
2answers
215 views
SIP call using C# and Objective-C
I am planning to do a SIP video conferencing application that works on SIP protocol ,
between an iPhone client and C# server ?
Is that possible and is there example on C# server for handling SIP?
1
vote
1answer
205 views
Echo Suppression library?
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).
I have ...
1
vote
1answer
159 views
Play mp3 file using pjsip
I am working on a project where I need to play audio files over VOIP channel. I am using OpenSource phone (SFLphone). I would like to know how to play an MP3 audio file over VOIP channel.
Application ...
1
vote
1answer
207 views
HTTP tunnel on pjsip
I have developed a VOIP Application, that uses PJSip to communicate over SIP channel. What i want to do is to create a HTTP tunnel so that the system works even in areas where VOIP is blocked. What is ...
1
vote
0answers
126 views
Sound issue PJSIP if received a regular phone call
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 ...
1
vote
1answer
149 views
C - PJLIB why not working?
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.
...
1
vote
3answers
2k views
Compiling pjsip for iOS 4.0
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: ...
1
vote
1answer
670 views
Error: Compiling simple PjSIP program under ubuntu
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
...
0
votes
0answers
9 views
How do you compile PJSip iPhone for both Device & Simulator to work with siphon on iOS 3 & iOS 4?
I am attempting to compile and run pjsip and siphon for iOS 3 and iOS 4.
I am following the instructions via pjsip.org site on "Getting Started" for iPhone.
I am also following the instructions on ...
0
votes
1answer
28 views
Error: pjsip gives `mod_sofia` insetad of the actual phone number
I am working on project in which I use Sipek Voip for connecting to Freeswitch. Here is the situation:
I have a Sangoma A400 hard. I compiled Freeswitch for Windows and now it works perfectly.
I have ...
0
votes
0answers
39 views
How to compile Siphon App for IOS 4.3
I am download the Siphon App from the Google Project Code From: Here. But it's give me an error for: pjsua-lib/pjsua.h: No such file or directory.
Also how can i add the darwin9 library into this ...
0
votes
1answer
88 views
ndk-build failed: No rule to make target pjsua_wrap.cpp needed by pjsua_wrap.o
I have been trying to build the CSipSimple in my Win7 (X64) machine for couple of days.
I am using cygwin for building the code. But currently it is displaying me the below image.
Please give me ...
0
votes
1answer
70 views
Peer 2 Peer call using PJSIP and PJSUA
I am still learning about SIP and all its protocols, specifically trying to integrate PJSIP into an iPhone application to make p2p calls.
I have a question about a peer 2 peer connection using PJSUA. ...
0
votes
1answer
65 views
FreeSwitch iPhone app communication issue
I have an app based on pjsip for doing some Sip calls.
The app works fine with other SIP Switches/servers but with freeSwitch the app is not receiving calls in the background mode.
With freeSwitch ...
0
votes
1answer
135 views
csipsimple on windows
I want to run csipsimple using eclipse on Windows OS. I downloaded the project with SVN, and copied the 2 libpjsipjni.so files to CSipSimple\libs\armeabi and CSipSimple\libs\armeabi-v7a.
Now, I ...
0
votes
0answers
86 views
PJSIP Custom Registration Header (iOS)
I am attempting to setup SIP communication with an internal server (using the PJSIP library), however, this server requires a custom header field with a specified header value for the REGISTRATION ...
0
votes
2answers
197 views
PJSIP iOS5 Compilation Error
I am trying to compile the PjSIP from the source code using the configure-iphone script. I am able to run it, then run make dep without problems, but when I try to run make I have the following ...
0
votes
1answer
140 views
pjsip building for arm7 / ios 4.3 - symbols not found in mips_test.o
i actually posted this question to pjsip mailing list, but did not get any response yet. so i though it would try my luck here.
this is a pretty simple issue i assume, i am trying to compile pjsip ...
0
votes
2answers
179 views
How to resolve the linker error in C++ compiler
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.
But I am getting ...
0
votes
0answers
46 views
Change audio frequency - voip for iphone
I have created VOIP application for iPhone using PJSIP API. Its transmitting real voice to receiver well.
Now I want to add new features for transmitted audio in which I want to transmit audio with ...
0
votes
1answer
190 views
Building PJSIP for iOS 4
I'm attempting to build the latest stable PJSIP (1.10) for the iPhone and I'm running into some errors during my make. I've followed the instructions here, but I'm not having any luck. I searched ...
0
votes
1answer
174 views
SIP deregistration using PJSIP
In our app, we need to de-reg a user when he pushes the app to the background.
We are using PJSIP. My applicationDidEnterBackground:
- (void)applicationDidEnterBackground:(UIApplication *)application ...
0
votes
2answers
267 views
Receiving voip calls while application is in background in ios
I think i have all the requirements to have an "alive" socket while the app is in background. That is to say:
My application has voip and audio as its background modes.
I'm using PJSIP as the SIP ...
0
votes
0answers
60 views
Answering machine and Faxtone detection using PjMedia
I want to implement an IVR prototype using PJSIP and PJMEDIA which could make automated outbound SIP calls,for which I need to know the type of remote user agent the call is getting answered by. Since ...
0
votes
1answer
68 views
PJMEDIA RFC2833 tone detection
Does PJMedia support DTMF and other telephony tone recognition using the "tone" payload format of RFC 2833 ?? Am aware that it does support reception of DTMF in "telephone-event" payload format.
0
votes
1answer
145 views
Building PJSIP using g++ compiler
I want to compile PJSIP library using g++ compiler in a Debian OS.Could any one help me with the appropriate steps to do the same?
0
votes
0answers
95 views
PJSIP URI print error
I successfully built PJSIP on Visual Studio 2008 and I'm trying to run some sample code from the Dev Guide (http://www.pjsip.org/release/0.5.4/PJSIP-Dev-Guide.pdf) page 26-27.
I have the same exact ...
0
votes
2answers
88 views
Windows 7 Default Audio Device Problems, PJLIB VOIP SDK
I have been able to build PJSUA. The softphone runs perfectly on Windows XP, but on Windows 7 but it gives me the following error
It seems to be an issue with PJSUA on Windows 7. Has anyone been ...
0
votes
2answers
213 views
Convert C++ Syntax to Objective C
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:
...
0
votes
0answers
167 views
VOIP - SIP Client library that can handle simultaneous calls on different (soundcard) devices
I need to create an application that has multiple SIP connections and uses multiple soundcards as input / output devices. My background is C#, so .Net is preferred, but I'll work with wrappers / IKVM ...
0
votes
0answers
162 views
PJSIP on iPhone 4 Device Build Errors
I have the PJSIP working on the iPhone simulator based on the Getting Started Page. When I try to deploy the app to an iPhone device, however, I get 300+ errors. These errors seem incomplete:
...
0
votes
0answers
83 views
PJSIP 1.8.10 on iPhone 2g
In my project I use PJSIP 1.8.10. On iPhone 4 I have not problem. But, on iPhone 2g, when I try to call do not hear anything. Please help!
0
votes
1answer
184 views
Compilation problem using PJSIP
iam getting the following errors when compiling PJSIP
Makefile:1: build.mak: No such file or directory
Makefile:2: build/host-.mak: No such file or directory
I am new to this iphone ...
0
votes
0answers
166 views
PJSIP server development
Base on the pjsip technology, the official web site is difficult to found the ways to develop a server for the pjsip.
It has introduce how to develop a client application with the library, but how ...
0
votes
1answer
960 views
pjsip for Android
Does anyone have any experience with pjsip on android devices? I see several non-commercial/test projects using it, so I'm assuming it can be done, but none of them are well documented. I thought a ...
0
votes
1answer
85 views
0
votes
1answer
398 views
Reg how to send the RTP packets through the proxy server
I am using the pjproject1.6 and I could send the sip packets through the sip packets to the proxy server and the rtp packets or not pass through the server. Hence the voice could not be heard on both ...
0
votes
1answer
193 views
parsing sip using pjsip
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 ...
0
votes
2answers
377 views
PJSIP. Outgoing call cut off at 20 sec at certain Wi-Fi networks
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 ...
0
votes
2answers
1k views
VoIP using PjSIP : pjsua_acc.c SIP registration failed, status=408 (Request Timeo ut)
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 ...
-1
votes
1answer
62 views
Errors in building the pjsip in iphone
I want to run pjsip on my iphone simulator but i cant able to run that.I properly follow the the steps given with it. But it shows errors e.g.
Please help asap as it will be very useful for me...