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
0
votes
2 answers

java.lang.SecurityException: Permission Denial, android.intent.action.PHONE_STATE only on kitkat version

i am developing SIP application and it running successfully but getting a security Permission Denial Exception of PHONE_STATE only on KitKat Android version. Do anyone know what is the reason, Please help me to find a solution. Here is some part of…
0
votes
2 answers

Sip Manager shows null

I am trying to build a sip application on android LGP500. It has android version 2.3.3. I have used brekeke sip server. Also android.net.sip is present in android.jar. This shows google services has been installed correctly. Even zoiper is working…
0
votes
4 answers

Sipdroid - Cannot change package name

I modify sipdroid for my voip app in android. Everything is ok but when i change package name "org.sipdroid.sipua", i cannot register for any server (rollback to name org.sipdroid.sipua and it work fine). Awww What wrong with this name???
Unoken Mouny
  • 157
  • 1
  • 3
  • 14
0
votes
0 answers

Video chat in android

What i am doing: I am building an android application for 1 to 1 video chatting and i need help here What i did: 1) I came across Quickblox, i tried my best to understand and implement it and i really coudn't get it working 2) I researched about…
Rakesh
  • 1
  • 2
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
0 answers

Encryption and decryption of SIPDROID VOIP calls in Android?

I am working on VOIP calls integration in Android using SIPDROID. Here I want to encrypt data while sending and decrypt after receiving the data. I have gone through the code but confused as to which class file I should use for encryption and…
code_finder
  • 1,370
  • 2
  • 21
  • 39
0
votes
1 answer

sipdroid data encrypt failed

I want to make a custom sipdroid client by using reverse byte order. I think that makes other Voip clients cannot decode these data. So I read the code of the SipDroid. I found RTP data goes this way: 1. AudioRecord.read(originalPCM) 2.…
Fakebear
  • 449
  • 6
  • 15
-3
votes
1 answer

Is there a way to connect my android phone over wifi to asterisk pbx so can I make make and receive calls via the mobile from my pbx?

I have set up my raspberry pi with Asterisk and FreePBX. I am now trying to get this to be able to use my android mobile phone to make outgoing calls while the phone is in the range of my wifi. So a good start would be if the pbx could pick up an…
user4029
  • 1
  • 4
1
2