I want to use android SIP API - android

How can I use android the SIP API?
Can anyone give an example of that please?

use Sip2Sip.info for free sip Id and android native 2.3 api spiDemo to check out the very basic of Sip app.
You might need to add proxy server in code get id registered.

Related

Twilio - conference call android app

I want to make such an android app in which user can make conference call. user can add twilio user and non twilio ( can call to any phone number ) as well in a same call.
I have seen this , this and also this link .
Which path should i follow or how can i use twilio in my app?
Should i use Rest apis or twilio java sdk or the combination of both ?
Please guide me waiting for your valuable response ?
Thanks in advance.
Twilio developer evangelist here. In this blog post I wrote about the pitfalls of using twilio directly from your device while trying to send SMS messages.
As it happens, the same problem exists while trying make calls. You shouldn't use the REST api directly from the device, but if you're trying to make VOIP calls from it, this example I created should be helpful to you.
In that, I use the Twilio Android SDK to create a new VOIP call from the device. You will still need to authenticate though, but on the blog post I mentioned above I describe how to build a backend to do that.
Hope this helps you

Can google video chat be implemented in an android app using google api

This is my idea :
Is there gtalk api which i can use to initiate a video chat in my android app using google credentials.
Please suggest me links or any other possibility.
Or please guide me to develop an android app that can be used to voice/video chat over wifi without sip.
Well, i was searching for the same question just to end up here with no answer! Anyway, i will share my research with you, see if this helps
1) In Intent api, there is an action called 'android.intent.action.GTALK_CONNECTED', so i think gtalk is already within android API
2) Gtalk uses Google XMPP Service.
So we can try using Asmack, a ported Smack Library for Android
Please tell me if u make any progress and i will do the same.

Make call to GSM number using SIP

I'm developing a application to call GSM Numbers using Sip protocol. Please anyone help me to do that ? How to Implement in Android or any open source projects available for this ?
An android sip api is limited api , you can only call between sip account only. So if you want to develop an application to support GSM call , you can make clone of open source SIP
1)Sip Droid
2) Voip
available on github
Download From Here
https://github.com/mconf/sipdroid/archive/master.zip

Unable to login and Call SIP/VOIP library doubango with TLS for android?

I am also new to NDK development and I am try to develope application based on SIP/VOIP protocol.
Application
etc.
After searching I found this library which used in application library for app
And downloaded and managed code from the given example according to my need and on UDP protocol it works fine.
As calling on this way are block in some of country that's why I am trying to implement calling feature as encrypted.
And from douboungo library I setup TLS and Port 5061 for sip2sip.info account but I am not able to login or call with TLS setup.
Any one have an idea how to configure TLS with doubango framework.
Any help will be highly appreciated.
Thanks.

Implement SIP server for android 4.0

I want to implement SIP server and SIP client programs for android 4.0. In android samples already provides the "SIPdemo" SIP client program. It's use the android.net.sip package.
Can I use the android.net.sip package for implement the SIP server?
Is there any sample SIP server programs for android?
I think it is possible , I find this product in market usipserver it s free .
So it s possible to make you own sip server in Android
but I don't think with just android.sip , you must writing all code for the server use directly native code ( socket etc )
No. If you want a sip server, you can use Asterisk. Install and run it on a server machine and register the SipDemo into it.
I think http://www.linphone.org might be what you're looking for.
The android sip api requires a server I think.

Categories

Resources