Date: Mon, 12 Aug 2002 00:52:39 -0700 (PDT) From: Hellmuth Michaelis <hm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd isdnd.h isdnd.rc.5 msghdl.c rc_config.c rc_parse.y rc_scan.l support.c Message-ID: <200208120752.g7C7qdLW060676@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
hm 2002/08/12 00:52:39 PDT
Modified files:
usr.sbin/i4b/isdnd isdnd.h isdnd.rc.5 msghdl.c rc_config.c
rc_parse.y rc_scan.l support.c
Log:
add support properly displaying and logging incoming telephone numbers (MSNs)
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>
Revision Changes Path
1.18 +8 -0 src/usr.sbin/i4b/isdnd/isdnd.h
1.30 +27 -2 src/usr.sbin/i4b/isdnd/isdnd.rc.5
1.12 +8 -0 src/usr.sbin/i4b/isdnd/msghdl.c
1.17 +15 -0 src/usr.sbin/i4b/isdnd/rc_config.c
1.12 +6 -0 src/usr.sbin/i4b/isdnd/rc_parse.y
1.13 +3 -0 src/usr.sbin/i4b/isdnd/rc_scan.l
1.15 +28 -0 src/usr.sbin/i4b/isdnd/support.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208120752.g7C7qdLW060676>
