; ; CCD initialization file (identical for all OS) ; ; TAPI and $(variables) available since CCD v2.1 only ; general begin defcomdev = "TAPI" ; "TAPI" supported in Win32 since ccd v2.0 modemInit = "ATHE0V1Q0M1L3" HSmodemInit = "ATHE0V1Q0M1L3" modemHangup ="ATH" inputFileName = INPUT outputFileName = OUTPUT hangAround = TRUE logFile = "ccd.log" ; for UNIX try "/dev/tty" for live log update loggingEnabled = TRUE logFileAppend = FALSE ; set to true for trouble shooting the installation. (Could create large log files) disconnectAfterTX = TRUE hangupDelay = 0 ; ;The following 3 parameters are default values that apply to all network definiton ;blocs unless they are redefined in the connection bloc itself ; v2convertAccent=TRUE ; V2 input file only convert French characters from code page 850 to non-accented dialRetries = 2 ; how many retries delayBetweenRetries=5 ; in seconds ; ;Modify these variables and use your local datapac phone number ; $localDatapac96="555-555-5555" ; local datapac phone number for 9600 baud connection $localDatapac24="555-555-5555" ; local datapac phone number for 2400 baud connection end connectScript _datapac = { retry 3 { transmit "...^M" wait 3 for "DATAPAC:" then { transmit address "^M" wait 3 for "connected" then return 0 } } } connectScript _lasernet = { retry 3 { transmit "...^M" wait 3 for "DATAPAC:" then { transmit address "^M" return 0 } } } connectScript _abc = { retry 3 { wait 3 for "*" then { transmit address "^M" wait 3 for "OK" then return 0 } } } connectScript _NDCdirect = { transmit "CCD^M" delay 1 transmit "^M" return 0 } connectScript _direct = { transmit "CCD^M" return 0 } network SHNS begin prefix = "default" maxProcessingDelay = 60 maxEnqDelay = 60 disconnectMethod = SOFT primary connection begin comdev = default dataBit = 8 parity = none speed = 2400 phone = "18004615392" address = "43701532,t" ;Production compress= TRUE encrypt = FALSE connectionMode = dialup connectionTimeout = 100 connectScript = use _lasernet end end network NDC begin prefix = "HD*" maxProcessingDelay = 60 maxEnqDelay = 60 disconnectMethod = SOFT primary connection begin comdev = default dataBit = 8 parity = none speed = 2400 phone = "18662320030" address = "44200009,P" ;Production compress = FALSE encrypt = FALSE connectionMode = dialup connectionTimeout = 120 connectScript = none end end network PBC begin prefix = "default" maxProcessingDelay = 60 maxEnqDelay = 60 disconnectMethod = SOFT primary connection begin comdev = default dataBit = 8 parity = none speed = 2400 phone = "18664192310" address = "" compress = FALSE encrypt = FALSE connectionMode = dialup connectionTimeout = 120 connectScript = none end end network ABC begin prefix = "ABCCDANET4" maxProcessingDelay = 60 maxEnqDelay = 60 disconnectMethod = hard primary connection begin comdev = default dataBit = 8 parity = none speed = 57600 phone = "18777078182" address = "90000080D100000" compress = TRUE encrypt = FALSE connectionMode = dialup connectionTimeout = 60 connectScript = use _abc end end ; MBC Production System network MBC begin prefix = "default" maxProcessingDelay = 60 ; optional parameter since CDD V1.9e default 30 maxEnqDelay = 60 ; optional parameter since CCD v1.9e default 30 disconnectMethod = hard ; soft, hard, both since CCD V1.9e default soft primary connection begin comdev = default dataBit = 8 parity = none speed = 2400 phone = "1-204-786-2502" address = "" compress= FALSE encrypt = FALSE connectionMode = dialup connectionTimeout = 120 connectScript = none end end network CDCS begin prefix = "default" maxProcessingDelay = 60 maxEnqDelay = 60 disconnectMethod = SOFT primary connection begin comdev = default dataBit = 8 parity = none speed = 2400 phone = "18666359719" address = "" compress = FALSE encrypt = FALSE connectionMode = dialup connectionTimeout = 120 connectScript = none end end network CSI begin prefix = default maxProcessingDelay = 60 maxEnqDelay = 60 disconnectMethod = hard primary connection begin comdev = default dataBit = 8 parity = none speed = 2400 phone = "1-866-374-4980" address = "" compress= FALSE encrypt =FALSE connectionMode = dialup connectionTimeout = 120 connectScript = none end secondary connection begin comdev = default dataBit = 8 parity = none speed = 2400 phone = "1-877-279-4668" address = "" compress= FALSE encrypt =FALSE connectionMode = dialup connectionTimeout = 120 connectScript = none end end ; Dentaide DataPac Production System network CD begin prefix = default maxProcessingDelay = 60 maxEnqDelay = 30 disconnectMethod = SOFT primary connection begin comdev = default dataBit = 8 parity = none speed = 2400 phone = $(localDatapac24) ; this is a variable defined in general section address = "5110035001" ; this is the production system (no test available) compress= TRUE encrypt = TRUE ; required for Dentaide, the key file cda-acdq.cfg must be present in ccd directory connectionMode = dialup connectionTimeout = 60 connectScript = use _datapac end end ; Alberta Blue Cross Test network ABC_TEST begin prefix = "ABCTEST" maxProcessingDelay = 60 maxEnqDelay = 60 disconnectMethod = hard primary connection begin comdev = default dataBit = 8 parity = none speed = 57600 phone = "4985569" ; Alberta Blue Cross - Edmonton & Area Local ; phone = "17804985569" ; Alberta Blue Cross - Long Distance ; phone = "18777078182" ; Alberta Blue Cross - Toll-free address = "90000080D100011" ; Test Transactions compress = TRUE encrypt = FALSE connectionMode = dialup connectionTimeout = 60 connectScript = use _abc end end ; CDAnet - ACDQ Montreal Simulator network MTLTEST begin prefix=default maxProcessingDelay = 30 maxEnqDelay = 30 disconnectMethod = SOFT primary connection begin comdev = default dataBit = 8 parity = none speed = 9600 phone = "(514) 284-1025" ; this the Montreal simulator site address = "0000000000" compress= TRUE encrypt = TRUE connectionMode = dialup ; dialup or direct connectionTimeout = 45 connectScript = none ; use _datapac or none end end ; CDAnet - ACDQ Vancouver Simulator network VATEST begin prefix = "VATEST" maxProcessingDelay = 25 maxEnqDelay = 25 disconnectMethod = SOFT primary connection begin comdev = default dataBit = 8 parity = none speed = 2400 phone = "1-604-987-3305" address = "" compress = TRUE encrypt = FALSE connectionMode = dialup connectionTimeout = 25 connectScript = none end end ; CDAnet - ACDQ Toronto Simulator network TOTEST begin prefix = "TOTEST" maxProcessingDelay = 25 maxEnqDelay = 25 disconnectMethod = SOFT primary connection begin comdev = default dataBit = 8 parity = none speed = 9600 phone = "416-767-5925" address = "" compress = TRUE encrypt = FALSE connectionMode = dialup connectionTimeout = 25 connectScript = none end end ; ; the special (reserved) network name "TEST" is for testing your setup. ; ------- ; The CCD does not dial the phone number for "TEST" network. ; It just echoes the same transaction after 'connectionTimeout' seconds. ; Do not use this for testing a real CDAnet network or simulator ; see the documentation for more information. ; network TEST begin prefix = default primary connection begin comdev = default ; the COM port must be configured dataBit = 8 parity = none speed = 9600 phone = "" ; not used with TEST address = "" ; not used with TEST compress= TRUE encrypt =TRUE connectionMode = dialup connectionTimeout = 10 connectScript = none end end