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 127: Line 127:  
         <td><b>Mobile Data limit status</b></td>
 
         <td><b>Mobile Data limit status</b></td>
 
         <td><i>no default text</i></td>
 
         <td><i>no default text</i></td>
         <td>Sends a status report message that includes data limit usage information for mobile network interfaces (that have [[{{{name}}}_Interfaces#Mobile_Data_Limit|Mobile Data Limit]] enabled) </td>
+
         <td>Sends a status report message that includes data limit usage information for mobile network interfaces (that have [[{{{name}}}_WAN#Mobile_Data_Limit|Mobile Data Limit]] enabled) </td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 222: Line 222:  
         <td><b>Restore to user's defaults</b></td>
 
         <td><b>Restore to user's defaults</b></td>
 
         <td><i>userdefaults</i></td>
 
         <td><i>userdefaults</i></td>
         <td>Restores user's default configuration on the device. [[{{{name}}}_Backup#Create_default_configuration|Click here]] for more information on User's default configuration.</td>
+
         <td>Restores user's default configuration on the device. [[{{{name}}}_Maintenance#Create_default_configuration|Click here]] for more information on User's default configuration.</td>
 
     </tr>{{#switch:{{{name}}}
 
     </tr>{{#switch:{{{name}}}
 
  | TRB141|TRB142|TRB145=
 
  | TRB141|TRB142|TRB145=
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 502: Line 502:  
     <tr>
 
     <tr>
 
         <td>Access</td>
 
         <td>Access</td>
         <td>mobile_data | sms_delete | sms_list | sms_read | sms_send | sms_total; default: <b>mobile_data, sms_delete, sms_list, sms_read, sms_send, sms_total</b></td>
+
         <td>mobile_data | mobile_sim_pin | sms_delete | sms_list | sms_read | sms_send | sms_total; default: <b>mobile_data, sms_delete, sms_list, sms_read, sms_send, sms_total</b></td>
 
         <td>Methods available for Post/Get. All methods are allowed if this list is left empty.</td>
 
         <td>Methods available for Post/Get. All methods are allowed if this list is left empty.</td>
 
     </tr>
 
     </tr>
Line 546: Line 546:  
<tr>
 
<tr>
 
         <td>Read mobile message</td>
 
         <td>Read mobile message</td>
         <td>http://<span
+
         <td>http://<span>style="color: black;">192.168.1.1</span>/cgi-bin/sms_read?username=user1&password=user_pass&number=1
                style="color: black;">192.168.1.1</span>/cgi-bin/sms_read?username=user1&password=user_pass&number=1
   
         </td>
 
         </td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
         <td>Send mobile message to a single number</td>
 
         <td>Send mobile message to a single number</td>
         <td>http://<span
+
         <td>http://<span>style="color: black;">192.168.1.1</span>/cgi-bin/sms_send?username=user1&password=user_pass&number=0037060000001&text=testmessage
                style="color: black;">192.168.1.1</span>/cgi-bin/sms_send?username=user1&password=user_pass&number=0037060000001&text=testmessage
   
         </td>
 
         </td>
 
</tr>
 
</tr>
 
<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 569: 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 661: 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 715: 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 729: 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 735: 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 813: 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 863: 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,013: Line 1,013:  
     </tr>|}}
 
     </tr>|}}
 
</table>
 
</table>
{{#ifeq:{{{name}}}| TRB255| |
+
{{#switch:{{{name}}}| TRB255 | TRB256 = | #default =
 
==Call Utilities==
 
==Call Utilities==
  

Navigation menu