145f2b998a952e2e24121330189e091d84def84b
Stefan Schuermans documentation for operator...

Stefan Schuermans authored 12 years ago

1) <html>
2)   <head>
3)     <title>Blinker - UDPv4 Phone Connector</title>
4)   </head>
5)   <body>
6)     <h1>Blinker - UDPv4 Phone Connector</h1>
7)     <p>
8)       The UDPv4 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 UDPv4 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.
24)       It must contain the IP address and the port, i.e. a string
25)       <code>&lt;IP&gt;:&lt;port&gt;</code> (hostnames are not supported).
26)       If the local address should be determined automatically, the file
27)       can contain <code>0.0.0.0:0</code>.
28)     </p>
29)     <h3>Server Address</h3>
30)     <p>
31)       The file <code>server</code> contains the address of the EBIP server
32)       as a string <code>&lt;IP&gt;:&lt;port&gt;</code>
33)       (hostnames are not supported).
34)       <br>
35)       The phone connector module will register with this server and
36)       accept incoming calls.
37)     </p>
38)     <h3>Extensions / Phone Numbers</h3>
39)     <p>
40)       The virtual extensions (i.e. phone numbers) that can be called via EBIP
41)       are configured in the subdirectory <code>extensions</code>.
42)       <br>
43)       Each extension is configured in its own subdirectory.
44)       E.g. the configuration for the extension with the phone number
45)       <code>12345678</code> resides in the subdirectory
46)       <code>extensions/12345678</code>.
47)     </p>
48)     <p>
49)       The configuration inside an extension consists of the following
50)       settings:
51)     </p>
Stefan Schuermans rename "module" to "target"

Stefan Schuermans authored 5 years ago

52)     <h4>Target Operator Connection Slot</h4>
Stefan Schuermans documentation for operator...

Stefan Schuermans authored 12 years ago

53)     <p>
Stefan Schuermans rename "module" to "target"

Stefan Schuermans authored 5 years ago

54)       The file <code>target</code> contains the name of the operator interface to