Changes

no edit summary
Line 45: Line 45:  
     <tr>
 
     <tr>
 
       <td>View mobile messages list</td>
 
       <td>View mobile messages list</td>
       <td>http://192.168.1.1/cgi-bin/sms_list?username=admin&password=admin01</td>
+
       <td>http://192.168.1.1/cgi-bin/sms_list?username=user1&password=user_pass</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>Read mobile message</td>
 
       <td>Read mobile message</td>
       <td>http://192.168.1.1/cgi-bin/sms_read?username=admin&password=admin01&number=1</td>
+
       <td>http://192.168.1.1/cgi-bin/sms_read?username=user1&password=user_pass&number=1</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Send mobile message</td>
 
     <td>Send mobile message</td>
         <td>http://192.168.1.1/cgi-bin/sms_send?username=admin&password=admin01&number=0037060000001&text=testmessage</td>
+
         <td>http://192.168.1.1/cgi-bin/sms_send?username=user1&password=user_pass&number=0037060000001&text=testmessage</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>View mobile messages total</td>
 
     <td>View mobile messages total</td>
         <td>http://192.168.1.1/cgi-bin/sms_total?username=admin&password=admin01</td>
+
         <td>http://192.168.1.1/cgi-bin/sms_total?username=user1&password=user_pass</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Delete mobile message</td>
 
     <td>Delete mobile message</td>
         <td>http://192.168.1.1/cgi-bin/sms_delete?username=admin&password=admin01&number=1</td>
+
         <td>http://192.168.1.1/cgi-bin/sms_delete?username=user1&password=user_pass&number=1</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
 
<!--
 
<!--
'''192.168.1.1''' - router's LAN IP address; '''username''' - router's login admin user name; '''password''' - router's login password; '''number''' - SMS message index number or recipient's phone number (phone number must contain country code. Phone number format is: 00{COUNTRY_CODE} {RECEIVER_NUMBER}, e.g., 0037062312345 (370 is country code and 62312345 is receiver's phone number)); '''text''' - SMS message text
+
<ul>
 +
    <li>192.168.1.1 - router's IP address. (Replace it with your [[{{{name}}}_LAN#General_Setup|LAN IP]] or [[{{{name}}}_WAN#Operation_Modes|WAN IP]] if you are connecting remotely)</li>
 +
    <li>username - SMS post/get configuration user name</li>
 +
    <li>password - SMS post/get configuration password</li>
 +
    <li>number - SMS message index or (depending on context) recipient's phone number. Phone number format is: 00<country_code><receivers_number>. For example, a valid number would be <b>0037012345678</b> (370 is country code and 12345678 is the receiver's phone number)</li>
 +
    <li>text - SMS message text</li>
 +
</ul>
    
==Email to SMS==
 
==Email to SMS==

Navigation menu