tmfisher1969
IS-IT--Management
We are new at using Aspect in Procomm....
I want to dial a phone number via Procomm; then, almost exactly when the phone on the other end answers (timing is critical), I want Procomm to dial three "9"s (this will allow me to access weather data).
So far, I've tried 2 things:
1. From the connection directory, I've entered the number, followed by several commas, then the three "9"s. This would work great if the phone always picked up on the first ring (so this option is out).
2. I've created a script:
proc main
dial 999
end proc
This script is called from the connection directory (I selected the "Start Script after Connection Made" option). However, this syntax is incorrect. I found alot of information on defining strings, integers, etc. and file transfers, but all I want to happen is have the modem DIAL three "9"s immediately after the connection is made.
Is this a possibility with Procomm? Thanks!
I want to dial a phone number via Procomm; then, almost exactly when the phone on the other end answers (timing is critical), I want Procomm to dial three "9"s (this will allow me to access weather data).
So far, I've tried 2 things:
1. From the connection directory, I've entered the number, followed by several commas, then the three "9"s. This would work great if the phone always picked up on the first ring (so this option is out).
2. I've created a script:
proc main
dial 999
end proc
This script is called from the connection directory (I selected the "Start Script after Connection Made" option). However, this syntax is incorrect. I found alot of information on defining strings, integers, etc. and file transfers, but all I want to happen is have the modem DIAL three "9"s immediately after the connection is made.
Is this a possibility with Procomm? Thanks!