Sip Configuration

I like to know how to connect to the SIP Server after adding configuration in Config file and creating required SRV and DNS records. Means what is the way to authenticate to the SIP server provided by Ejabberd and what will be username, pwd and domain etc.
If there any example of this that will be very helpful. Thank you

If you have a registered user

If you have a registered user user@server.com with password pass then:
The username will be user
The domain will be server.com
The pwd will be pass

Note that you need to have plain passwords stored in your database, i.e. SCRAM should be disabled (it is disabled by default, though).

Syndicate content