A few simple predefined capi protocol structs.

SpeechProtocol, AnswerPhoneProtocol will set up a normal phone connection.

FaxBProtocol will set up a fax connection.
When sending a fax, capi expects an .sff file (ssf = simple fax format).
When receiving, capi will send an .sff file to the application.
In order to be able to send a fax like this the ISDN card has to support the T.30 modem for Group 3 fax protocol.
(Run uk.co.mmscomputing.device.capi.samples.GetProfile to check the ISDN card's capabilities. Bit 4 in all three B-Protocol layers must be set.)

Package : uk.co.mmscomputing.device.capi.protocol
  1. BProtocol.java
  2. FaxBProtocol.java
  3. SpeechProtocol.java