From d9406883ba919590139caa2383bf6b2e7154b0a0 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sun, 16 Mar 2008 18:27:28 +0000 Subject: ztscan: detect xpp (pri/bri), tor2 and torisa as digital as well as they currently claim to support CAS but not DACS. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3996 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- ztscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ztscan.c b/ztscan.c index 87be973..64298ee 100644 --- a/ztscan.c +++ b/ztscan.c @@ -107,7 +107,7 @@ int main(int argc, char *argv[]) continue; } - if (params.sigcap & __ZT_SIG_DACS) { + if (params.sigcap & (__ZT_SIG_DACS | ZT_SIG_CAS)) { /* this is a digital span */ fprintf(stdout, "type=digital-%s\n", s.spantype); fprintf(stdout, "syncsrc=%d\n", s.syncsrc); -- cgit v1.2.3