Changes

m
Line 7: Line 7:  
  }}
 
  }}
 
}}
 
}}
{{#ifeq: {{{series}}} | RUT9 |<br><i><b>Note</b>: <b>[[{{{name}}} SMS Utilities (legacy WebUI)|click here]]</b> for the old style WebUI (FW version {{Template: Networking_rutos_manual_latest_fw | series = RUT9XX}} and earlier) user manual page.</i>|}}
+
{{#ifeq: {{{series}}} | RUT9 |<br><i><b>Note</b>: <b>[[{{{name}}} SMS Utilities (legacy WebUI)|click here]]</b> for the old style WebUI (FW version {{Template: Networking_device_manual_latest_fw | series = RUT9XX}} and earlier) user manual page.</i>|}}
{{#ifeq: {{{series}}} | RUT2 |<br><i><b>Note</b>: <b>[[{{{name}}} SMS Utilities (legacy WebUI)|click here]]</b> for the old style WebUI (FW version {{Template: Networking_rutos_manual_latest_fw | series = RUT2XX}} and earlier) user manual page.</i>|}}
+
{{#ifeq: {{{series}}} | RUT2 |<br><i><b>Note</b>: <b>[[{{{name}}} SMS Utilities (legacy WebUI)|click here]]</b> for the old style WebUI (FW version {{Template: Networking_device_manual_latest_fw | series = RUT2XX}} and earlier) user manual page.</i>|}}
 
==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 486: Line 486:  
<b>Post/Get</b> allows you to perform action requests by writing them in the URL after your device’s IP address.
 
<b>Post/Get</b> allows you to perform action requests by writing them in the URL after your device’s IP address.
   −
[[File:Networking_rutos_manual_mobile_utilities_sms_gateway_post_get_dualmodem_{{{dualmodem}}}_v2.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_mobile_utilities_sms_gateway_post_get_dualmodem_{{{dualmodem}}}_v3.png|border|class=tlt-border]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
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 683: Line 680:  
The SMS Forwarding To HTTP functionality forwards SMS messages to HTTP, using either POST or GET methods.
 
The SMS Forwarding To HTTP functionality forwards SMS messages to HTTP, using either POST or GET methods.
   −
[[File:Networking_rutos_manual_mobile_utilities_sms_gateway_sms_forwarding_to_http_v1.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_mobile_utilities_sms_gateway_sms_forwarding_to_http_v2.png|border|class=tlt-border]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 710: Line 707:  
         <td>off | on; default: <b>off</b></td>
 
         <td>off | on; default: <b>off</b></td>
 
         <td>Enable/disable adding original message sender phone number at the end of message text</td>
 
         <td>Enable/disable adding original message sender phone number at the end of message text</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Mode</td>
 +
        <td>default: '''Everyone'''</td>
 +
        <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 +
            <ul>
 +
                <li>Everyone</li>
 +
                <li>Listed numbers</li>
 +
                <li>From phone group</li>
 +
            </ul>
 +
        </td>
 +
    </tr>
 +
    <tr>
 +
        <td>Encode message text to Base64</td>
 +
        <td>off | on; default: <b>off</b></td>
 +
        <td>Message text will be encoded to a Base64 string. Enable this to preserve Unicode characters in the message text.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <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 720: 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 747: Line 760:  
         <td>default: <b>none</b></td>
 
         <td>default: <b>none</b></td>
 
         <td>Extra html query name/value pair. Enter name to the left field and value to right</td>
 
         <td>Extra html query name/value pair. Enter name to the left field and value to right</td>
    </tr>
  −
    <tr>
  −
        <td>Mode</td>
  −
        <td>default: '''Everyone'''</td>
  −
        <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
  −
  −
            <li>Everyone</li>
  −
            <li>Listed numbers</li>
  −
            <li>From user group</li>
  −
        </td>
   
     </tr>
 
     </tr>
 
</table>
 
</table>
Line 808: 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 825: Line 829:  
The '''SMS Forwarding To Email''' function forwards SMS messages to email.
 
The '''SMS Forwarding To Email''' function forwards SMS messages to email.
   −
[[File:Networking_rutos_manual_mobile_utilities_sms_gateway_sms_forwarding_to_email_v1.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_mobile_utilities_sms_gateway_sms_forwarding_to_email_v2.png|border|class=tlt-border]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 850: Line 854:  
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
         <td>Add sender's number</td>
+
         <td>Include sender's number</td>
 
         <td>off | on; default: <b>off</b></td>
 
         <td>off | on; default: <b>off</b></td>
 
         <td>Enable/disable adding sender phone number at the end of email text body</td>
 
         <td>Enable/disable adding sender phone number at the end of email text body</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Mode</td>
 +
        <td>default: '''Everyone'''</td>
 +
        <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
 +
            <ul>
 +
                <li>Everyone</li>
 +
                <li>Listed numbers</li>
 +
                <li>From user group</li>
 +
            </ul>
 +
        </td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 860: Line 875:  
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
         <td>Email group</td>
+
         <td>Sender's email account</td>
 
         <td>default: <b>none</b></td>
 
         <td>default: <b>none</b></td>
 
         <td>Sender's email configuration</td>
 
         <td>Sender's email configuration</td>
Line 868: Line 883:  
         <td>default: <b>none</b></td>
 
         <td>default: <b>none</b></td>
 
         <td>For whom you want to send an email to. Allowed characters (a-zA-Z0-9._%+-)</td>
 
         <td>For whom you want to send an email to. Allowed characters (a-zA-Z0-9._%+-)</td>
    </tr>
  −
    <tr>
  −
        <td>Mode</td>
  −
        <td>default: '''Everyone'''</td>
  −
        <td>Specifies whether to auto reply to every phone number or just just specified phone numbers. Available options:
  −
       
  −
            <li>Everyone</li>
  −
            <li>Listed numbers</li>
  −
            <li>From user group</li>
  −
        </td>
   
     </tr>
 
     </tr>
 
</table>
 
</table>
Line 1,008: Line 1,013:  
     </tr>|}}
 
     </tr>|}}
 
</table>
 
</table>
{{#ifeq:{{{name}}}| TRB255| |
+
{{#switch:{{{name}}}| TRB255 | TRB256 = | #default =
 
==Call Utilities==
 
==Call Utilities==
   Line 1,021: Line 1,026:  
----
 
----
 
To create a new rule, select an 'Action' and click the 'Add' button. After this, a new configuration window should appear.
 
To create a new rule, select an 'Action' and click the 'Add' button. After this, a new configuration window should appear.
{{#ifeq:{{{dualmodem}}}| 1 |
  −
[[File:Networking_rutos_manual_mobile_utilities_call_utilities_call_configuration_general_v3.png|border|class=tlt-border]] |
  −
[[File:Networking_rutos_manual_mobile_utilities_call_utilities_call_configuration_general_v2.png|border|class=tlt-border]]}}
     −
[[File:Networking_rutos_manual_mobile_utilities_call_utilities_call_configuration_authorization.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_mobile_utilities_call_utilities_call_configuration_general_{{{dualmodem}}}_v4.png|border|class=tlt-border]]
 +
 
 +
[[File:Networking_rutos_manual_mobile_utilities_call_utilities_call_configuration_authorization_v1.png|border|class=tlt-border]]
      Line 1,034: Line 1,038:  
[[File:Networking_rutos_manual_mobile_utilities_call_utilities_incoming_calls.png|border|class=tlt-border]]
 
[[File:Networking_rutos_manual_mobile_utilities_call_utilities_incoming_calls.png|border|class=tlt-border]]
 
}}
 
}}
 +
 
==Messages==
 
==Messages==
 
      
 
      
Line 1,042: Line 1,047:  
In the <b>Read Messages</b> section you can read and delete received/stored SMS messages. The layout is simple, there is a list of received SMS messages and you can choose how many entries of that list should be visible at one time with SMS per page drop box in the top left corner of the page and there is a Search field to help you navigate more efficiently through the list of messages in the top right corner of the page.
 
In the <b>Read Messages</b> section you can read and delete received/stored SMS messages. The layout is simple, there is a list of received SMS messages and you can choose how many entries of that list should be visible at one time with SMS per page drop box in the top left corner of the page and there is a Search field to help you navigate more efficiently through the list of messages in the top right corner of the page.
   −
[[File:Networking_rutos_manual_mobile_utilities_messages_read_messages_dualmodem_{{{dualmodem}}}_v2.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_mobile_utilities_messages_read_messages_dualmodem_{{{dualmodem}}}_v3.png|border|class=tlt-border]]
    
===Send Messages===
 
===Send Messages===

Navigation menu