QR Codes for Cloud SoftphoneΒΆ
Providers using Cloud Softphone can create their own QR codes for their users to import their account into the Cloud Softphone.
The code has to contain plain-text. The format of the text is:
csc:username:password@CODE
CODE
is the app code, it is mandatory. If CODE
ends with *
, the test, non-approved version will be used. username
and password
are the user credentials. Password or both username and password may be missing, in which case the user will be asked to fill them in manually.
all possible formats:
csc:CODE
csc:username@CODE
Warning
The username and password segments of the QR code contents should be url-encoded. Valid Cloud IDs contain only letters and digits, so url-encoding should have no effect on it.