Hello all,
Just started using v5.4.0 on our system and I noticed a change in behavior when doing the append_branch, t_load_contacts, and t_next_contacts combo. Previously using v5.3.4 and it appears to be fine.
This is the piece of config I'm trying to debug:
xlog ("=== branch 0: $(branch(uri)[0]), $(branch(q)[0])\n");
xlog ("=== branch 1: $(branch(uri)[1]), $(branch(q)[1])\n");
t_load_contacts(0);
while (t_next_contacts()) {
xlog ("=== rd = $rd\n");
}
This is the log I get. It appears to use the backup contact first.
t_load_contacts(1) works a little better. But we don't need the probability feature.
As a comparison, this is what we've been getting in 5.3.4
Is there anything else that's been changed in branch building that we should pay attention to? Thanks.
Cindy