SRSInput Testing Utility Command Line Options SRSInput adds raw file incidents into JMService. Usage SRSinput [-max number] [-ivr] [-time] [-blanksok] [-package number] [-interval seconds] [-divide number] [-tilde] [-debug] -input filename Options/Arguments: Option Description -max number Maximum number of calls to enter. -ivr Write calls to trouble_calls table for IVR adapter. -time Add input_time with current time. -blanksok Blank lines in call record are acceptable. -package number Number of calls to send to JMS at a time. Default: 10. -interval seconds Seconds to delay between calls.Defaults to 5. Also, it can take floating point values such as 2.5 to sleep 2 and a half seconds between call batches. -divide number Number to divide <WAIT> times by. -tilde Use the tilde in column 0 as a call separator. -debug Enable runtime debugging. -input filename Filename containing trouble call data. Required. Note: If the -ivr option is not used, SRSinput sends calls to JMService via the C++ API.