(Page 1 of 1 in this chapter)
-s parameter) and the subsystem number (-n parameter) must be different.
-b 1 -p 0 -n 255 -s-s is specified, FIND800 acts as a server, and waits for an 800 number request to arrive.
[800 Numbers] 8001234567=3122456789 8004561234=8477069700
800nnnnnnn=yyyyyyyyyy
-b 2 -p 1 -n 254 1.1.1:255 8001234567-s is not specified, FIND800 acts as a client, and immediately sends an 800 number request to pointcode 1.1.1, subsystem 255. The 800 number to be translated is 8001234567.
-Zp compiler flag must be
set. The sample code makefile shows how this flag is properly set.
-n 3 command line option on both the client and
the server of FIND800. For example, starting FIND800 as a client using
Subsystem number 3:
-b 2 -p 1 -n 3 1.1.1:3 8001234567
ITU88, ITU92, or ITU97 and modify as many SAP ID's as needed:
# # User SAP configuration for 1st application # USER_SAP 0 # Sap number start at 0 SWITCH_TYPE ITU92 # one of ITU92, ITU88, ANSI92, ANSI88 END # User application 0Note: ANSI-style point code addressing is still used(i.e. 1.1.1).
#define all subsystems of interest at 1.1.1 (up to 8)
#SSN 3 # first subsystem at 1.1.2
#SSN_SNR TRUE # normal routed
#SSN_ACC TRUE # initially accessable
#SSN_BPC x.y.z # this subsystem not currently replicated
# concerned point codes - other nodes to be notified when
# status of this SSN at this node changes - must have a
# route for any point code listed here
#CONC_PC q.r.s # 1st concerned point code
#CONC_PC q.r.t # 2nd concerned point code
END # of route 1.1.2, SSN 3
SSN field, or copy the definition section and define new subsystem numbers.
(Page 1 of 1 in this chapter)