Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Configure ATA on M3903 1

Status
Not open for further replies.

peirano

Technical User
Aug 8, 2003
11
CA
I need help!!!!... I was wondering if anybody knew how to configure an ATA on a M3903. I have had these things for months and can't figure out how to configure it. Any help would be appriciated.

Thank you
 
Attach ata adapter into digital set. Should be instructions in box with ata. Red light on ata flashes constantly when installed correctly. Program analog device as the same kind of digital set you are adding ata to. Then program corresponding data tn for you analog device. 0-15 voice units correspond to 16-31 data units)The ata device is programmed as the same kind of digital set that is on your voice unit. The CLS should be set as CPTD FLXA VCE in that order. Just program key 0 scr xxxx. The NCOS will determine dialing out/in priveledges. Plug in analog device and dial xxxx to test.
 
The example below is taken from a script file for configuring a M3904 Terminal.
The main bit to remember is CLS "FLXA & VCE".
I hope it helps you.

TRANSMIT "NEW^M"
WAITFOR "TYPE"
TRANSMIT "3904"
TRANSMIT "^M"
WAITFOR "TN"
TRANSMIT OPDATA_A
TRANSMIT "^M"
WAITFOR "DES"
TRANSMIT "ATA"
TRANSMIT "^M"

; WAITFOR "CTYP" ;) ONLY FOR FIRST PORT ON CARD
; TRANSMIT "^M" ;)

; WAITFOR "KBA" ;)
; TRANSMIT "^M" ;) REQUIRED FOR 3904
; WAITFOR "DBA" ;)
; transmit "^M" ;)

WAITFOR "FDN"
transmit "^M"
WAITFOR "TGAR"
transmit "^M"
WAITFOR "LDN"
transmit "^M"
WAITFOR "NCOS"
transmit "^M"
WAITFOR "RNPG"
transmit "^M"
WAITFOR "SSU"
transmit "^M"
WAITFOR "SCPW"
transmit "^M"
WAITFOR "SGRP"
transmit "^M"
WAITFOR "SFLT"
transmit "^M"
WAITFOR "CAC_MFC"
transmit "^M"
WAITFOR "CLS"
transmit "FLXA VCE^M"
WAITFOR "HUNT"
transmit "^M"
WAITFOR "SCI"
transmit "^M"
WAITFOR "PLEV"
transmit "0^M"
WAITFOR "AST"
transmit "^M"
WAITFOR "IAPG"
transmit "^M"
WAITFOR "MLWU_LANG"
transmit "^M"
; WAITFOR "MLNG" ; USED FOR RELEASE 25.40 +
; transmit "^M"
WAITFOR "DNDR"
transmit "^M"
WAITFOR "DTMK"
transmit "^M"
; WAITFOR "CAC_MFC"
; transmit "^M"
WAITFOR "KEY"
transmit "00 SCR XXXX"
WAITFOR "CPND"
transmit "^M"
WAITFOR "VMB"
transmit "^M"
WAITFOR "KEY"
TRANSMIT "^M"
waitfor "REQ"

All the best

Firebird Scrambler
Meridian Programmer in the UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top