[Pkg-voip-commits] [dahdi-tools] 10/285: dahdi_scan: Show CAS framing on the framing line.

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 393aef02effc9263673bccb6c910a9c7df88b27c
Author: Shaun Ruffell <sruffell at digium.com>
Date:   Wed Nov 10 16:19:36 2010 +0000

    dahdi_scan: Show CAS framing on the framing line.
    
    Also, always append "/CRC4" on any span where that was specified as an
    option.
    
    Signed-off-by: Shaun Ruffell <sruffell at digium.com>
    Acked-by: Kinsey Moore <kmoore at digium.com>
    
    git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@9473 17933a7a-c749-41c5-a318-cba88f637d49
---
 dahdi_scan.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dahdi_scan.c b/dahdi_scan.c
index 1a30d18..20a9a4b 100644
--- a/dahdi_scan.c
+++ b/dahdi_scan.c
@@ -196,7 +196,8 @@ int main(int argc, char *argv[])
 			if (s.lineconfig & DAHDI_CONFIG_ESF) fprintf(stdout, "ESF");
 			else if (s.lineconfig & DAHDI_CONFIG_D4) fprintf(stdout, "D4");
 			else if (s.lineconfig & DAHDI_CONFIG_CCS) fprintf(stdout, "CCS");
-			else if (s.lineconfig & DAHDI_CONFIG_CRC4) fprintf(stdout, "/CRC4");
+			else fprintf(stdout, "CAS");
+			if (s.lineconfig & DAHDI_CONFIG_CRC4) fprintf(stdout, "/CRC4");
 			fprintf(stdout, "\n");
 		} else {
 			/* this is an analog span */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list