() | () |
This syntax will be used for the options readconf and writeconf.
All entries are included in the section [ISDNCTRL]. This section contains an entry INTERFACES, which describes the interfaces. Each subsection [INTERFACE] or [SLAVE] describes one interface. There are the following entries possible:
Example: NAME = ippp0
Example: EAZ = 4711
Example: PHONE_IN = 08151234 08151235 08151236
Example: PHONE_OUT = 08151237 08151238
Example: SECURE = on
Example: CALLBACK = in
Example: CBHUP = on
Example: CBDELAY = 5
Example: DIALMAX = 1
Example: HUPTIMEOUT = 20
Example: IHUP = on
Example: CHARGEHUP = on
Example: CHARGEINT = 1
Example: L2_PROT = hdlc
Example: L3_PROT = trans
Example: ENCAP = rawip
Example: ADDSLAVE = s-ippp0
Example: SDELAY = 10
Example: TRIGGER = 4000
Example: BIND = teles1,0
Example: PPPBIND = 0
[ISDNCTRL]
INTERFACES = {
[INTERFACE]
NAME = isdn0
EAZ = 4711
PHONE_IN = 08151234
PHONE_OUT = 08151234
SECURE = on
DIALMAX = 1
HUPTIMEOUT= 20
IHUP = on
CHARGEHUP = on
L2_PROT = hdlc
L3_PROT = trans
ENCAP = rawip
ADDSLAVE = s-isdn0
SDELAY = 10
[SLAVE]
NAME = s-isdn0
EAZ = 4711
PHONE_OUT = 08151234
SECURE = on
DIALMAX = 1
HUPTIMEOUT= 10
IHUP = on
CHARGEHUP = on
L2_PROT = hdlc
L3_PROT = trans
ENCAP = rawip
[INTERFACE]
NAME = ippp0
EAZ = 4712
PHONE_OUT = 08151235 08151236
SECURE = on
DIALMAX = 5
HUPTIMEOUT= 200
IHUP = on
CHARGEHUP = on
L2_PROT = hdlc
L3_PROT = trans
ENCAP = syncppp
PPPBIND = 0
}