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=user1&password=user_pass</td>
+
       <td>http://<span style="color: black;">192.168.1.1</span>/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=user1&password=user_pass&number=1</td>
+
       <td>http://<span style="color: black;">192.168.1.1</span>/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=user1&password=user_pass&number=0037060000001&text=testmessage</td>
+
         <td>http://<span style="color: black;">192.168.1.1</span>/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=user1&password=user_pass</td>
+
         <td>http://<span style="color: black;">192.168.1.1</span>/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=user1&password=user_pass&number=1</td>
+
         <td>http://<span style="color: black;">192.168.1.1</span>/cgi-bin/sms_delete?username=user1&password=user_pass&number=1</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
Line 67: Line 67:  
<ul>
 
<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]] (when connecting remotely))</li>
 
     <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]] (when connecting remotely))</li>
 +
    <li>SMS related command. Possible values are:
 +
        <ul>
 +
            <li><i>sms_list</i> - view all SMS messages in storage</li>
 +
            <li><i>sms_read</i> - read a single SMS message by specified SMS index</li>
 +
            <li><i>sms_send</i> - </li>
 +
            <li><i>sms_total</i> - </li>
 +
            <li><i>sms_delete</i> - </li>
 +
        </ul>
 +
    </li>
 
     <li>username - SMS post/get configuration user name</li>
 
     <li>username - SMS post/get configuration user name</li>
 
     <li>password - SMS post/get configuration password</li>
 
     <li>password - SMS post/get configuration password</li>

Navigation menu