The caller has most likely activated the (costly) feature CLIP (= Calling Line Identification Presentation, no screening), which means any telephone number can be transmitted. See the question "I've heard that actually two Caller IDs are transmitted?".
Andreas Kool
akool@Kool.f.EUnet.de
wrote on 26 Jan 1997:
In any case, you can only fool software/PBXs that do not evaluate the screening indicator - isdnlog with version 2.52 shows both the correct *and* the faked telephone number. 'CLIP, no screening' was actually designed for transmitting internal company numbers in the public network.
Can't open output file '/dev/sound': Device or resource busy
Only one process at a time can access the sound device. You need an upper instance that coordinates access to the sound device. NAS (network audio system), and rplay can be used for this.
play anruf.au 2/dev/null
). Why does ISDN tell me Can't start '/usr/local/bin/play anruf.au 2/dev/null' with execvp()
?
Because isdnlog is not a (Bourne) shell ;-) Isdnlog can only start real programs. Just write a little script for it and make it executable (chmod +x):
#!/bin/sh /usr/local/bin/play anruf.au 2/dev/null
This may happen when you start isdnlog with the options -t
1
or -t 2
, then the time is synchronized with the digital
switching station. The screen saver thinks that more than x minutes have
passed, which causes a short blackout of the screen.