Example Of Jitsi Desktop Provisioning File
Hello,
1. I’m looking for an (anomized) example of a Jitsi Desktop provisioning file compliant with Asterisk ?
Jitsi Doc mentions it should adhere to Java properties file syntax (see
[1]) but a working example would help.
If this example file included the following settings, it would be perfect:
– sip username, secret, authname, …
– codec G711, RFC2833
– BLF
– local or remote phonebook
– provisioning through HTTP(S)
[1] https://desktop.jitsi.org/provisioning.html
2. Have ever tried passing some setting to installer (see [2]). Comments ?
[2] https://desktop.jitsi.org/Documentation/MSIParameters.html
Best regards
4 thoughts on - Example Of Jitsi Desktop Provisioning File
Hello,
It probably can help you:
https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl
Sylvain
—
Hi, Le ven. 10 juil. 2020 à 16:56, Sylvain Boily a écrit :
Thank you very much !
Hello,
You’re welcome. Sylvain
From [3], it seems possible to change provisioning URLs with (untested, yet):
net.java.sip.communicator.plugin.provisioning.URL
net.java.sip.communicator.plugin.provisioning.auth.USERNAME
net.java.sip.communicator.plugin.provisioning.auth net.java.sip.communicator.plugin.provisioning.METHOD
[3] https://searchcode.com/codesearch/view/50276540/
Le mar. 21 juil. 2020 à 12:00, Sylvain Boily a écrit :