asterisk / starpy

Python twisted library for AMI and FastAGI
Other
95 stars 61 forks source link

Include completion event with response elements #31

Closed opticron closed 10 years ago

opticron commented 10 years ago

This change causes the event that signals completion of a collectDeferred call to be appended to the array of events returned to the success callback. Currently, only the list ack and list elements are provided, but the completion event itself can provide important information.