Re: [android-developers] SIP Stack registration packet with authorization

2012-03-14 Thread Nikolay Elenkov
On Wed, Mar 14, 2012 at 2:22 AM, matej148 wrote: > Hi to all, > we want to create SIP application on Android 2.3.3 and have some > issues with android.sip stack (default sip stack). Our mobile app > sends register sip packet, but > 1.) by default OpenIMS core responds 400 Bad request P-Visited-Net

Re: [android-developers] SIP Stack

2010-05-09 Thread Nandan .
yaa android cod support *sip stack s*uch as mjsip, now pjsip is already ported in android platform. i can refer you just see sipdroid project. sipdroid.org you can use rtpsender and reciver java file of sipdroid project of media folder. bhavesh On Mon, May 10, 2010 at 3:24 AM, mike wrote:

Re: [android-developers] SIP Stack

2010-05-09 Thread mike
On 05/06/2010 01:24 AM, vaibhav wrote: Hi When I went through the document "opencore_framework_capabilities.pdf" I came to know that Android supports RTP streaming for 3gpp format. After doing a anaysis I found that the data from a server could be streamed to the android device and played back.