Questions tagged [csip-simple]

CSipSimple is a Voice over Internet Protocol (VoIP) application for Google Android operating system using the SIP

It is open source and free software released under the GNU General Public License.

It relies on, and uses features provided by, the pjsip SIP stack.

Key features:

  • Multi-codec support: Speex (narrow band, wideband), G.711 (u-law, a-law), GSM, iLBC, G.722, AMR (narrow band), iSAC.
    A plugin also allows to use SILK (narrow band, wideband, ultra wideband), CODEC2, G.726, G.722.1.
  • Multi-account support : up to 10 accounts can be activated at the same time.
  • Can use native audio driver
  • STUN and ICE NAT traversal
  • Integration with Android operating system with filters and rewriting rules
  • A distribution of the software available on the website allow SRTP, SIP over TLS and ZRTP
  • SIP-SIMPLE messaging
  • An API for third party applications is available

Source: Wikipedia (CSipSimple)

52 questions
2
votes
1 answer

Error while trying registering with pjsip: PJSIP_EUNSUPTRANSPORT

I'm developing a SIP client based on pjsip on Android (i'm using the csipsimple code as a reference for now). WHen I try to register the account I get the following error: Unable to generate suitable Contact header for registration: Unsupported…
kingston
  • 11,053
  • 14
  • 62
  • 116
2
votes
2 answers

SipDemo Outgoing Call

I've totally involved by SipDemo app. I am making Sip call and it is done. I can hear voice but other sip person is unable to hear my voice. This is my Registration code:- public void initializeLocalProfile() { if (manager == null) { …
user2160008
  • 379
  • 2
  • 5
  • 20
1
vote
0 answers

Not putting my CsipSimple Voip call on hold when third party call pick

I am develop a Voip Application using cSipSimple. now i want to show a busy tone when third party app call are coming (whatsapp, instagram and etc.)now the scenario is that i am on my voip call and some one call on my GSM number and i am picking up…
Mayur
  • 735
  • 4
  • 14
1
vote
0 answers

JNI DETECTED ERROR IN APPLICATION: use of invalid jobject 0x84ba9d14 , from byte[] org.pjsip.pjsua.pjsuaJNI.acc_get_user_data(int)

As i am using PJSIP library for Sip calls and as i m facing one problem of JNI. As when i call from one sip device to other sip device sometimes it works fine. but sometimes it crashes on picking up phone. Here is my error logs: 04-06…
Jyoti
  • 87
  • 3
  • 12
1
vote
1 answer

Issues while importing CSipSimple library as a module

I am trying to import the cSipSimple library in my project for sip functionalities and while trying to import the file, I did the usual way of importing i.e: Add as a new module add in gradle (Compile project) Removed App ID from lib gradle and…
Animesh Jena
  • 1,541
  • 1
  • 25
  • 44
1
vote
0 answers

How to update pjsip version in CSipSimple

I am using CSipSimple code for my project since last one year, and unfortunately the development of the CSipSimple has stop and also support. I want to update pjsip version into code. I have also tried to plug latest code of pjsip. But facing lots…
Asfak Saiyed
  • 303
  • 1
  • 14
1
vote
1 answer

Compilation fails in libvpx while building CSipSimple source

I am trying to build CSipSimple for android by following the steps mentioned here https://sourceforge.net/p/csipsimple/wiki/HowToBuild/?version=1 but facing following issue after executing make command :- make make[1]: Entering directory…
tajinder
  • 19
  • 4
1
vote
1 answer

Unable to debug an activity started with intent filter

I am using android studio and playing around with CsipSimple. I am trying to figure out the flow for an outgoing call. There is a method called Place call, which triggers the intent that handles the action ACTION_CALL for the scheme…
vumaasha
  • 2,765
  • 4
  • 27
  • 41
1
vote
1 answer

how to get CallId in CSipSimple in Android

I am using CSipSimple for adding a new feature which is transfer call . For this feature I need the callID of call . I am seeing that when I call ,the following function is called . public void placeCallWithOption(Bundle b) { if (service…
osimer pothe
  • 2,827
  • 14
  • 54
  • 92
1
vote
1 answer

how to reduce echo/noise in PJSIP android application when turn on speaker

I have a PJSIP library used in my android based csipsimple application. Everything is working fine except one issue. When i turn on speaker there are lots of echo/noise in the call and it impossible to have conversation. What could be an issue and…
Dhananjay Kashyap
  • 631
  • 1
  • 11
  • 24
1
vote
0 answers

CSipsimple-Capture Packet loss with KeepAlive

Is it possible to capture % packet loss in csipsimple using keepalive feature in TCP mode? I want to capture packet loss every 2 minutes. is this possible? Any pointer?
Mudassar
  • 1,566
  • 4
  • 21
  • 31
1
vote
1 answer

Error on make VideoLibs while building CSipSimple for android

I have successfully build CSipSimple for android by make command. After that, when I try to build video support libary by calling make VideoLibs command, there is an error appears. [armeabi] SharedLibrary : libpj_video_android.so [armeabi-v7a]…
Alex Chengalan
  • 8,211
  • 4
  • 42
  • 56
1
vote
1 answer

Kamailio and android SIP

I'm using Kamailio and OpnVPN on a server, and CSipSimple on android devices., The problem is that with some devices this works and with other devices it doesn't work. When one of the devices is less known device (Alcatel) - it works. When both…
RanSh
  • 189
  • 2
  • 14
1
vote
1 answer

Error while running CsipSample code.

I downloaded Csipsample from google code and trying to work on that.I built the app based on the instructions given in https://code.google.com/p/csipsimple/wiki/HowToBuild while running the app on my mobile it is giving "can't load native library.…
sriram
  • 128
  • 12
1
vote
1 answer

Setting up csipsimple project

I am trying to create a csipsimple project as written in this tutorial. I followed it through, but I cannot get it working. These are the logs I get: While building NDK, I get numerous similar errors Android NDK: No local settings... build all in…
Heisenberg
  • 3,153
  • 3
  • 27
  • 55