0
votes

Can anyone provide me an example for catching outgoing call states for a SIP call?

Here is the link for doing that using TelephonyManager example .

But i want something similar for sip calls.

Thank You.

1
are you using Default Sip?(included from android 2.3) - Seshu Vinay
I am using Sipdroid and device is Samsung Galaxy plus 7, Android version 3.2. - quad

1 Answers

0
votes

Perform a packet capture (root access) from your device and look at the SIP messages, understanding of SIP call flow will give you call state from SIP message you are looking at.