SMS Support
...
Support
As of today, we provide support for two Romanian SMS gateway providers, namely Kepler-Rominfo (- a product called KR-EMS) and Netopia ( and Netopia - see https://www.web2sms.ro/). We We're open to add more providers, and if you are interested in such a functionality, let us know.
After each configuration change, you will need to stop / start katl-commons ( or restart Jira).
KR-EMS Provider Configuration
...
enms.user
is the username to authenticate against the web service end pointenms.password
is the password to authenticate against the web service end pointenms.endpoint
is the URL where the web service is locatedenms.default.sender
is the default sender phone number that is used by the web service to send messages withenms.unicode
enables or disables the unicode text representation
NETOPIA Provider Configuration
...
Code Block |
---|
netopia.user=<user> netopia.authKey=<authkey> netopia.default.sender=<default sender> netopia.validity=<validity of the message> netopia.scheduleDate.format=<format of the scheduled date> netopia.scheduleDate=<scheduled date> netopia.callbackUrl=<url of the callback, if any> |
...
For more details, contact the NETOPIA SMS provider.
Note |
---|
Restart Jira to put into effect your new SMS configuration. Each change requires a restart. |
...