BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
145f2b9
Branches
Tags
master
Blinker
doc
udp4phone.html
rename "module" to "target"
Stefan Schuermans
commited
145f2b9
at 2019-05-04 14:39:12
udp4phone.html
Blame
History
Raw
<html> <head> <title>Blinker - UDPv4 Phone Connector</title> </head> <body> <h1>Blinker - UDPv4 Phone Connector</h1> <p> The UDPv4 phone connector module provides an interface between an external phone interface (using EBIP protocol) and the internal operator connections. The calls coming in over EBIP, can be accepted depedning on the called number and forwarded to different modules over operator connections. </p> <h2>Configuration</h2> <p> The configuration of the UDPv4 phone connector module with name <code>NAME</code> is located in the <code>udp4phones/NAME</code> subdirectory. </p> <h3>Bind Address</h3> <p> The file <code>bind</code> contains the local address to bind to. It must contain the IP address and the port, i.e. a string <code><IP>:<port></code> (hostnames are not supported). If the local address should be determined automatically, the file can contain <code>0.0.0.0:0</code>. </p> <h3>Server Address</h3> <p> The file <code>server</code> contains the address of the EBIP server as a string <code><IP>:<port></code> (hostnames are not supported). <br> The phone connector module will register with this server and accept incoming calls. </p> <h3>Extensions / Phone Numbers</h3> <p> The virtual extensions (i.e. phone numbers) that can be called via EBIP are configured in the subdirectory <code>extensions</code>. <br> Each extension is configured in its own subdirectory. E.g. the configuration for the extension with the phone number <code>12345678</code> resides in the subdirectory <code>extensions/12345678</code>. </p> <p> The configuration inside an extension consists of the following settings: </p> <h4>Target Operator Connection Slot</h4> <p> The file <code>target</code> contains the name of the operator interface to contact via an operator connection if the extension is called. </p> </body> </html>