This section assumes that you have four DTNAs installed in your system unit. DTTAs can be installed alongside DTNAs (up to a maximum of four adapters). For more information on setting ownership of DTTAs, and for example output for these adapter types, see Blueworx Voice Response for AIX: Installation.
If you are using DTNAs with Blueworx Voice Response VoIP, you need to set Blueworx Voice Response as the owner of these adapters.
. /usr/lpp/dirTalk/tools/vae.setenv
Make sure that you leave a space between the . (period) and /usr.
The dt_setowner command is used to create and register these devices. When installing a DTNA, you need to supply three options to the dt_setowner command: the adapter type (-n) for DTNA, the adapter number (-s), and the trunk type (-t), which can be either T1 or E1.
dt_setowner -n -s adapter_number -t T1 | E1where adapter_number is the last digit of the device identifier, starting at 0 for the first adapter and increasing by 1 for each subsequent adapter up to a maximum value of 3.
dt_setowner -n -s 0 -t T1 dt_setowner -n -s 1 -t T1 dt_setowner -n -s 2 -t T1 dt_setowner -n -s 3 -t T1
If you only have DTNA in the machine, the preference is to use T1 in US or Japan and E1 in the rest of the world. The advantage of E1 is that it allows the full 120 channels of DTNA to be used. However there may be complications which must be carefully considered as the internal mode of operation of Blueworx Voice Response will now be A-law rather than the natural mode of μ-law for T1.
If you have DTTA PSTN adapters in the same machine, ensure that the DTTA and DTNA adapters are configured to use different addresses.
For more information on using dt_setowner, see Blueworx Voice Response for AIX: Installation.
The following is an example of a session which sets up two DTNA adapters:
login: root root's Password: Last login: Fri 4 Sep 09:04:43 2009 ++++++++ Welcome to myname.hursley.ibm.com running AIX 6.1 ++++++++ (myname) >su - dtuser ++++++++ Welcome to myname.hursley.ibm.com running AIX 6.1 ++++++++ WebSphere Voice Response User Login 1) Start WebSphere Voice Response Processes 2) Do Not Start WebSphere Voice Response Enter choice (or <ENTER> for option list) > 2 (myname) >su root's Password: # dt_setowner -n -s 0 -t E1Blueworx Voice Response DTNA vnaio0 (adapter) and ddvnaio0 (driver) devices created dt_setowner: vnaio0 (DTNA) is now owned by WebSphere Voice Response (dtline0) # dt_setowner -n -s 1 -t E1Blueworx Voice Response DTNA vnaio1 (adapter) and ddvnaio1 (driver) devices created dt_setowner: vnaio1 (DTNA) is now owned by WebSphere Voice Response (dtline1) # lsdev -C | egrep "vnaio|dtline" ddvnaio0 Available VN-A0-00 Websphere Voice Response DTNA Device Driver ddvnaio1 Available VN-A1-00 Websphere Voice Response DTNA Device Driver dtline0 Available VN-A0-01 Artic card currently owned by Voice Response dtline1 Available VN-A1-01 Artic card currently owned by Voice Response vnaio0 Available VN-A0 Websphere Voice Response DTNA Adapter vnaio1 Available VN-A1 Websphere Voice Response DTNA Adapter # exit
You must now install, or check the installation of, the VoIP/SIP custom server. See Software installation.