DAHDI is an interface layer for integrating traditional telephony technologies with digital formats.
All of the following objects should be accessed as part of the ami.dahdi_events namespace, regardless of the modules in which they are defined.
Bases: ami.ami._Event
Describes the current state of a DAHDI channel.
Yes, the event’s name is pluralised.
Translates the ‘DND’ header’s value into a bool.
Translates the ‘DAHDIChannel’ and ‘SignallingCode’ headers’ values into ints, or -1 on failure.
Bases: ami.ami._Event
Indicates that all DAHDI channels have been described.
Translates the ‘Items’ header’s value into an int, or -1 on failure.
Bases: ami.ami._Aggregate
Emitted after all DAHDI channels have been enumerated in response to a DAHDIShowChannels request.
Its members consist of DAHDIShowChannels events.
It is finalised by DAHDIShowChannelsComplete.