I want write code to register with the Sip server and then to make call on press of 'Back' button.
I already have done with the registration part but not sure how should I proceed to make call from my registered SIP Account!
I tried do it using Intent, it displayed the window calling the number...but without ringing back.
Code that I tried to make call on Back press is here:
Yes! I tried Intent.ACTION_CALL too but that also didn't helped m...actually, I also want to know if only use of 'Intent' will work in SIP application or I should do somthingelse to listen to the other side??