Questions tagged [sipdroid]

Sipdroid is a voice over IP (internet protocol, VoIP) application for the Android operating system using the Session Initiation Protocol

The sipdroid open source project was started in svn on March 12, 2009 by the project author pmerle71. It reached version 1.0 on July 12 of the same year.

More recent major releases are:

  1. 1.5 (May 29, 2010) with improved video quality
  2. 2.0 (November 18, 2010) with the ability to link to a google voice account
  3. 2.2 (March 25, 2011) with the ability to send video sms messages
  4. 2.2 (March 25, 2011) with the ability to send video sms messages
  5. 2.7 (May 21, 2012) with improved low-latency capability
  6. 3.0 (April 22, 2013) with support for TLS

In 2010-2011 it gained popularity partially because of its ability to work with Google's Google Voice service, making calls to traditional telephone numbers while only using the data network.

However after Google Voice removed the ability to connect over SIP on March 8, 2011 this functionality was no longer available.

Since this time, sipdroid has been used with many different native SIP deployments and is given as the default android SIP client by some vendors.

As of January 5, 2014, it is listed on the google play store as having 1,000,000-5,000,000 installations and has been reviewed by nearly 10,000 people.

Read more

23 questions
10
votes
3 answers

sipdroid - Another incoming call is not display while one is continue

I have installed SIPDROID. I made three account at sip2sip. After that I have configured application using one of that account. Application works fine. Question is: If I make multiple call to the same phone using SIP is there anyway to handle all…
Priyank
  • 1,219
  • 11
  • 30
4
votes
2 answers

Customizing Sipdroid

I have a Voip based app. So i thought of customizing SipDroid open source project. As the starting phase i have changed all the package names, Class names etc. It perfectly works on my Samsung Galaxy Y. But i tried with many other mobiles, Voice is…
Seshu Vinay
  • 13,560
  • 9
  • 60
  • 109
3
votes
2 answers

SipApi not supported by some device

I am using native sip apis to implement sip calling in android app and it is working fine but in some devices like CANVAS 3 it was not working .After debugging I found this line of code was returning NULL **manager =…
Sneha Bansal
  • 941
  • 1
  • 13
  • 38
3
votes
1 answer

Android Voip in Sipdroid

I followed Sipdroid tutroial to make Voice call using VOIP based SIP account: Sipdroid Call ends in 4 secs. I have used Pbxes account created an extension,route and SIP account. But i can get the calling screen.But the call is not connected. When i…
priya
  • 41
  • 5
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
1 answer

Display VOIP incoming call on top of lockscreen in Marshmallow

I am working on VOIP call application. When an incoming call appears upto android version 5.0 the incoming call appears on top to Lockscreen when but from version 6.0 onwards it is showing as notification. Call screen not appearing. After doing…
user2384424
  • 187
  • 1
  • 3
  • 13
1
vote
1 answer

SIPdroid Android Studio ndk integration error

I'm currently using Android Studio 2.0 preview 4. I have followed the guide from tools.android.com and tested NDK samples from github. The samples worked without a hitch, but when I implemented it on the SIPdroid project, it throws this error when I…
Omatt
  • 8,564
  • 2
  • 42
  • 144
1
vote
1 answer

FreeSwitch voice delay on Android

Currently, I am building mVoIP service for Android. I chose FreeSwitch as a SIP server, and there is no problem talking through PC. However, all Android open source make voice delay. Here are data we faced so far. Case 1 - FreeSwitch + PC FreeSwitch…
Jake
  • 1,195
  • 6
  • 21
  • 42
1
vote
1 answer

Cannot find RTP payload for encoded audio

I am trying to encrypt Sipdroid, and to do that I have to encrypt the the RTP packet after it gets the encoded audio payload. I am using this function in RTP packet class: public byte[] getPayload() { int header_len = getHeaderLength(); int…
johnny
  • 171
  • 1
  • 12
1
vote
0 answers

VOIP in Android..?

I am developing an app where i need to implement VOIP in that. I have gone through some samples in google like SIPDROID, IMSDROID and implemented default android API SIP. They are working good. But here I want to interrupt the message while…
code_finder
  • 1,370
  • 2
  • 21
  • 39
1
vote
1 answer

Sipdroid build errors

I'm trying to build sipdroid in Eclipse Juno. I've went into properties and set the project to platform 2.2/ API 8, into Java Build Path and ticked the Android 2.2 box. But I am still getting 9 of these build errors. Has anyone had this…
Jefe
  • 13
  • 2
1
vote
1 answer

How to deal with UnsatisfiedLinkError?

I am developing SIP base application to make and receive a calls for that purpose i did analysis on an open source project Sipdroid. in addition to this i made this application to support a g729 codec. the application is working fine but when i…
Juned
  • 6,290
  • 7
  • 45
  • 93
0
votes
2 answers

Huge chin appears on top of the application window

I am editing Sipdroid and making changes to the UI, but every single activity in this application has a huge chin on top which I can't seem to hide in any way. It looks like it's recognized as the status bar, as you can see from the code that I've…
0
votes
1 answer

Encryption on open Source VoIP Android

This is with reference to sipdroid data encrypt failed I tried using XOR operation instead of reverse byte code for send packets and receive packets in SipdroidSocket.class. I experienced same issue(too much noise) Please guide me in encrypting…
0
votes
1 answer

While using android sip API, error response while calling comes very late. Can we minimize that?

I am using Android SIP API to create my sip client and FREE PBX for sip server. But I am facing this issue, while calling to some extension, if this user is not registered to server, it gives me the error response in 8 seconds. Here is my code.…
Anuj Garg
  • 959
  • 10
  • 12
1
2