Re: [android-developers] Re: How to get outgoing call status

2012-02-15 Thread Jagruti Sangani
Hello, But this is not work for sip calling.It is use if we had use the internal dialer for calling . On Wed, Feb 15, 2012 at 1:10 PM, vijay kher wrote: > Try this > > TelephonyManager telephonyManager > =(TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); > > telephonyManager.list

Re: [android-developers] Re: How to get outgoing call status

2012-02-15 Thread Mark Murphy
On Wed, Feb 15, 2012 at 7:15 AM, Jagruti Sangani wrote: > But this is not work for sip calling.It is use if we had use the internal > dialer for calling . There is no way to determine if a VOIP client is being used, since any application could be a VOIP client (e.g., Skype, Vonage). -- Mark Mur