<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 operatorconnections and allow the operator to select one of severalmodules to connect to by dialing a further number of the form<code>*12345678#</code>.When the called module closes the connection, the operatoris connected to the splitter again and can select the nextmodule to connect to.The empty number <code>*#</code> closes the incoming connection.</p><h2>Configuration</h2><p>The configuration of the operator connection splitter modulewith 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. viaa phone connection), a sound file can be requested to be played.(In case of the phone connection, this file is located on thephone 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 calledby 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 aboveresides in the subdirectory <code>extensions/12345678</code>.</p><p>The configuration inside an extension consists of the followingsettings:</p><h4>Module</h4><p>The file <code>module</code> contains the name of the module tocontact via an operator connection if the extension is called.The module name consists of two parts: <code>CLASS/NAME</class>