<html><head><title>Blinker - SIP Phone Connector</title></head><body><h1>Blinker - SIP Phone Connector</h1><p>The SIP phone connector module acts as SIP client and provides aninterface to the internal operator connections.Each module instance is a separate SIP client and can handle asingle call at a time. The incoming calls are connected to aninternal operator connector. Received DTMF tones are deliveredto the operator connection. Sound play requests received overthe operator connection are processed based on <code>*.wav</code>files in the <code>sounds</code> subdirectory, i.e., the sounds areplayed on the SIP connection if the file is found.</p><h2>Configuration</h2><p>The configuration of the SIP phone connector module with name<code>NAME</code> is located in the <code>sipphones/NAME</code>subdirectory.</p><h3>SIP Server Name</h3><p>The file <code>server</code> contains the host name of the SIPserver.<br>The SIP phone connector module will register with this server andaccept incoming calls (or reject them if another call is alreadyin progress).</p><h3>SIP User Name</h3><p>The file <code>username</code> contains the user name for the SIPconnection. It is used for authentication and to form the SIP identityby prepending it to the SIP server name (separated <code>@</code>).</p><h3>SIP Password</h3><p>The file <code>password</code> contains the password for the SIPauthentication. Please note that those files are not present inthe example configuration.</p><h3>Target Operator Connection Slot</h3><p>The file <code>target</code> contains the name of the operatorinterface to contact via an operator connection if the extensionis called.</p><h3>Sound Directory</h3>