If you don't have your own provisioning server you can still use QR codes to save users entering credentials. Simply embed the credentials in the QR code in format specified below and email the QR code to your end user. They will simply scan the code and the softphone will be ready to use.
scloc:providerId| { "sipaccounts" : [ { "sipusername" : "user1" , "sippassword": "29de?8", "subdomain" : "pbx"} ] }
scloc: { "sipaccounts" : [ { "sipusername" : "user1" , "sippassword": "29de?8", "subdomain" : "pbx"} ] }
Additional parameters available are shown below
scloc: { "sipaccounts" : [ {
"sipusername" : "user1" ,
"sippassword": "29de?8",
"subdomain":"pbx",
"authusername": "629456",
"transport" : "UDP",
"srtp" : "Enabled" ,
"messaging" : "Enabled",
"video" : "Enabled" ,
"callrecording" : "Enabled",
"proxy" : "proxy.example.com"
} ] }
Multiple SIP accounts may be passed as separate entries in json array