I'm looking for a way to randomize the contacts for serial forking if they have the same q value (so instead of doing parallel forking to those targets).
Without taking the q value into account I could do something with the defined contacts_avp before calling t_next_contacts(). But I have no idea how to randomize and serialize the branches with the same q value after calling t_next_contacts(). Any ideas?