signoSign/Universal uses an external service for sending text messages. This section describes the settings for the supported services, one of which can be used.
See also pool.preferredSmsService.
The following settings are possible in settings.properties with the respective prefix of the text message service provider.
Settings sms77
The following settings are used to call the text message service of sms77 e. K.
sms77.apiKey
|
Description |
The API key for authentication of the text message service provider. You can create and display this key in the development area of sms77.io. |
|
Possible values |
Any string of characters. |
|
Default value |
- |
sms77.label
|
Description |
The label is appended to the text message to make it easier to assign. Placeholders can be used here to enable certain information to be used in the label.
|
|
Possible values |
Any string of characters. |
|
Default value |
- |
Settings sipgate
The following settings are used to call the text message service of sipgate GmbH.
sipgate.token
|
Description |
The personal access token (PAT) for authenticating the text message service provider. The token requires the scope sessions:sms:write for sending text messages and the scope sms:read for reading the extensionto be used.
|
|
Possible values |
Any string of characters. |
|
Default value |
- |
sipgate.tokenId
|
Description |
The token ID of the personal access token for authentication of the text message service provider. |
|
Possible values |
Any string of characters. |
|
Default value |
- |
sipgate.smsId
|
Description |
The ID of the extension from which the message is sent.
|
|
Possible values |
Any string of characters. |
|
Default value |
- |
Settings telekom
The following settings are used to call the text message service https://www.telekom.de.
telekom.apiKey
|
Description |
The API key for authentication of the text message service provider. You can create and view this key in the Vonage developer area. |
|
Possible values |
Any string of characters. |
|
Default value |
- |
telecom.secret
|
Description |
The secret for authenticating the text message service provider. You can create and view this key in the Vonage developer area. |
|
Possible values |
Any string of characters. |
|
Default value |
- |
telekom.sender
|
Description |
The sender used when sending the text message and displayed to the recipient. |
|
Possible values |
Any string of characters. |
|
Default value |
- |
telecom.client-ref
|
Description |
The client-ref is appended to the text message to make it easier to assign. Placeholders can be used here to enable certain information to be used in client-ref.
|
|
Possible values |
Any string of characters. |
|
Default value |
- |
telekom.account-ref
|
Description |
The account-ref is appended to the text message to make it easier to assign. Placeholders can be used here to enable certain information to be used in the account-ref.
|
|
Possible values |
Any string of characters. |
|
Default value |
- |