Simplify setup for your users
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 the 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.
Generic Apps
scloc:providerId| { "sipaccounts" : [ { "sipusername" : "user1" , "sippassword": "29de?8", "subdomain" : "pbx"} ] }
Whitelabel Apps
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"
} ] }
Multiple SIP accounts may be passed as separate entries in json array