... | ... |
@@ -1,86 +1,5 @@ |
1 | 1 |
# $Id$ |
2 | 2 |
|
3 |
-List of currently available ser modules |
|
4 |
-Name Use Maturity Purpose/Depends on |
|
5 |
-(owner) |
|
6 |
-acc regular stable transaction accounting |
|
7 |
-(jku) /example (the module servers also |
|
8 |
- as example of how to bind |
|
9 |
- to transaction management) |
|
10 |
- -tm |
|
11 |
- |
|
12 |
-auth regular stable digest authentication |
|
13 |
-(jja) -sl |
|
14 |
- -mysql |
|
15 |
- |
|
16 |
-cpl experimental alpha Call Processing Language |
|
17 |
-(bia) |
|
18 |
- |
|
19 |
-ext experimental alpha Execution of external URI |
|
20 |
-(bia) processing logic |
|
21 |
- |
|
22 |
-exec experimental beta Execution of external URI |
|
23 |
-(jku) processing logic |
|
24 |
- |
|
25 |
-im temporary alpha Stateless instant messaging |
|
26 |
-(bia) client |
|
27 |
- |
|
28 |
-jabber experimental beta SIP2Jabber gateway |
|
29 |
-(dcm) |
|
30 |
- |
|
31 |
-maxfwd regular stable Max-Forwards check |
|
32 |
-(bia) |
|
33 |
- |
|
34 |
-msilo experimental beta Message store |
|
35 |
-(dcm) -tm |
|
36 |
- -mysql |
|
37 |
- |
|
38 |
-mysql regular stable supporting MySql interface |
|
39 |
-(jja) |
|
40 |
- |
|
41 |
-pa experimental alpha presence agent |
|
42 |
-(jja) |
|
43 |
- |
|
44 |
-pike experimental alpha excessive load detection |
|
45 |
-(bia) |
|
46 |
- |
|
47 |
-print example stable Printing Message to stdout |
|
48 |
-(ape) |
|
49 |
- |
|
50 |
-radius_acc exper. beta Reporting to radius server |
|
51 |
-(ssi) |
|
52 |
- |
|
53 |
-radius_auth exper. beta Authentication by a radius server |
|
54 |
-(ssi) |
|
55 |
- |
|
56 |
-registrar regular stable User Registrar |
|
57 |
-(jja) -mysql, sl |
|
58 |
- |
|
59 |
-rr regular stable Record-Routing |
|
60 |
-(jja) |
|
61 |
- |
|
62 |
-sl regular stable Stateless Replies |
|
63 |
-(bia) |
|
64 |
- |
|
65 |
-snmp experimental alpha SNMP Management |
|
66 |
-(rba) |
|
67 |
- |
|
68 |
-sms regular stable SMS gateway |
|
69 |
-(bia) -tm |
|
70 |
- |
|
71 |
-textops regular stable Message Textual Operations |
|
72 |
-(ape) |
|
73 |
- |
|
74 |
-tm regular beta Transaction Management |
|
75 |
-(jku) |
|
76 |
- |
|
77 |
-usrloc regular stable User Location |
|
78 |
-(jja) -sl |
|
79 |
- -mysql (optionally) |
|
80 |
- |
|
81 |
- |
|
82 | 3 |
Use tells how deployable a module is. Regular indicates |
83 | 4 |
we deploy and use this feature in our infrastructure. |
84 | 5 |
Experimental tells we are still gaining operation experience. |
... | ... |
@@ -97,3 +16,174 @@ Modules underway include presence server functionality, |
97 | 16 |
firewall control, message store and more. If you are |
98 | 17 |
interested in any of these or other modules, write us |
99 | 18 |
to info@iptel.org. |
19 |
+ |
|
20 |
+List of currently available ser modules: |
|
21 |
+ |
|
22 |
+Name: acc |
|
23 |
+Owner: jiri |
|
24 |
+Use: regular |
|
25 |
+Maturity: stable |
|
26 |
+Depends on: tm |
|
27 |
+Purpose: Transaction accounting/example (the module server also as an |
|
28 |
+ example of how to bind to transaction management) |
|
29 |
+ |
|
30 |
+Name: auth |
|
31 |
+Owner: janakj |
|
32 |
+Use: regular |
|
33 |
+Maturity: stable |
|
34 |
+Depends on: sl mysql |
|
35 |
+Purpose: Digest authentication and related things |
|
36 |
+ |
|
37 |
+Name: cpl |
|
38 |
+Owner: bogdan |
|
39 |
+Use: experimental |
|
40 |
+Maturity: alpha |
|
41 |
+Depends on: - |
|
42 |
+Purpose: Call Processing Language |
|
43 |
+ |
|
44 |
+Name: domain |
|
45 |
+Owner: jih |
|
46 |
+Use: experimental |
|
47 |
+Maturity: beta |
|
48 |
+Depends on: mysql |
|
49 |
+Purpose: Local domain lists and related functions |
|
50 |
+ |
|
51 |
+Name: enum |
|
52 |
+Owner: jih |
|
53 |
+Use: experimental |
|
54 |
+Maturity: beta |
|
55 |
+Depends on: - |
|
56 |
+Purpose: Enum support |
|
57 |
+ |
|
58 |
+Name: ext |
|
59 |
+Owner: bogdan |
|
60 |
+Use: experimental |
|
61 |
+Maturity: alpha |
|
62 |
+Depends on: - |
|
63 |
+Purpose: Execution of external URI processing logic |
|
64 |
+ |
|
65 |
+Name: exec |
|
66 |
+Owner: jiri |
|
67 |
+Use: experimental |
|
68 |
+Maturity: beta |
|
69 |
+Depends on: - |
|
70 |
+Purpose: Execution of external URI processing logic |
|
71 |
+ |
|
72 |
+Name: jabber |
|
73 |
+Owner: dcm |
|
74 |
+Use: experimental |
|
75 |
+Maturity: beta |
|
76 |
+Depends on: mysql tm |
|
77 |
+Purpose: SIMPLE 2 Jabber gateway |
|
78 |
+ |
|
79 |
+Name: maxfwd |
|
80 |
+Owner: bogdan |
|
81 |
+Use: regular |
|
82 |
+Maturity: stable |
|
83 |
+Depends on: - |
|
84 |
+Purpose: Max-Forwards check |
|
85 |
+ |
|
86 |
+Name: msilo |
|
87 |
+Owner: dcm |
|
88 |
+Use: experimental |
|
89 |
+Maturity: beta |
|
90 |
+Depends on: mysql tm |
|
91 |
+Purpose: Message store |
|
92 |
+ |
|
93 |
+Name: mysql |
|
94 |
+Owner: janakj |
|
95 |
+Use: regular |
|
96 |
+Maturity: stable |
|
97 |
+Depends on: - |
|
98 |
+Purpose: supporting MySQL interface |
|
99 |
+ |
|
100 |
+Name: pa |
|
101 |
+Owner: janakj |
|
102 |
+Use: experimental |
|
103 |
+Maturity: alpha |
|
104 |
+Depends on: tm (usrloc jabber) |
|
105 |
+Purpose: Presence agent |
|
106 |
+ |
|
107 |
+Name: pike |
|
108 |
+Owner: bogdan |
|
109 |
+Use: experimental |
|
110 |
+Maturity: alpha |
|
111 |
+Depends on: - |
|
112 |
+Purpose: Excessive load detection |
|
113 |
+ |
|
114 |
+Name: print |
|
115 |
+Owner: andrei |
|
116 |
+Use: example |
|
117 |
+Maturity: stable |
|
118 |
+Depends on: - |
|
119 |
+Purpose: Printing messages to stdout |
|
120 |
+ |
|
121 |
+Name: radius_acc |
|
122 |
+Owner: ssi |
|
123 |
+Use: experimental |
|
124 |
+Maturity: beta |
|
125 |
+Depends on: tm |
|
126 |
+Purpose: radius accounting |
|
127 |
+ |
|
128 |
+Name: radius_auth |
|
129 |
+Owner: ssi |
|
130 |
+Use: experimental |
|
131 |
+Maturity: beta |
|
132 |
+Depends on: auth |
|
133 |
+Purpose: radius authentication |
|
134 |
+ |
|
135 |
+Name: registrar |
|
136 |
+Owner: janakj |
|
137 |
+Use: regular |
|
138 |
+Maturity: stable |
|
139 |
+Depends on: usrloc sl |
|
140 |
+Purpose: Registrar |
|
141 |
+ |
|
142 |
+Name: rr |
|
143 |
+Owner: janakj |
|
144 |
+Use: regular |
|
145 |
+Maturity: stable |
|
146 |
+Depends on: - |
|
147 |
+Purpose: Routing and Record-Routing |
|
148 |
+ |
|
149 |
+Name: sl |
|
150 |
+Owner: bogdan |
|
151 |
+Use: regular |
|
152 |
+Maturity: stable |
|
153 |
+Depends on: - |
|
154 |
+Purpose: Stateless replies |
|
155 |
+ |
|
156 |
+Name: snmp |
|
157 |
+Owner: ric |
|
158 |
+Use: experimental |
|
159 |
+Maturity: alpha |
|
160 |
+Depends on: - |
|
161 |
+Purpose: SNMP Management |
|
162 |
+ |
|
163 |
+Name: sms |
|
164 |
+Owner: bogdan |
|
165 |
+Use: regular |
|
166 |
+Maturity: stable |
|
167 |
+Depends on: tm |
|
168 |
+Purpose: SMS gateway |
|
169 |
+ |
|
170 |
+Name: textops |
|
171 |
+Owner: andrei |
|
172 |
+Use: regular |
|
173 |
+Maturity: stable |
|
174 |
+Depends on: - |
|
175 |
+Purpose: Message Textual Operations |
|
176 |
+ |
|
177 |
+Name: tm |
|
178 |
+Owner: jiri |
|
179 |
+Use: regular |
|
180 |
+Maturity: beta |
|
181 |
+Depends on: - |
|
182 |
+Purpose: Transaction Management |
|
183 |
+ |
|
184 |
+Name: usrloc |
|
185 |
+Owner: janakj |
|
186 |
+Use: regular |
|
187 |
+Maturity: stable |
|
188 |
+Depends on: mysql sl |
|
189 |
+Purpose: User location support |