Changes

m
Line 11: Line 11:  
==Summary==
 
==Summary==
   −
The <b>Mobile Utilities</b> page is used to configure various SMS{{#ifeq:{{{name}}}| TRB255| |&nbsp;and Call}} related device control options and to read, send and manage SMS messages and SMS storage space.
+
The <b>Mobile Utilities</b> page is used to configure various SMS{{#switch:{{{name}}}| TRB255 | TRB256= | #default=&nbsp;and Call}} related device control options and to read, send and manage SMS messages and SMS storage space.
    
This manual page provides an overview of the Mobile Utilities page in {{{name}}} devices.
 
This manual page provides an overview of the Mobile Utilities page in {{{name}}} devices.
Line 401: Line 401:  
         <td>uci <b>get</b> <config>.<section>.<option_name></td>
 
         <td>uci <b>get</b> <config>.<section>.<option_name></td>
 
         <td>Returns the value of a single configuration option.</td>
 
         <td>Returns the value of a single configuration option.</td>
         <td><li><i>uci get network.wan.ipaddr</i></li>Returns the router's WAN IP address.</td>
+
         <td><ul><li><i>uci get network.wan.ipaddr</i></li></ul>Returns the router's WAN IP address.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>uci <b>set</b> <config>.<section>.<option_name>="value"</td>
 
         <td>uci <b>set</b> <config>.<section>.<option_name>="value"</td>
 
         <td>Sets the value of a specified configuration option.</td>
 
         <td>Sets the value of a specified configuration option.</td>
         <td><li><i>uci set network.mobile.apn=example</i></li>Changes mobile APN value to "example".</td>
+
         <td><ul><li><i>uci set network.mobile.apn=example</i></li></ul>Changes mobile APN value to "example".</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>uci <b>show</b> <config></td>
 
         <td>uci <b>show</b> <config></td>
 
         <td>Returns the contents of a config file</td>
 
         <td>Returns the contents of a config file</td>
         <td><li><i>uci show openvpn</i></li>Returns the contents of the "openvpn" config file.</td>
+
         <td><ul><li><i>uci show openvpn</i></li></ul>Returns the contents of the "openvpn" config file.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>uci <b>show</b> <config>.<section></td>
 
         <td>uci <b>show</b> <config>.<section></td>
 
         <td>Returns the exact part (section) of a config file.</td>
 
         <td>Returns the exact part (section) of a config file.</td>
         <td><li><i>uci show network.lan</i></li>Returns the configuration of the "lan" section from the "network" config file.</td>
+
         <td><ul><li><i>uci show network.lan</i></li></ul>Returns the configuration of the "lan" section from the "network" config file.</td>
 
     </tr>
 
     </tr>
 
<!--
 
<!--
Line 453: Line 453:  
         <td>api <b>get</b> <method>.<config>.<section></td>
 
         <td>api <b>get</b> <method>.<config>.<section></td>
 
         <td>Returns specified config options.</td>
 
         <td>Returns specified config options.</td>
         <td><li><i>api get /auto_reboot/periodic/config</i></li>Returns periodic reboot options.</td>
+
         <td><ul><li><i>api get /auto_reboot/periodic/config</i></li></ul>Returns periodic reboot options.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>api <b>post</b><method> <config>.<section>.<option_name>="value"</td>
 
         <td>api <b>post</b><method> <config>.<section>.<option_name>="value"</td>
 
         <td>Sets the value of a specified configuration option.</td>
 
         <td>Sets the value of a specified configuration option.</td>
         <td><li><i>api post /auto_reboot/periodic/config {"data": {"action": "1", "period": "week", "days": ["mon"], "time": ["12:00"]}}</i></li>Creates a periodic reboot configuration with options to reboot device every monday on 12:00.</td>
+
         <td><ul><li><i>api post /auto_reboot/periodic/config {"data": {"action": "1", "period": "week", "days": ["mon"], "time": ["12:00"]}}</i></li></ul>Creates a periodic reboot configuration with options to reboot device every monday on 12:00.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>api <b>put</b> <method> <config>.<section>.<option_name>="value"</td>
 
         <td>api <b>put</b> <method> <config>.<section>.<option_name>="value"</td>
 
         <td>Edits a specified config options.</td>
 
         <td>Edits a specified config options.</td>
         <td><li><i>api put /auto_reboot/periodic/config/{id} {"data": { "enable": "1"}}</i></li>Sets a specified periodic reboot config to enabled.</td>
+
         <td><ul><li><i>api put /auto_reboot/periodic/config/{id} {"data": { "enable": "1"}}</i></li></ul>Sets a specified periodic reboot config to enabled.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>api <b>delete</b> <method> <config>.<section>.<config_id></td>
 
         <td>api <b>delete</b> <method> <config>.<section>.<config_id></td>
 
         <td>Deletes a specified configuration.</td>
 
         <td>Deletes a specified configuration.</td>
         <td><li><i>api delete /auto_reboot/periodic/config/{id}</i></li>Deletes a specified periodic reboot configuration.</td>
+
         <td><ul><li><i>api delete /auto_reboot/periodic/config/{id}</i></li></ul>Deletes a specified periodic reboot configuration.</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
Line 556: Line 556:  
<tr>
 
<tr>
 
         <td>Send mobile message to a group</td>
 
         <td>Send mobile message to a group</td>
         <td>http://<span>
+
         <td>http://<span>style="color: black;">192.168.1.1</span>/cgi-bin/sms_send?username=user1&password=user_pass&group=group_name&text=testmessage
                style="color: black;">192.168.1.1</span>/cgi-bin/sms_send?username=user1&password=user_pass&group=group_name&text=testmessage
   
         </td>
 
         </td>
 
</tr>
 
</tr>
Line 567: Line 566:  
<tr>
 
<tr>
 
         <td>Delete mobile message</td>
 
         <td>Delete mobile message</td>
         <td>http://<span>
+
         <td>http://<span>style="color: black;">192.168.1.1</span>/cgi-bin/sms_delete?username=user1&password=user_pass&number=1
                style="color: black;">192.168.1.1</span>/cgi-bin/sms_delete?username=user1&password=user_pass&number=1
   
         </td>
 
         </td>
 
</tr>
 
</tr>
Line 659: Line 657:  
         <td>default: '''Everyone'''</td>
 
         <td>default: '''Everyone'''</td>
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
+
            <ul>
            <li>Everyone</li>
+
                <li>Everyone</li>
            <li>Listed numbers</li>
+
                <li>Listed numbers</li>
            <li>From user group</li>
+
                <li>From user group</li>
 +
            </ul>
 
         </td>
 
         </td>
 
</tr>
 
</tr>
Line 713: Line 712:  
         <td>default: '''Everyone'''</td>
 
         <td>default: '''Everyone'''</td>
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
+
            <ul>
            <li>Everyone</li>
+
                <li>Everyone</li>
            <li>Listed numbers</li>
+
                <li>Listed numbers</li>
            <li>From phone group</li>
+
                <li>From phone group</li>
 +
            </ul>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 727: Line 727:  
         <td>HTTPS certificate verification</td>
 
         <td>HTTPS certificate verification</td>
 
         <td>default: '''Ignore'''</td>
 
         <td>default: '''Ignore'''</td>
         <td>Select whether to ignore or verify server certificate. Available options: <li>Ignore</li> <li>Verify</li>
+
         <td>Select whether to ignore or verify server certificate. Available options: <ul><li>Ignore</li> <li>Verify</li></ul>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 733: Line 733:  
         <td>Method</td>
 
         <td>Method</td>
 
         <td>default: '''Get'''</td>
 
         <td>default: '''Get'''</td>
         <td>Choose witch HTTP request method will be used. Available options: <li>Get</li> <li>Post</li>
+
         <td>Choose witch HTTP request method will be used. Available options: <ul><li>Get</li> <li>Post</li></ul>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 811: Line 811:  
         <td>default: '''Everyone'''</td>
 
         <td>default: '''Everyone'''</td>
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
       
+
            <ul>
            <li>Everyone</li>
+
                <li>Everyone</li>
            <li>Listed numbers</li>
+
                <li>Listed numbers</li>
            <li>From user group</li>
+
                <li>From user group</li>
 +
            </ul>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 861: Line 862:  
         <td>default: '''Everyone'''</td>
 
         <td>default: '''Everyone'''</td>
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 
         <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
       
+
            <ul>
            <li>Everyone</li>
+
                <li>Everyone</li>
            <li>Listed numbers</li>
+
                <li>Listed numbers</li>
            <li>From user group</li>
+
                <li>From user group</li>
 +
            </ul>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 1,011: Line 1,013:  
     </tr>|}}
 
     </tr>|}}
 
</table>
 
</table>
{{#switch:{{{name}}}| TRB255 | TRB256 | #default =
+
{{#switch:{{{name}}}| TRB255 | TRB256 = | #default =
 
==Call Utilities==
 
==Call Utilities==
  

Navigation menu