Class a.f.FaxJob:

Part of aculab.fax View Source View In Hierarchy

Known subclasses: aculab.fax.FaxRxJob, aculab.fax.FaxTxJob

Base class for FaxTxJob and FaxRxJob.
Method __init__ Initialize a FAX job.
Method create_session Create the job (unfortunately called session by aculab).
Method trace_on Enable tracing for the FAX.
Method trace_off Undocumented
Method __del__ Undocumented
Method close Close the FAX job and all open files.
Method stop Generic job interface method
Method done Generic job interface method.
def __init__(self, channel, file, subscriber_id, transport=(None, None)): (source)
Initialize a FAX job.
ParameterschannelThe Prosody channel to send/receive the FAX on.
filea file name.
subscriber_ida string containing the alphanumerical subscriber id.
transporta tx/rx pair of VMP, FMP or TDM.
def create_session(self, mode): (source)
Create the job (unfortunately called session by aculab).
def trace_on(self, filename=None, level=2147483647): (source)
Enable tracing for the FAX.
def trace_off(self): (source)
Undocumented
def __del__(self): (source)
Undocumented
def close(self): (source)
Close the FAX job and all open files.
def stop(self): (source)
Generic job interface method
def done(self, reason=None): (source)
Generic job interface method.
API Documentation for pyAculab, generated by pydoctor at 2009-01-02 15:12:29.