Re: [vdr] Controlling VDR with Asterisk PABX

2008-04-25 Thread Martin Emrich
Hi! Mike Parker schrieb: > The solution was to use my PABX (Asterisk), which runs on the VDR server. Nice idea :) I let my VDR show me the number of incoming calls: extensions.conf: exten => number,1,agi(call.sh|${CALLERID}) call.sh: - #!/bin/sh NUMBER="$1" if [ "$NUMBER" = "" ]; then

Re: [vdr] Upgrading from 1.4.7 to 1.7.0 : enabling #define

2008-04-25 Thread Pierre-Yves Paranthoen (PERSO)
I increased the values in ci.c. A bit better but, still no decryption and channel not available : #define MODULE_CHECK_INTERVAL 1 // ms #define MODULE_RESET_TIMEOUT5 // s gives under 1.7.0 : Apr 25 18:29:04 localhost vdr: [7317] CAM 2: module ready Apr 25 18:29:11 localhost vdr: [731

[vdr] Controlling VDR with Asterisk PABX

2008-04-25 Thread Mike Parker
I feed my VDR picture throughout the house via a modulator, but wanted to be able to alter the channels while in other rooms. The web interface (vdradmin) works well with a wireless tablet but it is not practical to carry around all the time. The solution was to use my PABX (Asterisk), which runs

Re: [vdr] what is cDevice::Receiving() supposed to return?

2008-04-25 Thread Anssi Hannula
Andreas Holzhammer - GMX wrote: > Hi, Hi! > I'm trying to track down a problem with lnbsharing and software > decoding, and am stuck at understanding what cDevice::Receiving should > actually return. > > I have two budget dvb-s cards, and use softdevice for output. > > The patch runs i throug