Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

isdnd.rates(5) [netbsd man page]

ISDND.RATES(5)						      BSD File Formats Manual						    ISDND.RATES(5)

NAME
isdnd.rates -- isdn4bsd ISDN management daemon rates description file DESCRIPTION
The file isdnd.rates contains descriptions how long charging units last at a given time of day, day of week and the distance to the destina- tion. If this file is available, this information may be used by the isdnd(8) ISDN connection management daemon to calculate the short hold time for a connection. The format of a rate entry line is as follows: The first field, the (rate-code) defines a collection of rates (for each day of the week) which can be referenced in the isdnd(8) configura- tion file isdnd.rc(5). This field must start with the identifier ``ra'' followed by a digit in the range of zero to four. The second field, the (day-number) selects the day of week for which this entry defines the rates, where 0 stands for Sunday, 1 for Monday and so on until the digit 6 which stands for Saturday. The rest of the line consists of one or more space separated fields which have the following syntax: start_hour.start_minutes-end_hour.end_minutes:charge_unit_length Start_hour and start_minutes define the begin of a time section and end_hour and end_minutes define the end. Charge_unit_length define the length of a charging unit in the previously defined time section. No spaces or tabs are allowed inside this field. The hour and minutes specifications MUST have exactly 2 digits, in case just one digit is needed, a leading 0 must be used. For example, 14.00-18.00:90 defines, that between 2:00 PM and 6:00 PM the length of one charging unit lasts 90 seconds. FILES
/etc/isdn/isdnd.rates The default rates specification file for the isdnd ISDN daemon. EXAMPLES
The line: ra0 0 00.00-05.00:240 05.00-21.00:150 21.00-24.00:240 defines the unit lengths for a Sunday. SEE ALSO
isdnd.rc(5), isdnd(8) AUTHORS
The rates subsystem for the isdnd(8) daemon to which isdnd.rates belongs was designed and written by Gary Jennejohn. The isdnd(8) daemon and this manual page were written by Hellmuth Michaelis <hm@kts.org>. BSD
September 11, 1998 BSD

Check Out this Related Man Page

ISDN(4) 						   BSD Kernel Interfaces Manual 						   ISDN(4)

NAME
isdn -- ISDN kernel to userland master device SYNOPSIS
pseudo-device isdn DESCRIPTION
The isdn device driver is used by the isdnd(8) daemon to exchange messages with the ISDN kernel part for the purpose of call establishment, control and disconnection and to access various control and status information. The messages and message parameters are documented in the include file /usr/include/netisdn/i4b_ioctl.h. The available ioctl's are: I4B_CDID_REQ Request a unique Call Description IDentifier (cdid) which identifies uniquely a single interaction of the local D channel with the exchange. I4B_CONNECT_REQ Actively request a call setup to a remote ISDN subscriber. I4B_CONNECT_RESP Respond to an incoming call, either accept, reject or ignore it. I4B_DISCONNECT_REQ Actively terminate a connection. I4B_CTRL_INFO_REQ Request information about an installed ISDN controller card. I4B_DIALOUT_RESP Give information about call setup to driver who requested dialing out. I4B_TIMEOUT_UPD Update the kernels timeout value(s) in case of dynamically calculated shorthold mode timing changes. I4B_UPDOWN_IND Inform the kernel userland drivers about interface soft up/down status changes. I4B_CTRL_DOWNLOAD Download firmware to active card(s). I4B_ACTIVE_DIAGNOSTIC Return diagnostic information from active cards. Status and event messages available from the kernel are: MSG_CONNECT_IND An incoming call from a remote ISDN user is indicated. MSG_CONNECT_ACTIVE_IND After an incoming call has been accepted locally or an outgoing call has been accepted by a remote, the exchange signaled an active connection and the corresponding B-channel is switched through. MSG_DISCONNECT_IND A call was terminated. MSG_DIALOUT_IND A userland interface driver requests the daemon to dial out (typically a network interface when a packet arrives in its send queue). MSG_IDLE_TIMEOUT_IND A call was terminated by the isdn4bsd kernel driver because a B-channel idle timeout occurred. MSG_ACCT_IND Accounting information from a network driver. MSG_CHARGING_IND Charging information from the kernel. SEE ALSO
isdnd(8) AUTHORS
The isdn device driver and this man page were written by Hellmuth Michaelis <hm@kts.org>. BSD
February 3, 1998 BSD
Man Page