FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
206 views 0 comments
by anonymous
is there a way to edit phone numebers via a script or txt file upload as i have to do it frequently

1 Answer

0 votes
by anonymous

Hi,

You should be able to edit a lot of configurations in CLI by using UCI commands.

Use uci show or uci show | grep 00370.... with the phone number to find the uci setting that you want to change and use:

uci set command to edit the line.

After that just do uci commit and luci-reload to save the changes you've done.

You can implement these commands in the script too.

https://openwrt.org/docs/guide-user/base-system/uci#command-line_utility

EB.