13: Configuring mobile manager
_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW2020 Series User Manual
Issue: 2.1
Page 116 of 423
Web Field/UCI/Package Option
Description
Web: Name
UCI: mobile.@caller[0].name
Opt:name
Name assigned to the caller.
Blank
Range
No limit
Web: Number
UCI: mobile.@caller[0].number
Opt:number
Number of the caller allowed to SMS the router. Add in specific
caller numbers, or use the * wildcard symbol.
Blank
Range
No limit
Characters
Global value (*) is accepted
International value (+) is accepted
Web: Enable
UCI: mobile.@caller[0].enabled
Opt:enabled
Enables or disables incoming caller ID.
0
Disabled.
1
Enabled.
Web: Respond
UCI: mobile.@caller[0].respond
Opt: respond
If checked, the router will return an SMS. Select Respond if you
want the router to reply.
0
Disabled.
1
Enabled.
Table 33: Information table for mobile manager callers settings
13.2.4
Mobile manager: roaming interface template
For more information on Roaming Interface Template configuration, read the chapter,
‘Automatic Operator Selection’.
13.3
Configuring mobile manager using command line
13.3.1
Mobile manager using UCI
The configuration files for mobile manager are stored on /etc/config/mobile
The following example shows how to enable the SMS functionality to receive and respond
from certain caller ID numbers.
root@VA_router:~# uci show mobile
uci set mobile.main=mobile
uci set mobile.main.sim1pin=0000
uci set mobile.main.sim2pin=0000
uci set mobile.main.roaming_sim=none
uci set mobile.main.sms=1
uci set mobile.main.hdr_password=5678
uci set mobile.main.hdr_userid=1234
uci set mobile.main.init_get_iccids=1
uci set mobile.@caller[0]=caller
uci set mobile.@caller[0].name=user1
uci set mobile.@caller[0].number=3538712345678
uci set mobile.@caller[0].enabled=1