Changes

no edit summary
Line 3: Line 3:  
The <b>SMS Gateway</b> service is used to set up various SMS related (mostly automated) functions. This chapter is a summary of the SMS Gateway service of {{{name}}} routers.
 
The <b>SMS Gateway</b> service is used to set up various SMS related (mostly automated) functions. This chapter is a summary of the SMS Gateway service of {{{name}}} routers.
   −
==Post/Get Configuration==
+
==Post/Get==
    
The <b>Post/Get Configuration</b> section is used to turn ON and configure SMS related post/get settings. When the function is enabled, it provides you with the possibility to perform SMS related action requests by writing them in the URL field of your web browser.
 
The <b>Post/Get Configuration</b> section is used to turn ON and configure SMS related post/get settings. When the function is enabled, it provides you with the possibility to perform SMS related action requests by writing them in the URL field of your web browser.
Line 334: Line 334:  
  Sender=%2B37012345678&Text=Hello%21&Name={{{name}}}&Code={{{code_encoded}}}
 
  Sender=%2B37012345678&Text=Hello%21&Name={{{name}}}&Code={{{code_encoded}}}
   −
When decoded it might look something like this:
+
The <i>&</i> symbol separates the the key-value pairs, while certain characters (like <i>+</i>, <i>!</i> and the <i>space</i> symbol) are encoded in UTF-8. When decoded it might look something like this:
    
  Sender: +37012345678
 
  Sender: +37012345678
Line 340: Line 340:  
  Name: {{{name}}}
 
  Name: {{{name}}}
 
  Code: {{{code_decoded}}}
 
  Code: {{{code_decoded}}}
  −
The <i>&</i> symbol separates the the key-value pairs, while certain characters (like <i>+</i>, <i>!</i> and the <i>space</i> symbol) are encoded in UTF-8.
      
===SMS Forwarding To SMS===
 
===SMS Forwarding To SMS===

Navigation menu