[zaptel-commits] tzafrir: branch 1.4 r3996 - /branches/1.4/ztscan.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Sun Mar 16 13:27:29 CDT 2008
Author: tzafrir
Date: Sun Mar 16 13:27:28 2008
New Revision: 3996
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3996
Log:
ztscan: detect xpp (pri/bri), tor2 and torisa as digital as well as they
currently claim to support CAS but not DACS.
Modified:
branches/1.4/ztscan.c
Modified: branches/1.4/ztscan.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/ztscan.c?view=diff&rev=3996&r1=3995&r2=3996
==============================================================================
--- branches/1.4/ztscan.c (original)
+++ branches/1.4/ztscan.c Sun Mar 16 13:27:28 2008
@@ -107,7 +107,7 @@
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);
More information about the zaptel-commits
mailing list