Reputation: 1
I'm developing a application to call GSM Numbers using Sip protocol. Please anyone help me to do that ? How to Implement in Android or any open source projects available for this ?
Upvotes: 0
Views: 2047
Reputation: 28484
An android sip api is limited api , you can only call between sip account only. So if you want to develop an application to support GSM call , you can make clone of open source SIP
1)Sip Droid
2) Voip
available on github
Download From Here https://github.com/mconf/sipdroid/archive/master.zip
Upvotes: 1