If you are using Digital Telephony Trunk Adapters (DTTAs), you need to set Blueworx Voice Response as the owner of these adapters, as detailed below.
. /usr/lpp/dirTalk/tools/vae.setenv
Make sure that you leave a space between the . (period) and /usr.
lsdev -C | grep rpqA list of all the devices installed in the system unit will be displayed, for example:
rpqio0 Available 1H-08 Quad Digital Trunk Telephony PCI Adapter rpqio1 Available 1V-08 Quad Digital Trunk Telephony PCI Adapter rpqio2 Available 1Z-08 Quad Digital Trunk Telephony PCI Adapter rpqio3 Available 1D-08 Quad Digital Trunk Telephony PCI Adapter ddrpqio0 Available 1H-08-00 Digital Telephony Device Driver ddrpqio1 Available 1V-08-00 Digital Telephony Device Driver ddrpqio2 Available 1Z-08-00 Digital Telephony Device Driver ddrpqio3 Available 1D-08-00 Digital Telephony Device Driver
The last digit of the identifier is the adapter_number which is input to the dt_setowner command. For a DTTA, you need to supply two other pieces of information to the dt_setowner command: the adapter type (-x) and the trunk type (-t).
dt_setowner -x -s adapter_number -t T1 | E1where adapter_number is the last digit of the identifier. For example, to register Blueworx Voice Response as the owner of the DTTA whose identifier is rpqio1, type one of the following commands and press Enter:
dt_setowner -x -s1 -t T1or
dt_setowner -x -s1 -t E1
For more information on using dt_setowner, see dt_setowner command
Next step: Go to Running hardware diagnostic procedures