BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
b245eca
Branches
Tags
master
Blinker
doc
opsplitter.html
implemnted operator connection splitter
Stefan Schuermans
commited
b245eca
at 2011-12-23 13:38:06
opsplitter.html
Blame
History
Raw
<html> <head> <title>Blinker - Operator Connection Splitter</title> </head> <body> <h1>Blinker - Operator Connection Splitter</h1> <p> The operator connection splitter is a module to accept operator connections and allow the operator to select one of several modules to connect to by dialing a further number of the form <code>*12345678#</code>. When the called module closes the connection, the operator is connected to the splitter again and can select the next module to connect to. The empty number <code>*#</code> closes the incoming connection. </p> <h2>Configuration</h2> <p> The configuration of the operator connection splitter module with name <code>NAME</code> is located in the <code>opsplitters/NAME</code> subdirectory. </p> <h3>Sound File</h3> <p> While an operator is connected to the splitter module (e.g. via a phone connection), a sound file can be requested to be played. (In case of the phone connection, this file is located on the phone server.) The name of the sound to request is contained in the file <code>sound</code>. If this file does not exists, no sound is requested to be played. </p> <h3>Extensions / Phone Numbers</h3> <p> The virtual extensions (i.e. phone numbers) that can be called by dialing a number of the form <code>*12345678#</code> are configured in the subdirectory <code>extensions</code>. <br> Each extension is configured in its own subdirectory. E.g. the configuration for the number mentioned above resides in the subdirectory <code>extensions/12345678</code>. </p> <p> The configuration inside an extension consists of the following settings: </p> <h4>Module</h4> <p> The file <code>module</code> contains the name of the module to contact via an operator connection if the extension is called. The module name consists of two parts: <code>CLASS/NAME</class> E.g. to connect to the operator connection printer named <code>debug</code>, the file has to contain <code>opprinters/debug</code> as module name. </p> </body> </html>