On 18/04/14 18:03, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
The $branch(...) var might need to be extended for instance. Also, not sure it gets the right values in branch_route... but it is a way to try if you haven't done it already.
according to wiki, $branch only deals with additional branches, not the main branch, which is what branch_route deals with.
well, $branch is actually not dealing with r-uri branch in request_route. branch_route deals with current branch in tm, which can be an additional branch to the r-uri and $branch() with proper index should work to retrieve the details. But it might not be safe overall and not working with r-uri branch is a limitation.
Daniel