Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devel:documentation:modules_sms [2018/03/06 15:11]
kopro fix name
devel:documentation:modules_sms [2020/03/22 21:05] (current)
poulm remove link to deprecated ca module
Line 1: Line 1:
 +<- .:modules_rec |  ^ .:start | Documentation ^  .:modules_scim | ->
  
 +====== Modules - SMS [sms] ======
 +The module provides sending sms via gateway and gateway can be placed behind proxy. Module consists of drivers, each can communicate with some SMS gataway implementation.
 +
 +Now these implementations (drivers) are available:
 +
 +===== SMS Sender - GET script =====
 +
 +URL of SMS gateway is returned by a script defined in application properties. The script returns URL in "string" and CzechIdM call the GET method with this URL. The script composed URL with all necessary parameters like username and password for gateway, text message, number, etc... CzechIdM itself handles the communication including a proxy, security (https).
 +
 +==== Admin tutorials ====
 +  * [[tutorial:adm:modules_sms|Configure SMS module]]
 +==== Developers tutorials ====