Portions created by the Initial Developer are Copyright (C) 2019 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ if ($domains_processed == 1) { //set call blocks to inbound if no direction defined $sql = "update v_call_block set call_block_direction = 'inbound' where call_block_direction is null "; $database->execute($sql, null); unset($sql); } ?>