you can use any terminal emulator available out there that supports scripting.
talking about 1000 vnds, i do think you'd better consider purchasing cms here.
Export your VDN numbers, then massage the data and run a report from the advanced report option within ASA. I use Excel and notepad to get into the correct format below.
Run the following with your values:
list bcms vdn xxxx;list bcms vdn xxxx; repeat... then run and schedule the report if needed.
Using this method you can screen print, screen to file, or export fields to a file, email the report etc...
1000 plus vdn's will take a bit of time running, but sure beats typing them in each time and would be a lot quicker.
I found the solution how to make from a lot of VDN's bcms report in case the CMS ACD link is down and you need to give a report to business.
This works only whit Terminal Emulator.
You create from the below written lines a *.scr file (script file) and you run the script file from ATE.The last 2 lines (vdn 6561)contains the command for bcms and you just multiply whit the vdn numbers. The listing will be done into a txt file.
LABEL ALMA
SEND "\r"
WAITFOR 30 "Login: " "O CARRIER" GOTO ALMA_ok GOTO ALMA
GOTO ALMA
LABEL ALMA_ok
SEND "you type here the user id\r"
WAITFOR 60 "Password: " "O CARRIER" GOTO ALMA_log_ok
GOTO ALMA
LABEL ALMA_log_ok
SEND "you type here the password\r"
WAITFOR 60 "[513]" "O CARRIER" GOTO ALMA_pass_ok GOTO ALMA
LABEL ALMA_pass_ok
SEND "4410\r"
WAITFOR 60 "ommand: " "O CARRIER" GOTO ALMA_term_ok GOTO ALMA
If for somebody isn't clear write me a mail address and I will send the script file sample. Also you can use other commands whit the send/wait definity commands.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.