OK; Things are progessing. Thank you everyone who has sent me documentation
The next request I have is does anyone have the Outbound Application Integration Guide for version 6 or 6.2?
Also, I have been trying to verify the existance of virtual agents on our Aspect. From the documentation I have gotten the following results:
/*snip*/
5. Tools to validate service
As with any troubleshooting the first place to go is the Tech Applet to verify that the service is enabled. Under optional features Outbound Predictive dialing must be selected. There is an additional charge for this feature.
If you have to work on an issue with outbound integration the application bridge monitor tool is the best starting point. You must be able to decode what the customers MPCR message is requesting.
Db_put and monitor are two utilities that can be used to view the status of Virtual Agents.
getsys_vagts() in db_put will display the number of Virtual Agents that can be used. With the system active this number should be 600.
Monitor has two options that will display information about the Virtual Agent
Option “a” will display information about 1 or more Virtual Agents.
Option “C” will display CCB information about an Virtual Agent. Note that in this view the CCB will show allocated always because they are allocated at startup.
/*snip*/
running db_put:
/*snip*/
2566_P: db_put
Type q to quit.
Type ? for help.
Run a function: putelt_sname(300, "Jones"

Run a function: putict_lnr_dgts(5,2,4,'2008')
Run the last function again: !!
See func. name and parms: #putelt_
>> getsys_vagts()
RETURN: 64
/*snip*/
/*snip*/
2566_P: monitor
q = Quit
a = Display Virtual Agent Info.
d = DataBase
Q = Query
C = Find CCBs
v = Display Virtual Trunk info.
V = View List
I = Find Callids
T = Find Calltags
R = Display Remote Application Link info.
s = Display System Queue
r = Run
Enter Command >> C
Enter CCB aging hours: 99
q = Quit
a = Display Virtual Agent Info.
d = DataBase
Q = Query
C = Find CCBs
v = Display Virtual Trunk info.
V = View List
I = Find Callids
T = Find Calltags
R = Display Remote Application Link info.
s = Display System Queue
r = Run
Enter Command >> a
Enter VAGT Number (a=all) (q=quit): a
VAGTS AVAIL:
Illegal link. Try again.
q = Quit
a = Display Virtual Agent Info.
d = DataBase
Q = Query
C = Find CCBs
v = Display Virtual Trunk info.
V = View List
I = Find Callids
T = Find Calltags
R = Display Remote Application Link info.
s = Display System Queue
r = Run
Enter Command >>
/*snip*/
My concerns are with the monitor command. It is mentioned that: 'Note that in this view the CCB will show allocated always because they are allocated at startup.' i.e. pressing C in monitor. However none are listed. I'm also considering that this might have something to do with the problems I've had with the Aspect since installing the card. i.e. upon rebooting the system; the system falls into a rebooting loop initiated by the system watchdog. I can of course disable the watchdog; and then reenable it a couple hours later and the system runs as it did before the ADC was defined and inserted.