Hi Ronald!
Please send your emails always Cc: to the mailing list.
Your ser.cfg is very strange, because your loading and configuring the modules several times - this sould be done only once!
regarding the loose_route block - this is here:
# loose-route processing if (loose_route()) {
--> setflag(9);
t_relay(); break;
};
try adding setflag(9) before t_relay!
klaus