ISDNCONF(1) | Linux System Utilities | ISDNCONF(1) |
isdnconf - manipulate or read ISDN phone number config files.
isdnconf
isdnconf can manipulate or read the file /etc/isdn/callerid.conf as well as ~/.isdn. Entries can be added or removed from these files. Additionally, entries can be searched for and displayed in a way similar to grep. An entry can be an own MSN ([MSN]) or a phone number ([NUMBER]).
You can use this program to build your own phonebook. These files are used by many of the other ISDN utilities that use phone numbers, to display a number symbolicly instead of as a plain number.
Note: usage of the options -A and -D is dangerous! The complete structure of the file may be changed, and all comments are removed! Make backups of your data files before trying these.
COMMAND OPTIONS:
Alias: Fred Number: 0815/441777 SI: 0 Zone: 4 Interface: - Flags: I|O Program: /usr/local/bin/ring User: uucp Group: user Interval: Time: 8-20 Flags: (control-D here indicates end of flags) Alias: (control-D here indicated end of entries)If you want another [Flags] entry, simply enter the data for another program for this number at the point where the control-D was given above.
If you want to add another number, simply enter the data for the next number at the Alias prompt.
You can also pipe the data into this program; the input data then must correspond to the prompts that the program gives! Note that you can only add one number at a time then (there's no way of telling isdnconf that you want to stop giving Flags info and start giving the next Alias info).
If both -A and -D are given together, isdnconf will terminate, as this is not a valid combination.
If neither -A nor -D is given, then isdnconf will display entries which match the data given.
DATA OPTIONS: (none applicable for -A)
"*34*" matches 123456, 345677, 1234 "34*" matches 34567, 34111 but not 1234 "34??" matches 3411, 3456 "34" matches only 34Without the -w option, these would match:
"*34*" matches 123456, 345677, 1234 "34*" matches 123456, 345677, 1234, 34567, 34111 "34??" matches 123456, 345677, 1234, 3411, 3456 "34" matches 123456, 345677, 1234, 3411, 3456, 34567
The following two options do not apply to the -A and -D commands. They only change the output format.
Andreas Kool <akool@isdn4linux.de>
manpage adapted from the README by Paul Slootman
<paul@isdn4linux.de>
1998/12/29 | isdn4k-utils-3.25 |