Questions tagged [voip-android]
40 questions
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
1 answer
linphone use SIP message for sending message in chat room
I am building an android application where I am using LinPhone Lib for audio/ video and sending a message using VoIP.
I read a lot of blogs and finally, I got an EasyLinphone GitHub Code that is using LinPhone Lib for audio/ Video calling. I read…

hitesh matnani
- 21
- 8
1
vote
1 answer
How to account logout from Csipsimple on click of logout button?
I am using Csipsimple for my Voip app. when i am click logout button the login screen comes but when i am call after logout on this number the incoming call is coming and call has been connected.
fun disconnect(quit: Boolean, ctx: Context?) {
…

Mayur
- 735
- 4
- 14
1
vote
0 answers
Attempt to invoke virtual method 'boolean android.media.AudioManager.isBluetoothA2dpOn()' on a null object reference
I am getting weird type of Crash in the application, captured during Crash Analytics, even I didn't use the code for Bluetooth devices and didn't used these lines isBluetoothA2dpOn() as well. Furthermore, I couldn't trace the code that from where it…

Muhammad Waseem
- 121
- 9
1
vote
1 answer
How to detect android.permission.USE_SIP
Now I have a serious problem with my manifest. I don't know why even after had android.permission.USE_SIP in manifest, this is not recognized. I use this code to detect.
if (ContextCompat.checkSelfPermission(this, Manifest.permission.USE_SIP)
…

Boris
- 99
- 1
- 13
1
vote
1 answer
How to generate Twilio capability token for voip integration?
In my app ,I want to integrate Twilio chat, voice and video.
For now I am working on Twilio voip.
I have used this link to make call :
https://www.ipragmatech.com/steps-make-call-android-twilio-voice/
but I am getting my app crashed with this…

Pragya Mendiratta
- 697
- 7
- 18
1
vote
1 answer
Android ConnectionService with specific useTargetVersion & minTargetVersion
I'm new on Android development and curious about ConnectionService. I see a doc and it mention that it's coming from Android API 23. If my project use useTargetVersion=25 and minTargetVersion=16, can I still use ConnectionService? Can it guarantee…

Pewh Gosh
- 1,031
- 1
- 11
- 29
0
votes
0 answers
Android 11 - setting RNCallkeep.setCurrentCallActive(uuid) causes the native call state to update in self Managed mode, but it should not
Android 11 - setting RNCallkeep.setCurrentCallActive(uuid) causes the native call state to update in self Managed mode, but it should not
I am using react-native-callkeep
library to handle my VOIP calls and GSM calls interoperability in my react…
0
votes
0 answers
How do I add Voip Calling feature in my flutter app?
I want to add VoIP calling in my Flutter app like Swiggy/uber,where they can call from app to a phone number, please help me out. THANK YOU!
Have'nt found any reliable documentation yet.

jhon wick
- 1
- 1
0
votes
0 answers
How to implement real-time voice feature in Stand alone Android Wear Application?
We already have a standalone Android watch application, and we intend implement real-time voice calls using SIP and VOIP protocol. According to my real-time research, voice calls using VOIP can be implemented in conjunction with phone and watch…

tilak
- 4,589
- 6
- 34
- 45
0
votes
0 answers
Call termination using sip service in android not working
I have a function in my VoIP dialer app that should call a service that terminates a call. So when an incoming call enters the phone via the app, there are options to decline and answer. When I click on the decline option, it seems to terminate the…

Oleohi
- 86
- 1
- 5
0
votes
0 answers
how to implement voip in existing application
I have a project where i have to implement voice call feature in an open source texting android application (BRIAR).
i have the source code and all app files downloaded and opened on android studio but don't know what to do exactly or where to start…

Abdelrahman Amr
- 1
- 1
0
votes
0 answers
Does android.net.sip support voice chat between more than 2 Devices?
I want to implement group voice chat in my Android app with android.net.sip.
I search in docs, but I can't find sample source android.net.sip do group(more than 2)…

comp
- 13
- 3
0
votes
0 answers
Android Listen Mute Events on a VoIP Call
I'm developing a voip call app via Android Telecom framework. I have a self-managed ConnectionService class.
On a voip call, my smartwatch sends a mute signal but could not find how to listen this event.
I’m looking forward to hearing from you, best…

Adana
- 1
0
votes
1 answer
Can I connect Zoiper to GOIP?
I used GOIP to send SMS from my application. Sometime, client call to this phone number but they cannot connect because I didn't config Income Call on GOIP.
Is it possible to connect Zoiper application (Android) to GOIP without Call Center…

Tu Tien
- 1