/* F_RTI + Ricoh machine remote terminal id (ascii string)
F_CSI + call subscriber ID (phone # of remote machine )
F_TSI + transmitting subscriber ID (phone # of the remote)
F_NONE + no id was returned */
enum mode_enu { F_EOP, F_MPS, F_EOM };
/* F_EOP + Transmit mode - this was the last page of the file being
transmitted.
F_MPS + Transmit mode - the was not the last page of the file
being transmitted. Do not perform Phase B negotiations
on the next page if the page was received OK.
F_EOM + Transmit mode - this was not the last page of the file
being transmitted. There will be a new set of Phase B
negotiations before the next page. */