From f9012dd760346fa175cd628a6dd81f8c72488cb4 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 12 Aug 2008 20:50:02 +0000 Subject: bring back the transcoder interface... it will be upgraded to the new improved version here too git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4477 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- kernel/xpp/utils/zaptel-helper | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel/xpp') diff --git a/kernel/xpp/utils/zaptel-helper b/kernel/xpp/utils/zaptel-helper index edb58f5..1b2ca45 100644 --- a/kernel/xpp/utils/zaptel-helper +++ b/kernel/xpp/utils/zaptel-helper @@ -336,6 +336,9 @@ load_modules() { check=0 case "$i" in xpp_usb) check=`grep 'STATUS=connected' 2>/dev/null /proc/xpp/xbuses | wc -l` ;; + # FIXME: zttranscode will always load, and will never + # add a span. Maybe try to read from /dev/zap/transcode . + zttranscode) : ;; *) if [ $lines_before -lt `count_proc_zap_lines` ]; then check=1; fi ;; esac if [ "$check" != 0 ] -- cgit v1.2.3