Add. optional intercept only inbound/outbound calls.

Note.
  * `inbound` is call to some extension
  * `outbound` is call from some extension to external number.

Currently there no way to find call from extension to extension as `outbound`
This commit is contained in:
Alexey Melnichuk
2016-04-18 16:06:27 +03:00
parent 38922f6bc5
commit 07b2858852
2 changed files with 17 additions and 2 deletions

View File

@@ -15,4 +15,7 @@
-- The Original Code is FusionPBX
--
-- shift arguments
argv[1], argv[2] = nil, argv[1]
require "intercept"