Ok, in terms of cleanup, assume I create 2 channels and a playback resource, and add them to a bridge. (So nothing left dangling). If the bridge is destroyed (via ARI, or if channels hangup), are the associated channels and playback resource automatically destroyed as well?
Or must I keep track of all resources (channels, playback resource) associated with a bridge and destroy them once the bridge is destroyed? I was hoping that Asterisk would just delete them all since the parent object is gone.