#!ifdef WITH_DID_VALIDATE
if(!has_totag()) {
sql_query("acd", "select * from did_numbers where didNumber = '$tU' and active = 'Y'", "ra");
xlog("L_ERR", "[REQUEST_ROUTE] number of rows in table domain: $dbr(ra=>rows)\n");
if( $dbr(ra=>rows)==0 ) {
xlog("L_ERR", "[REQUEST_ROUTE] DID Number validation returned [$dbr(ra=>rows)], not responding to this request\n");
exit;
}
sql_result_free("ra");
}
#!endif