Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: solution for programming vdr via mail ???




Am Donnerstag den, 7. März 2002, um 03:47, schrieb Simon Dean:

> Did any of you actually read the original post?  The point was having a
> way to set the recording schedule of VDR from the internet without
> having to have a permanent internet connection or a computer running
> 24/7.

I also dont have a 24/7 connection to the internet. I can trigger
a dial at home via Mobil Phone.

There is something like this in my isdn.conf:

PROGRAM = /usr/local/bin/dial.pl $2 $3 (i don't know the parameter 
numbers exactly)

/usr/local/bin/dial.pl:
#!/usr/bin/perl
if($ARGV[0] eq "49160mymobilphone") {
   system("/usr/sbin/isdnctrl dial ippp0");
}


Ciao, Thomas




Home | Main Index | Thread Index