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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200710/325a0aef/attachment.html>
Sylvain Boily
2020-Jul-10 14:55 UTC
[asterisk-users] Example of Jitsi Desktop provisioning file
Hello, On 2020-07-10 10:39 a.m., Olivier wrote:> 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.htmlIt 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 <sylvain at wazo.io> a écrit :> > It probably can help you: > > https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl > > Sylvain > > Yes, provided example was exactly what I was after !Thank you very much ! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200721/d1da4ebd/attachment.html>