Ramesh
Ramesh

Reputation: 1802

I implemented Android SIP sample to audio and video calling but getting Registration failed

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

Answers (3)

Sasi Varunan
Sasi Varunan

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

gst
gst

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

Related Questions