Reputation: 1802
I Download demo from github and implemented but i'm not able to login and registration .
Can any body help me with this.It will very gladly.
https://github.com/ketanpatel25/SIP-Demo
Upvotes: 0
Views: 1888
Reputation: 2864
Are you sure the your user id and password is correct? Registration failure could be of Incorrect/ Deactivated UserId-Password combo. Try getting a fresh SIP credentials from Free provides like Linphone and use in your app.
Upvotes: 1
Reputation: 817
In order to register on a SIP server you should provide IP address of your SIP server (Asterisk, Kamailio, FreeSwitch, etc) your SIP username and password (depending on your server configuration username/password maybe optional). For testing purpose you can setup Asterisk or use free SIP services like Linphone. Notice that Linphone also provides a very good open-source client and library that you can integrate into your project.
Upvotes: 1
Reputation: 1630
If you are looking for SIP demo application i suggest you can opt from these mentioned below
https://github.com/Miserlou/Android-SDK-Samples/tree/master/SipDemo
https://github.com/android/platform_development/tree/master/samples/SipDemo
Upvotes: 0