|
|
|
@ -161,7 +161,7 @@ static int daemon_sysentry_init(s_sysentry *sysent)
|
|
|
|
|
strcpy(msg, "freqs holded");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if( msg && *msg )
|
|
|
|
|
if( *msg )
|
|
|
|
|
log("QUEUE: add %s (%s)", ftn_addrstr(abuf, sysent->node.addr), msg);
|
|
|
|
|
else
|
|
|
|
|
log("QUEUE: add %s", ftn_addrstr(abuf, sysent->node.addr));
|
|
|
|
@ -194,7 +194,7 @@ static bool daemon_node_cancall_line(const s_node *node, const s_override *ovrd)
|
|
|
|
|
if( modem_isgood_phone(ovrd->sPhone) )
|
|
|
|
|
good_phone = TRUE;
|
|
|
|
|
}
|
|
|
|
|
else if( node && node->phone && *node->phone )
|
|
|
|
|
else if( node && *node->phone )
|
|
|
|
|
{
|
|
|
|
|
if( modem_isgood_phone(node->phone) )
|
|
|
|
|
good_phone = TRUE;
|
|
|
|
|