I\'m developping a SIP application. I have a little problem: when \"reducing\" the application with home button and i make a call to the phone, i have the coded ringing incoming call but the applicati
I\'m currently working on a project where I have to implement a secure VoIP communication between Android 2.3 (or higher) phones. The connection is established through a Kamailio server.
I\'m devlopping 开发者_Go百科a SIP application and whant to launch the normal incoming call interface when having an incoming call from a SIP client. Is that possible ?
I\'m developping a SIP application on 2.3 Android version. i wish launhing the dialer/outgoing call interface when tapping a phone number on an EditText to call it. And to launch the incoming call int
I have installed Red5 Server 0.9.0 and red5phone sip_r53. When i make a call , am not able to hear caller voice but he can hear me clearly. can any one faced similar开发者_JAVA技巧 problem ? please he
For a while now I\'ve been playing around with the SipDemo in开发者_开发知识库 the Android 2.3
I\'m new to Android development and the last piece of real code I touched was over 10 years ago. I went thru the google documentation on the settings content provider, but it seems only some of the s
I was writing a small Java, application for peer to peer using SIP, which will be handling H.239 like all other common standards. But while working i wanted to have a Server who supports it to rely on
I\'m building a SIP application, it works well now, and i want it to stay working as service when quit it to always receive incoming calls(to quit completely the app, the user has to confirm it by tap
I\'m developing a SIP user agent application that connects to an Asterisk server and tries to do an outgoing call. I\'m using the NIST implementation of the JAIN SIP API.