2010/10/1 Andrei Pelinescu-Onciul andrei@iptel.org:
One more clarification: the r-ruri change autodetection (3.1) works in all routes, not only in failure routes. E.g., if I have in the main route:
t_relay(); setuser("foo1"); t_relay(); setuser("foo2); t_relay();
3 branches will be created: 1 for the original uri, one for foo1@ and the last one for foo2@.
Then the meaning of append_branch is confusing, it seems that with this new changes it's not needed at all so, what about removing it?