In PhonerLite you can setup a configuration manually. It's even easier if you get a preconfigured profile and simply integrate it into PhonerLite. Since version 2.23, PhonerLite supports so-called ".plp" files. PhonerLite's setup automatically creates an association with this file extension. Users who have extracted the files from the ZIP file can do this
PhonerLite.exe /INIT
within PhonerLite directory.
A PhonerLiteProvisioning file is just an INI file with extension ".plp". The content of such a file can look like this:
[TestAccount]
Registrar=test.account.com
UserName=MyUsername
Password=MyPlainPassword
The key names and values correspond to those that are later stored in the “sipper.ini” file. You can take the necessary lines from this file. The encrypted password is stored in "PWD=". You can create a PhonerLite profile manually in the interface (GUI) and store a password there. After saving you will find this "PWD=" line in the "sipper.ini". When you start PhonerLite, the complete file path to this file is always displayed in the debug window at the beginning.
If no password is provided (neither encrypted nor in plain text), the password will be requested interactively when the corresponding profile has been activated.
(C) Heiko Sommerfeldt