summaryrefslogtreecommitdiff
path: root/kernel/xpp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-12 20:50:02 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-12 20:50:02 +0000
commitf9012dd760346fa175cd628a6dd81f8c72488cb4 (patch)
tree2d8d847ac77a80b3469d2be15ab97daf51e9951a /kernel/xpp
parent56b0b9b5e9a2ebf43181a2cdc7daee1a47b5cee2 (diff)
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
Diffstat (limited to 'kernel/xpp')
-rw-r--r--kernel/xpp/utils/zaptel-helper3
1 files changed, 3 insertions, 0 deletions
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 ]