How to make calls
Status: Beta
Brought to you by:
hgraefe
Hi,
first of all thank you for the nice wrapper.
It must have been a lot of work..
The example app shows nicely how to listen for incoming "traffic" but I want to make calls using Java. Can somebody give me a hint how to do?
Thank you very much and best regards,
Russell
A call is initiated by a ConnectionRequest. Simply send that message and the ISDN-hardware will initiate the call. Check out the capi-documentation itself where the whole process (including all the messages you have to handle afterwards) is described.
Alternatively use the CVS-version of JCapi where are Java-classes handling this process (CapiConnection, FaxG3Connection, etc.)