906bf44692d5b70d0518fe2ed044aef6a77e4a10
Stefan Schuermans IPv6 support

Stefan Schuermans authored 10 years ago

1) <html>
2)   <head>
3)     <title>Blinker - UDPv6 Phone Connector</title>
4)   </head>
5)   <body>
6)     <h1>Blinker - UDPv6 Phone Connector</h1>
7)     <p>
8)       The UDPv6 phone connector module provides an interface between an
9)       external phone interface (using EBIP protocol) and the internal
10)       operator connections.
11)       The calls coming in over EBIP, can be accepted depedning on the
12)       called number and forwarded to different modules over operator
13)       connections.
14)     </p>
15)     <h2>Configuration</h2>
16)     <p>
17)       The configuration of the UDPv6 phone connector module with name
18)       <code>NAME</code> is located in the <code>udp4phones/NAME</code>
19)       subdirectory.
20)     </p>
21)     <h3>Bind Address</h3>
22)     <p>
23)       The file <code>bind</code> contains the local address to bind to.
Stefan Schuermans documentation of sync receiver

Stefan Schuermans authored 10 years ago

24)       It must contain the IPv6 address and the port, i.e. a string
25)       <code>[&lt;IPv6&gt;]:&lt;port&gt;</code> (hostnames are not supported).
Stefan Schuermans IPv6 support

Stefan Schuermans authored 10 years ago

26)       If the local address should be determined automatically, the file
27)       can contain <code>[::]:0</code>.
28)     </p>
29)     <h3>Server Address</h3>
30)     <p>
31)       The file <code>server</code> contains the address of the EBIP server
Stefan Schuermans documentation of sync receiver

Stefan Schuermans authored 10 years ago

32)       as a string <code>[&lt;IPv6&gt;]:&lt;port&gt;</code>