Sections
Some sections are described in more detail here. For the other sections consult the sample configuration.
Jitsi
GOnnect is able to integrate Jitsi. If configured so, GOnnect provides you with options to start a room or upgrade a SIP call to a Jitsi conference.
The section name is jitsi
.
[jitsi]
url=https://meet.example.org
authorizationMode=none
preconfig=false
displayName=Marco Rossi
- url
-
The base URL to initiate Jitsi Meet session on
- authorizationMode
-
How the authorization should be done
-
none
- Jitsi can be used without authorization (default) -
oidc+jwt
- Use a special token service to get a Jitsi JWT after OIDC authorization
-
- displayName
-
The name to display in the Jitsi Meet session
- preconfig
-
Whether to show the Jitsi pre-join screen
If authorizationMode=oidc+jwt
, the following values must be also configured:
- baseUrl
-
The service URL to get a Jitsi JWT by showing an OIDC Token
- authorizationUrl
-
The URL to authenticate via OIDC
- tokenUrl
-
The URL to get an OIDC token after authorization
- clientIdentifier
-
The client ID defined in the OIDC realm
Togglers
Togglers can be used to change the state of a configuration in your PBX by sending a special sequence or to show the state of a certain configuration setting.
The section name starts with toggler_
postfixed with a number.
[toggler_0]
account=account0
label=Transfer call if no SIP client is connected (CFNC)
description=A really good toggler :-)
subscribe=sip:*2%CFG[generic/number]%@example.org
toggle=sip:*2@example.org
display=statusbar
- account
-
The SIP account to use. Usually "account0"
- label
-
The text, which is shown in the UI
- description
-
A description of the toggler (currently not used)
- subscribe
-
A SIP-URI to subscribe for the toggler state
- toggle
-
A SIP-URI to dial to toggle the state
- display
-
Where should the toggler be shown?
-
menu
- The toggler is shown in the hamburger menu -
tray
- The toggler is shown as entry in the tray menu -
statusbar
- The toggler is shown in the status bar of the main window -
settings-phoning
- the toggler is shown on the settings page in the phoning section
-