At the moment it appears that we can rely on non-spider nodes routing
stuff correctly for mail and rcmd. So we push those routes to the back
of the list.
unless ($seen->{$ncall}) {
# put non-pc9x nodes to the back of the queue
- my $l = $level + ($nref->{do_pc9x} ? 0 : 30);
+ my $l = $level + ($nref->{do_pc9x} && ($nref->{version}||5454) >= 5454 ? 0 : 30);
dbg("recursing from $call -> $ncall level $l") if isdbg('routec');
my @rout = findroutes($ncall, $l+1, $seen);
push @out, @rout;
$version = '1.54';
$subversion = '0';
-$build = '168';
+$build = '169';
1;