#include <connectmodule.h>
Inheritance diagram for ConnectModule:
Public Member Functions | |
ConnectModule (Connection *conn, Connection::service_t service, string faxStationID, string faxHeadline) | |
Constructor. Create object. | |
void | mainLoop () throw (CapiWrongState, CapiExternalError, CapiMsgError) |
Accept connection and wait for complete establishment. | |
void | callConnected () |
Finish mainLoop() if call is completely established. | |
Private Attributes | |
Connection::service_t | service |
service with which we should connect | |
string | faxStationID |
fax Station ID to use | |
string | faxHeadline |
fax headlint to use |
This module serves to accept an incoming call and wait for the connection establishment. It is the first module you should call when an incoming call is signalled and you want to accept it.
|
Constructor. Create object.
|
|
Finish mainLoop() if call is completely established.
Reimplemented from CallModule.
|
|
Accept connection and wait for complete establishment.
Reimplemented from CallModule.
|
|
fax headlint to use
|
|
fax Station ID to use
|
|
service with which we should connect
|