Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyValueDescription
sms.httpProxyHost

<hostname>

Default: blank

Hostname of HTTP proxy to use when contacting SMS Gateway, leave blank to skip proxy.
sms.httpProxyPort

<tcp port>

Default: 8080

TCP port number for proxy server.
sms.httpProxyUser

<userid>

Default: blank

If proxy is enabled, this is the userid to send, if specified
sms.httpProxyPassword

<password>

Default: blank

If proxy is enabled, and userid is specified, this is the password to send to the proxy server.
sms.httpNoProxyFor

<pattern>

No default

Hostnames/IPs matching this pattern will not be proxied
sms.from

<string>

Default: PP OTP

Name or phone number that the SMS/Text message will appear to be sent from.
sms.otplength

<integer>

Default: 6

Number of characters in the generated OTP code
sms.numbersonly

true/false

Default: true

If true, generated OTP only contains numbers - if false, it contains letters too.
sms.flashsms

true/false

Default: true

If true, the SMS/Text message is sent as flash SMS - meaning it will popup on the phone, and disappear when the user dismisses it - it will also not show up in the SMS history.
sms.verifysslhostname

true/false

Default: true

Set to false to disable SSL hostname verification - when true, it checks that the hostname matches what is specified in the SSL server certificate.
sms.verifysslservercert

true/false

Default: true

Set to false to disable verification of the SSL server certificate
sms.providercpssm/unwire

Name of the SMS provider to use, must be cpsms or unwire

An additional value of "locallogging" can be set to provide the OTP codes to the Ceptor log files.

When SMS provider is set to cpsms

sms.server

URL

Default: https://www.cpsms.dk

URL (scheme and hostname) of the SMS gateway server
sms.username<userid>Userid to send to the SMS gateway
sms.password<password>Password for the SMS gateway
sms.apikey<string>API Key to use instead of the userid/password when calling the gateway.
When SMS provider is set to unwire

sms.server

URL

Default: https://gw.unwire.com

URL (scheme and hostname) of the SMS gateway server
sms.username<userid>Userid to send to the SMS gateway
sms.password<password>Password for the SMS gateway
sms.smsc

<string>

Default: dk.tdc

Company to route the SMS through

Refer to unwire for details.

sms.appnr

<number>

Default: 1231

Number within the routing company to use for sending the SMS

Refer to unwire for details.

sms.mediacode

<string>

Default: PortalProtectOTP

Mediacode to use

Refer to unwire for details.

...