Page 1 of 1
Manager Assistant Call - Trigger Uncsreening via API/Telnet?
Posted: 14 Dec 2021 02:52
by WebCF
Hi,
R12.4-m5.204-80-f-ge-c0s1
is is possible to trigger the Unscreening key (enable/disable) via OXE telnet with a specific command? Or something else to remotely trigger this?
Thanks in advance!
Re: Manager Assistant Call - Trigger Uncsreening via API/Telnet?
Posted: 15 Dec 2021 04:43
by WebCF
Okay, Iam in using ssh.
There is the "key" command. But this is not usable to press a programmed key on the addon module! And there is the unscreening programmed key.
Is there a command to press the key on the addon?
"keypad" does not record presses on the addon

Re: Manager Assistant Call - Trigger Uncsreening via API/Telnet?
Posted: 15 Dec 2021 04:57
by WebCF
Got It! That was many try/error..
Get the address of the addonmodule via "aommodule". Then use "aommgr" to play with it:
aommgr simkeyEx *address* *key*
The key starts at 0, so the first key on the addon = 0:
aommgr simkeyEx 0 0 would press Key 1 on the first module. And this enabled unscreening for me
Solved.