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/05/10 11:22]
tomiskar
devel:documentation:modules_sms [2020/03/22 21:05] (current)
poulm remove link to deprecated ca module
Line 1: Line 1:
-<- .:modules_ca |  ^ .:start | Documentation ^  .:modules_scim | ->+<- .:modules_rec |  ^ .:start | Documentation ^  .:modules_scim | ->
  
 ====== Modules - SMS [sms] ====== ====== Modules - SMS [sms] ======
-The module provides sending sms via gateway and gateway can be placed behind proxy. Now is available these implementations (drivers):+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 ===== ===== SMS Sender - GET script =====
  
-URL with SMS gateway is composed by script defined in application properties. Script return URL in string and CzechIdM realize GET method with this URL. The script composed URL with all necessary parameters like username and password for gateway, text message, number and etc.. About next communication like proxy, secure (https) its cares CzechIdM itself.+URL of SMS gateway is returned by script defined in application properties. The script returns URL in "stringand CzechIdM call the GET method with this URL. The script composed URL with all necessary parameters like username and password for gateway, text message, numberetc... CzechIdM itself handles the communication including a proxy, security (https).
  
 ==== Admin tutorials ==== ==== Admin tutorials ====
   * [[tutorial:adm:modules_sms|Configure SMS module]]   * [[tutorial:adm:modules_sms|Configure SMS module]]
-  * [[devel:documentation:modules_sms:versions|]] 
 ==== Developers tutorials ==== ==== Developers tutorials ====
  • by tomiskar