I'm trying to setup script to capture file and then push it to my PC
I got most of the script to work, the only issue that I’m having is TIME.
I start my script at 02:00:00 it runs until 23:59:50 --- this works fine
When I start my script at 02:00:00 and I’m trying to run it till 01:00:00...
If you are MICS person meridian is like day and night.
A: walk away from this job because you will not learn this system over night.
B: get a sub contractor to help you out.
I have 5 PRI’s for incoming traffic and here’s the problem:
PRI 1 with primary DCH this PRI is taking calls
PRI 2 with secondary DCH this loop is disabled for testing
PRI 3 this loop is disabled for testing
PRI 4 this loop is disabled for testing
PRI 5 all channels...
There is no easy way out, you will have to check each script and make sure that everything is writing correctly.
If you looking for someone in this forum to point you right to the problem with out looking at the call flow and the scripts you are wasting TIME.
You need to look at the call flow from the start to the end.
ACD to CDN
CDN to scripts
Script it self
Agent profile and make sure that all agents have right skillet assigned.
Open Handset setting editor, then loud profile and check what is under Ring volume if it’s 0 change it to 7 or what ever you want and that should do it.
Adjust time
If you are looking for script that automatically starts at any time you want and executes any script here it is.
This script will connect and adjust time in your PBX.
First you need to create .bat file, here’s the example.
cd \
cd \PROGRA~1\Symantec\PROCOM~1\PROGRAMS\
PW5.EXE...
I finally got it to work, here’s the script that automatically connects to the PBX and adjusts the time.
PROC MAIN
dial data "TIME_Ad" ;connect to tty 0
while $DIALING ;necessary loop to pause script
endwhile...
I got it to work partially by making this script like this, the only problem that I have file is blank when I open.
PROC CAPTCHA
string capfile = "File_"
strcat capfile $DATE ;add the DATE to the filename
strreplace capfile "/" "_"...
That's what I had and that did not work for me.
PROC CAPTCHA
WHEN USEREXIT call TERM ;ensure logoff occurs if user exits
string capfile = "File_"
strcat capfile $DATE ;add the DATE to the filename
strreplace capfile "/" "_"...
Thanks guycable2 the .bat file works great.
Here is the problem when I Compile script, any ideas ?
strreplace capfile "/" "_" ;remove "/" chars as they are invalid for a filename
Error C023 Line 28: Invalid expression token: CAPFILE
Error C163 Line 28: Invalid string variable...
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.