I want to set SureLink with RCI command.
I was given the following RCI script to set both these settings:
Hard reset the mobile interface after the following number of consecutive failed connections.
Reboot the device after the following number of consecutive failed connections.
<rci_request version="1.1"><set_setting action="immediate" encrypt="none"><mobile><mobile_failed_orig_to_reset_module>1</mobile_failed_orig_to_reset_module></mobile></set_setting></rci_request>
<rci_request version="1.1"><set_setting action="immediate" encrypt="none"><mobile><mobile_failed_orig_to_reset_system>5</mobile_failed_orig_to_reset_system></mobile></set_setting></rci_request>
My question is where did the <mobile_failed_orig_to_reset_module> come from in the first command and <mobile_failed_orig_to_reset_system> in the second.
I do not see the phrases anywhere when I look at the html source.
I need to set the following SureLink settings also but do not know what <phrase> to use for each. I can figure out the rest.
1. Enable Link Integrity Monitoring using the test method selected below.
2. Select he TCP Connection Test radio button
3. Set TCP Port:, Primary and secondary address
4.Repeat the selected link integrity test every: X seconds (10-65535)
5. Reset the link after the following number of consecutive link integrity test failures. (1-255)
Thank You