1Writes the configuration into a file. If is omitted, the default
2file will be used. Reads the configuration from a file. If is
3omitted, the default file will be used.
4
5This syntax will be used for the options and
6
7All entries are included in the section This section contains an
8entry which describes the interfaces. Each subsection describes
9one interface. There are the following entries possible: The name
10of the interface. This entry is required.
11
12NAME = ippp0 Set the EAZ or the MSN. This entry is required.
13
14EAZ = 4711 Set the incoming phone number(s). It requires at
15least one blank between the different numbers.
16
17PHONE_IN = 08151234 08151235 08151236 Set the outgoing phone num‐
18ber(s). It requires at least one blank between the different
19numbers.
20
21PHONE_OUT = 08151237 08151238 Turn on or off the security fea‐
22ture.
23
24SECURE = on Selects callback mode.
25
26CALLBACK = in Turns on or off hangup before starting callback.
27
28CBHUP = on Set the callback delay to
29
30CBDELAY = 5 Set the number of dial atempts to
31
32DIALMAX = 1 Set the hanguptime to
33
34HUPTIMEOUT = 20 Turns on or off the hangup timeout for incoming
35calls.
36
37IHUP = on Turns on or off hangup before next charge info.
38
39CHARGEHUP = on Sets the charge interval to
40
41CHARGEINT = 1 Set the layer‐2 protocol. Allowed values for
42
43L2_PROT = hdlc Set the layer‐3 protocol. Allowed value for
44
45L3_PROT = trans Sets the encapsulation mode. Allowed values for
46
47ENCAP = rawip Adds a slave interface for channel‐bundling.
48
49ADDSLAVE = s‐ippp0 Set the delay in seconds for the slave‐dial‐
50ing.
51
52SDELAY = 10 Set trigger level for slave‐dialing.
53
54TRIGGER = 4000 Binds the current interface to a specific physical
55channel. Before and after the comma may not be a blank.
56
57BIND = teles1,0 Binds the current interface to the ippp device
58This works only for syncronous ppp. The value must be a number.
59
60PPPBIND = 0
61
62
63[ISDNCTRL]
64 INTERFACES = {
65 [INTERFACE]
66 NAME = isdn0
67 EAZ = 4711
68 PHONE_IN = 08151234
69 PHONE_OUT = 08151234
70 SECURE = on
71 DIALMAX = 1
72 HUPTIMEOUT= 20
73 IHUP = on
74 CHARGEHUP = on
75 L2_PROT = hdlc
76 L3_PROT = trans
77 ENCAP = rawip
78 ADDSLAVE = s‐isdn0
79 SDELAY = 10
80
81 [SLAVE]
82 NAME = s‐isdn0
83 EAZ = 4711
84 PHONE_OUT = 08151234
85 SECURE = on
86 DIALMAX = 1
87 HUPTIMEOUT= 10
88 IHUP = on
89 CHARGEHUP = on
90 L2_PROT = hdlc
91 L3_PROT = trans
92 ENCAP = rawip
93
94 [INTERFACE]
95 NAME = ippp0
96 EAZ = 4712
97 PHONE_OUT = 08151235 08151236
98 SECURE = on
99 DIALMAX = 5
100 HUPTIMEOUT= 200
101 IHUP = on
102 CHARGEHUP = on
103 L2_PROT = hdlc
104 L3_PROT = trans
105 ENCAP = syncppp
106 PPPBIND = 0
107 }
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132