170612ac450ac055992ee96555806c08d82f79a5
Stefan Schuermans implemnted operator connect...

Stefan Schuermans authored 12 years ago

1) <html>
2)   <head>
3)     <title>Blinker - Operator Connection Splitter</title>
4)   </head>
5)   <body>
6)     <h1>Blinker - Operator Connection Splitter</h1>
7)     <p>
8)       The operator connection splitter is a module to accept operator
9)       connections and allow the operator to select one of several
10)       modules to connect to by dialing a further number of the form
11)       <code>*12345678#</code>.
12)       When the called module closes the connection, the operator
13)       is connected to the splitter again and can select the next
14)       module to connect to.
15)       The empty number <code>*#</code> closes the incoming connection.
16)     </p>
17)     <h2>Configuration</h2>
18)     <p>
19)       The configuration of the operator connection splitter module
20)       with name <code>NAME</code> is located in the
21)       <code>opsplitters/NAME</code> subdirectory.
22)     </p>
23)     <h3>Sound File</h3>
24)     <p>
25)       While an operator is connected to the splitter module (e.g. via
26)       a phone connection), a sound file can be requested to be played.
27)       (In case of the phone connection, this file is located on the
28)       phone server.)
29)       The name of the sound to request is contained in the file
30)       <code>sound</code>.
31)       If this file does not exists, no sound is requested to be played.
32)     </p>
Stefan Schuermans limit number of connections...

Stefan Schuermans authored 12 years ago

33)     <h3>Maximum Number of Connections</h3>
34)     <p>
35)       The maximum number of simultaneous connections can be limited
36)       by writing the limit to the file <code>maxconn</code>.
37)       If this file does not exists, the number of simultaneous connections
38)       is not limited.
39)     </p>