home *** CD-ROM | disk | FTP | other *** search
- ;
- ; <- Comment line preceeded with semi-colon, or
- ! <- Comment line preceeded with exclamation mark.
- ;
- ; Keywords BEGIN CONFERENCE flsname.FLS indicates beginning of
- ; a conference definition. Keywords END CONFERENCE indicates
- ; the end of a conference definition. Between the beginning and
- ; the end of a conference definition there may be NO comment lines.
- ;
- ;
- ; Conference definition
- BEGIN CONFERENCE 161521C.FLS
- ROUTE 521010C
- ROUTE ANNAC
- ROUTE TOMC
- END CONFERENCE
- ;
- ; Another conference definition
- BEGIN CONFERENCE SCIENCEC.FLS
- ROUTE ANNAC
- ROUTE MIKEC
- ROUTE 125521C
- END CONFERENCE
- ;
- ;
- ; Analaysis of lines:
- ; BEGIN CONFERENCE 161521C.FLS
- ; : :
- ; : :... indicates incoming conference FLS name
- ; :..................... begin a conference definition
- ;
- ; ROUTE ANNAC
- ; : :
- ; : :... copy of conference FLS to be routed to ANNAC.FLS
- ; :............ "ROUTE" indicates a downlink to conference
- ; use a many "ROUTE" lines as needed.
- ;
- ;
- ; END CONFERENCE ... ends a conference definition
- ;
- ;
- ; Keywords: BEGIN CONFERENCE nnnnnnnn.fls
- ; ROUTE nnnnnnnn
- ; END CONFERENCE
- ;
- ; All keywords and arguments must be seperated by a single space only.
- ; All keywords must begin in column 1.
- ;
-
-