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
0
votes
1 answer

Application crashed while loading .so files in android 4.3

When I am installing app in android 4.3 device, application got crashed. The reason for crash is loading .so files. but it is working fine in all other devices. Here I am providing my logcat: 08-26 15:33:47.207: D/dalvikvm(8278): Trying to load lib…
user3852697
0
votes
3 answers

Regarding G729 integration in pjsip

I am querying on this because I am not a C expert .See if any one who has worked around it could help.I am integrating g729 in pjsip lib and I got g729 codec files from here.Here are I steps I have followed : First I have registered g729 in…
Sneha Bansal
  • 941
  • 1
  • 13
  • 38
0
votes
1 answer

All Third party sip library sample project contains lot of error .How to proceed

At first I wanted to use native sip apis to implement sip calling in android app and it is working fine but in some devices like CANVAS 3, Samsung S2,s3 it was not working .After debugging I found this line of code was returning NULL manager =…
Shakeeb Ayaz
  • 6,200
  • 6
  • 45
  • 64
0
votes
1 answer

CSipSimple where is the sip_home.xml file?

In a quest to understand CSipSimple opensource app, I checked it out and compiled it successfully. However -> in the file SipHome.java of package com.csipsimple.ui, inside the onCreate() method: setContentView(R.layout.sip_home); The question is :…
0
votes
1 answer

Build path issue with CSipSimple

I know that this is a popular question in stackoverflow but I couldn't find a good solution for this issue. I'm developing a SIP app for android and I'm using the CSipSimple project as a library (this project is also using actionbarsherlock as a…
onizukaek
  • 1,082
  • 1
  • 14
  • 38
0
votes
1 answer

Pjsip Use Sip-Specific Event Notification for Notify message

I want to implement Notify event CallBack in CsipSimple here is the C code i have written My C/C++ files The pjsip_event_notification.h file #include class EventCallBack { public: virtual ~EventCallBack() {} …
Rohit
  • 1,001
  • 1
  • 11
  • 20
-1
votes
1 answer

Setup TLS + ZRTP For VOIP Using Asterisk and CSipSimple

Im trying to setup voip exchange using asterisk ans CSipSimple as client, fol are the detials Server Side: Generate certificates for server and two clients Place the server cert in…
Dakait
  • 2,531
  • 1
  • 25
  • 43
1 2 3
4