I use this one below. Guess it's the same as yours but I do like the way it plays the number twice. Sometimes you miss it the first time around if the speaker phone is clipping or something.
Ron
/************************
* Caller_ID *
* for *
* CDN 5100 *
************************/...
In the route data block was the prompt "DNIS=YES" just changed last week too? The DNIS flagged yes may be what is causing the DID number to stay with the call. It can be no and the IDC table will still work.
Here is a cool Excel sheet (from ghtrout.com) that makes a instruction card for the end user.
URL: http://www.ghtrout.com/ghtrout/files/RCF_UserCodeCalc.zip
I was an on-site tech. a few years ago at a Nortel/Symposium call center and we used whisper to help a call center agent who had some vision difficulty. The site had an aspect IVR that used symposium link services to interact with various scripts in symposium. The IVR would give the name and the...
John,
I use your DNB script everyday. Its funny how sometimes the simplest scripts are the best ones. My 2nd meta key on my ProComm is still the function "paste" because it's so darn useful all day long but in scripting I have found the command "metakey alt 2" can be replaced with "pastetext"...
In reading your message again I saw your looking to call this from a bat file. Here is how I would call it in a bat file. First create a dial-in entry in your dialing directory and under "basic options" for this entry assign your script you have written.
The path may be different in your PC...
Bill,
I edited this do what I think your looking for. This is now written so it will run the main procedure that resets the screen and calls the log-in script. It will then return to the original script because I used the execute command instead of the chain command and run the second section...
It can still be purchased (I just checked amazon)but there has not been any new releases or development done to the software in years.
The 4.8 version is the most current and it was never certified for XP even though tons of folks are using it on XP with no problem. Its a really a shame...
Good idea but a keep alive will not work. I have various scripts I use while I am logged in. A keep alive script would keep the other scripts from running. Guess I will just make a copy of the LOGI script without the term reset in it an map it to the META key. I was just trying to keep things...
Hello
I have a login script I attach to entries in my dialing directory. I recently added the "termreset" command at the front of the script and it works great to clear scroll back and terminal settings from the previous connection.
The problem I have run into is sometimes due to inactivity...
Irish,
Use this one. I had two lines near the end of the script reversed.
Ron
proc main
integer iDay, iMonth, iYear, iMin, iHour, iSec
string fname
ltimeints $LTIME iYear iMonth iDay iHour iMin iSec
strfmt fname "History_%02d_%02d_%d_%d_%d.txt" iMonth iDay iYear iHour iMin
set capture...
Irish,
I took your script and adjusted it some. This should include the date in your file name as requested. You will notice the "set path" and login/log out parts are gone. That was only because it made it easier to run on my machine. I'm sure you can add those parts back in with ease.
I...
This is a known issue
I had the same problem at one of my sites about 8 months ago and at that time I searched this fourm I found the answer. You need PEP ID:MPLR19479. I opened a tac support case they installed the pep. I have had no problems "outing" OOSSLT TN's since.
Here is the original...
Alais,
Clean up is a great thing to do!!
I could not be sure if you took care of these other items or not so I included all the steps.
Your loop should be disabled & the D-channel disabled also if there is one.
Also be sure that your clock prime or secondary source are not assigned to the...
testing making a window
Get_bars.was
;this script will collect all that is needed for netty.xls
proc main
capture on
set txpace 45
transmit "****^M"
; ****** Get all from AC1**********
transmit "LD 90^M"
waitfor "REQ" forever
transmit "prt^M"
waitfor "CUST "
transmit...
John Someday I'm going to learn how to make those cool little frames that you put your qoutes and code in!!
The "waitquiet" command by default will only wait 30 seconds for quiet and then the script moves on (just like a waitfor) "waitquiet 2 FOREVER" is saying waitfor 2 seconds of quiet no...
I think you are referring to a script to collect for netty? (available at http://www.pepedog.com/meridian/ ). Netty is a terrific resource. Without a doubt it is the fastest way to get a look at how a customer has BARS is setup.
I wrote this ProComm script below to collect everything I need...
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.