summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer3
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0610-30/+40
|
* Use __FBSDID().obrien2003-06-116-18/+18
|
* Fix off-by-one errors in range checks of state machine states & events.phk2003-05-311-4/+4
| | | | Found by: FlexeLint
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
| | | | especially in troff files.
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-09-026-37/+0
| | | | | | | | i4bq931, i4b, isic, iwic, ifpi, ifpi2, ifpnp, ihfc, and itjc are no longer count devices. Also remove a few other instances of N<DEVICE> being used to control compilation of whole files. Reviewed by: hm
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-121-1/+30
| | | | | | | by looking at the "type of number" field and providing configurable hooks to correct the numbers accordingly. See keywords add-prefix, prefix-national and prefix-international in isdnd.rc(5). This feature was implemented by Christian Ullrich <chris@chrullrich.de>
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-111-4/+14
| | | | | based on patches received from Guy Ellis (guy@traverse.com.au), Chris Collins (xfire@xware.cx) and Phillip Musumeci (phillip@cs.jcu.edu.au).
* Add support for Q.931 subaddresses.hm2002-03-263-13/+43
| | | | Submitted by: Steven Looman <fsteevie@wish.net>
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-177-103/+18
| | | | | OpenBSD and BSD/OS and respective code, remove pre $FreeBSD CVS id's, remove #if(def)s and respective code for FreeBSD versions < 5 .
* Remove a redundant decalaration of call_desc[] since it's now agj2002-02-271-2/+0
| | | | fatal error.
* Make call_desc[] extern since it's also defined in layer4/i4b_l4mgmt.cgj2002-01-131-1/+2
| | | | | | | | | | which was causing the link of the kernel to fail. Since layer4/i4b_l4mgmt.c is always required by i4b and layer3/i4b_q931.c is only needed when a passive card is present it makes sense to have the declaration in the former file only. No MFC required since the problem only became apparent after a change to the compile options in -current which AFAIK wasn't made in -stable.
* Add experimental support for sending keypad facility messages.hm2001-10-182-37/+44
| | | | MFC after: 2 months
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)hm2001-05-252-14/+20
| | | | | | Add a CAPI (hardware independent) driver i4bcapi(4) and hardware driver iavc (4) to support active CAPI-based BRI and PRI cards (currently AVM B1 and T1 cards) to isdn4bsd.
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
|
* Submitted by: phkhm2000-10-136-37/+0
| | | | Remove not needed includes.
* When T308 times out while waiting for a RELEASE COMPLETE, clean up andhm2000-10-121-2/+15
| | | | | send a disconnect indication to the upper layers. This lets isdnd recover from the situation instead of hanging in some intermediate state ...
* update to i4b version 0.95.04hm2000-10-0910-366/+403
|
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-036-6/+0
| | | | | | ioccom.h defines only implementation detail, and should therefore only be included from the #include which defines the ioctl tags, in other words: never include it from *.c
* Remove unneeded #include <sys/kernel.h>phk2000-04-295-5/+0
|
* update to isdn4bsd beta release 0.90hm1999-12-1410-38/+77
|
* $Id$ -> $FreeBSD$peter1999-08-2810-10/+10
|
* updating isdn4bsd to beta version 0.83hm1999-08-061-3/+3
|
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-204-32/+100
|
* update the i4b kernel part to i4b release 0.71.00hm1999-03-0710-30/+30
|
* Initial entry of ISDN4BSD into the FreeBSD tree.phk1998-12-2710-0/+4023
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis, who has done a tremendous amount of work to bring us this far. There are still some outstanding issues and files to bring into the tree, and for now it will be needed to pick up all the extra docs from the isdn4bsd release. It is probably also a very good idea to subscribe to the isdn@freebsd.org mailing list before you try this out. These files correspond to release "beta Version 0.70.00 / December 1998" from Hellmuth.
OpenPOWER on IntegriCloud