I'm in need of Aspect script to retrieve hourly PBX traffic data. It needs to do the following:
1. Automatically Dial the PBX modem number, Hourly about 10 min after the hour.
2. Login and send Password
3. Send LD 02 and related commands
4. Capture data received on screen. (less than 50 lines)
5. Log off
6. Process captured data, writing received data in to one row of a text file and adding Date/Time stamp.
7. Repeat process next hour and appending new row of text to same file.
8. Start new text file weekly on Sundays @ 00:00.
I can handle items # 3 and 6, just need work out the rest of the script.
1. Automatically Dial the PBX modem number, Hourly about 10 min after the hour.
2. Login and send Password
3. Send LD 02 and related commands
4. Capture data received on screen. (less than 50 lines)
5. Log off
6. Process captured data, writing received data in to one row of a text file and adding Date/Time stamp.
7. Repeat process next hour and appending new row of text to same file.
8. Start new text file weekly on Sundays @ 00:00.
I can handle items # 3 and 6, just need work out the rest of the script.