Commit Graph

1308 Commits

Author SHA1 Message Date
paul 6a72d76394 Be more sane in the UPCMD and DOWNCMD department; those weren't really working.
Document correctly how it works now.
2002-01-31 20:18:13 +00:00
paul 7d5693c2dd Add -I$(CONFIG_KERNELDIR)/include to the CFLAGS so that the correct
kernel headers are used.
Be more sane in the UPCMD and DOWNCMD department; those weren't really working.
2002-01-31 20:17:41 +00:00
paul 280a41d847 Add -I$(CONFIG_KERNELDIR)/include to the CFLAGS so that the correct
kernel headers are used.
2002-01-31 20:16:22 +00:00
paul d3555847df The user can override the system vboxplay script by copying it to
/etc/isdn/ and editing it there.
Try to be smarter about detecting what "play" programs there are,
and use the one that can be found.
2002-01-31 20:15:18 +00:00
paul 8fc9883b1b The user can override the system vboxmail script by copying it to
/etc/isdn/ and editing it there.
Call sendmail directly, instead of using a MUA such as mailx.
2002-01-31 20:13:50 +00:00
paul e3f2e79e2f Be more explicit if audio data ends with an error.
This helps in debugging obscure problems... <grrr>
2002-01-31 20:12:16 +00:00
paul 9b2b90a035 Ignore filenames beginning with a '.' 2002-01-31 20:11:07 +00:00
paul 1f544777c9 Work around trigraphs in a string, with which some compilers
could generate wrong characters.
2002-01-31 20:10:20 +00:00
paul 8c72049180 Give a warning if a too short ring timeout is configured in the rc file. 2002-01-31 20:09:21 +00:00
paul c41b9da0c5 Increase MODEM_RINGTIMEOUT from 5 to 6 now that the timing in the kernel
code is correct (it used to be shorter). This was leading to timeouts
between the rings, so that vboxgetty would never react to any calls where
RINGS was defined to be more than 1.
2002-01-31 20:08:41 +00:00
paul 6678e0440d Use explicit .vmsg extension for voice messages, makes it easier for
e.g. apache to use the correct mime type.
2002-01-31 20:06:51 +00:00
paul 029526c4ae Also link vboxcnvt to rmdtovbox when installing. 2002-01-31 20:05:40 +00:00
paul b51c93b2dd Use "/bin/echo" instead of just "echo" as some shells' builtin echo
don't understand -e (e.g. ash)
2002-01-31 20:05:09 +00:00
paul 8b1a259129 Add "#define CCODE_OTHER 9999" for defining behaviour in
non-specified countries.
2002-01-31 20:03:59 +00:00
paul 779b348a81 Don't be verbose if stdout is not a tty. 2002-01-31 20:01:49 +00:00
paul a2e43c99b0 Changed order of "$(LDFLAGS) -o $@ $(CDBEXTRALIBS)" to
"$(CDBEXTRALIBS) $(LDFLAGS) -o $@" so that CDBEXTRALIBS
actually does something.
2002-01-31 20:01:12 +00:00
paul 203db9f2e5 #include <stdlib.h> and <string.h> for prototypes to prevent warnings. 2002-01-31 20:00:08 +00:00
paul fdb0afeedc #include <stdlib.h> for prototypes to prevent warnings. 2002-01-31 19:59:44 +00:00
paul 0993aa4a00 Typo fixed. 2002-01-31 19:58:28 +00:00
paul dd041bf942 LUF -> EUR
typo fixed
2002-01-31 19:58:08 +00:00
paul 08547baff4 NLG -> EUR 2002-01-31 19:57:23 +00:00
paul 301f6d7ffb Cosmetics, also changed DM to EUR in example. 2002-01-31 19:56:43 +00:00
paul c9a7d23cbc Converted all NLG to EUR. Pfff....
Also added special "internet" areacode 0676, and removed Cistron Telecom
entry which is no more, thanks to unfair KPN competition.
2002-01-31 19:55:46 +00:00
paul 8f0ac2615c Fixed error messages when opening /dev/isdnctrl - /dev/isdn/isdnctrl etc.,
only /dev/isdnctrl was mentioned and people assumed that isdnctrl wasn't
devfs-compliant yet when the open failed due to other reasons.
Zero the phone struct before use.
2002-01-31 19:53:41 +00:00
paul 23ad3f4a9c Fixed clean target to also remove *.tmp and .*.tmp files. 2002-01-31 19:49:57 +00:00
paul dca270858f Check each configured device for PPP support, instead of just the
first one supplied. Now it works also if the first device is the
slave device.
(Prevents bogus "Sorry - this system lacks PPP kernel support" messages.)
2002-01-31 19:49:07 +00:00
paul 7a097c3e62 Supply defaults for ISDN_MAX_CHANNELS and ISDN_MAX_DRIVERS if not defined. 2002-01-31 18:59:24 +00:00
paul 3fc88170cc Add -I$(CONFIG_KERNELDIR)/include to CFLAGS so that the ISDN kernel headers
can be found (if they are not in /usr/include)
2002-01-31 18:58:56 +00:00
paul 44e7a4190e Fixed clean target (# begins a comment...) 2002-01-31 18:55:23 +00:00
paul 2c8b62a390 Added "restart" and "force-reload" options, they're required on debian systems. 2002-01-31 18:54:38 +00:00
paul 8b3a5a7ce2 Changed cast (unsigned int) to (unsigned long) to avoid warnings
on 64bit pointer systems.
2002-01-31 18:53:52 +00:00
paul 7cb3131450 #include <string.h> for prototypes against warnings. 2002-01-31 18:52:40 +00:00
paul 9a4592c6db Remove cui from description, as the normal serial cua devices are
also deprecated.
2002-01-31 18:52:12 +00:00
paul 34adddfbc3 #include <stdlib.h> for prototypes against warnings. 2002-01-31 18:50:51 +00:00
keil 57142c5551 rule for man page 2002-01-30 00:51:52 +00:00
keil 675c45d276 install man page in $DESTDIR
make possible to select one ppp version
2002-01-30 00:17:16 +00:00
keil 998cbe4196 Seems somebody in Nuertingen use isdnlog :-) Thanks to Andreas Lauser 2002-01-30 00:12:04 +00:00
akool 02e98d8b1a isdnlog-4.56:
- dont set the Provider-field of the MySQL DB to "?*? ???" on incoming calls

 - implemented
     0190029 Telebillig        (17,5 Cent/minute to any cellphone)
		 0190031 Teledump
		 0190035 TeleDiscount
		 0190037 Fonfux            (1,5 Cent/minute german-call)
		 0190087 Phonecraft

   you have to change:

   1. "/etc/isdn/rate.conf" - add the following:

     P:229=0		#E Telebillig
		 P:231=0		#E Teledump
		 P:235=0		#E TeleDiscount
		 P:237=0		#E Fonfux
		 P:287=0		#E Phonecraft

   2. "/etc/isdn/isdn.conf" (or "/etc/isdn/callerid.conf"):

	     VBN = 010

	   to

	     VBN = 010:01900
2002-01-26 20:43:30 +00:00
akool 7166d3b989 hrmpf... 2001-12-30 18:22:02 +00:00
akool ab9b655516 isdnlog-4.55:
Tatahhh: isdnlog speaks Euro :-)

	Many thanks to Bernhard Schmidt (berni@birkenwald.de)!

	** At least, you have to install "/usr/lib/isdn/rate-de.dat"
  ** and modify your "/etc/isdn/isdn.conf" or "/etc/isdn/callerid.conf"
  ** to read:
  **   [ISDNLOG]
	**	   CURRENCY = 0.062,EUR

I wish all of you a happy new year!
2001-12-30 17:17:40 +00:00
hessler d3dda776d9 Version 2.0.65 - minor update
* url change to www.schlenn.de/isdn4linux/
* Italy now requires leading 0 in MSN
2001-12-05 23:29:31 +00:00
akool 0d098a2ec9 isdnlog-4.54
added new prefix 01505 Quam (new german cellphone company)
2001-11-22 15:09:01 +00:00
leo 48b732fbce new rates 2001-11-17 12:00:23 +00:00
paul 1d8db73b64 Minor documentation fix ( /usr/lib/ppp/ -> /usr/lib/pppd/ ) 2001-11-08 09:09:20 +00:00
calle 3c2a07213f - peer files changed to work also with ppp 2.4.x.
(disable CHAP and set username with "user").
2001-11-07 14:39:20 +00:00
calle 925ddb261d show version info. 2001-11-07 14:38:17 +00:00
calle 48be2e4583 - avoid calling fatal on exit, better message if put_message fails. 2001-11-07 14:37:39 +00:00
leo a3e74183e1 fixed redzone statistics 2001-10-16 13:29:44 +00:00
akool 0c2043ae85 isdnlog-4.53
- verified Leo's correction of Paul's byte-order independent Patch to the CDB
   (now it's Ok, Leo, and *many* thanks to Paul!)
 - "rate-de.dat" updated
 - added "-Q" option to isdnlog
2001-10-15 19:51:47 +00:00
leo aded4afa26 fixed cdb zonefiles 2001-10-15 11:35:46 +00:00