BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
906bf44
Branches
Tags
master
Blinker
doc
udp6phone.html
documentation of sync receiver
Stefan Schuermans
commited
906bf44
at 2014-01-03 17:09:12
udp6phone.html
Blame
History
Raw
<html> <head> <title>Blinker - UDPv6 Phone Connector</title> </head> <body> <h1>Blinker - UDPv6 Phone Connector</h1> <p> The UDPv6 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 UDPv6 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 IPv6 address and the port, i.e. a string <code>[<IPv6>]:<port></code> (hostnames are not supported). If the local address should be determined automatically, the file can contain <code>[::]:0</code>. </p> <h3>Server Address</h3> <p> The file <code>server</code> contains the address of the EBIP server as a string <code>[<IPv6>]:<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>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>