how many minutes after all instructions of twiml are executed, does an outbound call hangup?
is there a way to not make the outbound call hangup even if all instructions of twiml are executed and the twiml is not updating any longer?
I am only aware of update() call = client.calls(call_sid).update(status='completed')