Part of aculab.rtp View Source View In Hierarchy
An RTP T.38 receiver (untested/incomplete).
Logging: output from a FMPrx is prefixed withfrx-
| Method | __init__ | Allocate an RTP FAX receiver, and add its event to the reactor. |
| Method | close | Stop the receiver. |
| Method | __del__ | Undocumented |
| Method | on_fmprx | Internal event handler. |
| Method | get_datafeed | Used internally by the switching protocol. |
| Method | default_sdp | Create a default SDP for T.38. |
Inherited from RxBase:
| Method | rx_tdm_connect | For Receiver subclasses: connect to a timeslot on its |
| Method | get_module | Return a unique identifier for module comparisons. |
| Method | get_switch | Return a unique identifier for switch card comparisons. |
| Method | get_timeslot | Return the tx timeslot for TDM switch connections. |
Allocate an RTP FAX receiver, and add its event to the reactor.
Note: the FMPrx is not ready to use until it has called 'fmprx_ready' on its controller.
Controllers must implement: