Remove outbound restriction for intercept.

This commit is contained in:
markjcrane
2015-08-12 23:38:46 -06:00
parent 72d489ec65
commit 27a72bfa59
2 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@
call_hostname = "";
sql = "SELECT call_uuid AS uuid, hostname, ip_addr FROM channels ";
sql = sql .. "WHERE callstate in ('RINGING', 'EARLY') ";
sql = sql .. "AND direction = 'outbound' ";
--sql = sql .. "AND direction = 'outbound' ";
sql = sql .. "AND (";
x = 0;
for key,extension in pairs(extensions) do