I am composing a script that will be used to busy multiple members of a trunk group on an Avaya Definity. The script will prompt for the trunk group number first, then it will prompt for the 1st member to busy. Finally it will prompt for the number of members to busy (sequentially).
I am unclear on how to take the input and perform the command the repeated number of times starting with the member entered in the prompt.
The command looks as such:
BUSY TRUNK 001/025 (001 is the trunk group number, 025 is the member)
So, to busy the entire DS1 the command would need to be repeated 23 times.
BUSY TRUNK 001/026
BUSY TRUNK 001/027
Etc..
I would the script to ask for the trunk group number and the initial member, then how many members in sequence to busy.
Thank you for any assistance!
I am unclear on how to take the input and perform the command the repeated number of times starting with the member entered in the prompt.
The command looks as such:
BUSY TRUNK 001/025 (001 is the trunk group number, 025 is the member)
So, to busy the entire DS1 the command would need to be repeated 23 times.
BUSY TRUNK 001/026
BUSY TRUNK 001/027
Etc..
I would the script to ask for the trunk group number and the initial member, then how many members in sequence to busy.
Thank you for any assistance!