Specifications
© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
121
Command Reference
n = 1 to 999 report number
xxxxx = 0 to 65535 local port number in decimal
The current local port configuration for a report can be queried by entering replocport n, where n is the
port number.
If n is omitted, all reports will be queried.
Examples:
1. Report #1 will be sent to local port 5005
cmd replocport 1 5005
OK
2. Query the local port setting of all reports
cmd replocport
cmd replocport 1 7000
OK
A cmd save is required for this command to take effect.
See also: repaddmes, repdelmes, repemail, repremip, repremport, repsms, reptype
return to list of commands
reportscripts n
This command enables custom scripts to be triggered when reports are generated
n = 0 disable custom report triggered scripts (default)
n = 1 enable custom report triggered scripts
A cmd save and a power cycle are required for this command to take effect.
Custom scripts should be located in the directory /etc/reports/scripts, and must be named "reportN.sh"
where N is
N = 1 to 999 for general reports 1 to 999
N = 1020 to 1027 GPS reports 1 to 8
N = 1040 to 1047 I/O reports 1 to 8
Custom scripts must be copied over to the modem via local scp.
Examples:
1. Enable custom report triggered scripts
cmd reportscripts 1
OK