I am developing android application for SIP. I am successful in making SIP Stack using Jain -sip-stack but for making call, i want to integrate my application with Native SIP dialer for making calls. which is default and also available in android phones. Is is possible to use native dialer to make sip calls through native SIP Dialer.
Any help would be appreciated..
Thanks!!!!!
Yes, You can use native dialer to make sip calls.
For that you need to add one
BroadcastReceiverclass…like below…You need to add
<intent-filter>to yourAndroidManifest.xml