AGIProtocol

class obelus.agi.AGIProtocol(channel)
bind_session()
data_received(data)

Call this when some data (a bytestring) is received.

line_received(line)

Processing an incoming line of AGI data.

send_command(args)

Send the command identified by the args tuple of strings.

unbind_session()