freebsd-dev/usr.sbin/i4b/isdnd
Hellmuth Michaelis 03096f2d75 Fix hangup bug; Juha writes:
Problem 2 is that doing a local hangup (eg. by writing "H" to the
 dialout device) to a call which is already disconnected results in isdnd
 moving the cfg entry to an illegal state, from which there is no
 recovery. This is tricky because there is no way to synchronize local
 hangup with the remote end (ie. the callee can always hang up at an
 inconvenient time)! Hence, patch-2 alters fsm.c's EV_DRQ state table
 such that the local hangup request is processed or ignored in most
 states, even for disconnected calls.

Submitted by:	Juha-Matti Liukkonen <jml@cubical.fi>
2001-07-21 16:28:28 +00:00
..
alias.c
config.h Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) 2001-05-25 08:43:30 +00:00
controller.c Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) 2001-05-25 08:43:30 +00:00
curses.c
dial.c
exec.c
fsm.c Fix hangup bug; Juha writes: 2001-07-21 16:28:28 +00:00
holiday.c - assign a separate debugging flag for debugging messages regarding the 2001-05-02 08:53:35 +00:00
isdnd.8 mdoc(7) police: remove extraneous .Pp before and/or after .Sh. 2001-07-09 09:54:33 +00:00
isdnd.acct.5 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
isdnd.h After being port- and addressscanned continously from several sources where 2001-07-21 11:29:40 +00:00
isdnd.rates.5 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
isdnd.rc.5 After being port- and addressscanned continously from several sources where 2001-07-21 11:29:40 +00:00
log.c
main.c PR: bin/26817 2001-06-05 15:16:45 +00:00
Makefile Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
monitor.c Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) 2001-05-25 08:43:30 +00:00
msghdl.c
pathnames.h
pcause.c
process.c
rates.c
rc_config.c After being port- and addressscanned continously from several sources where 2001-07-21 11:29:40 +00:00
rc_parse.y After being port- and addressscanned continously from several sources where 2001-07-21 11:29:40 +00:00
rc_scan.l After being port- and addressscanned continously from several sources where 2001-07-21 11:29:40 +00:00
support.c Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) 2001-05-25 08:43:30 +00:00
timer.c After being port- and addressscanned continously from several sources where 2001-07-21 11:29:40 +00:00