Class a.f.T38GWJob:

Part of aculab.fax View Source View In Hierarchy

Create a T.38 gateway job that will relay T.38 to T.30 over an audio connection.
Method __init__ Create a T.38 gateway job.
Method notify Reactor callback.
Method close Close the T.38 gateway job.
Method stop Stop (abort) a T.38 gateway job.
def __init__(self, controller, local, remote, card=0, module=0, modems=None, asn1=3, user_data=None, reactor=Reactor): (source)
Create a T.38 gateway job.
Parameterscontrollera controller that implements ...
locala tuple (tx, rx) of either TDM, VMP or FMP for the local (sending) side.
remotea tuple (tx, rx) of either TDM, VMP or FMP for the remote (receiving side)
Returnsa tSMT38GWJobId
def notify(self): (source)
Reactor callback.
def close(self): (source)

Close the T.38 gateway job.

Should not be running (no auto-stop implemented).
def stop(self): (source)
Stop (abort) a T.38 gateway job.
API Documentation for pyAculab, generated by pydoctor at 2009-01-02 15:12:29.