Bogdan-Andrei Iancu writes:
1) fork or not - use only first record (according to priority) or
use all of them;
using only the highest priority record might make sense if1 you know that you want to speak with the highest priority destination and, if that is not available, give up. but it may be hard to know when this is the case and therefore i don't see it practical.
2) if fork - what kind of fork: serial or parallel (both respecting
the priorities)
this (and also case 1) is already supported by lcr module.
-- juha