1
|
1
|
new file mode 100644
|
...
|
...
|
@@ -0,0 +1,35 @@
|
|
1
|
+#
|
|
2
|
+# $Id$
|
|
3
|
+#
|
|
4
|
+
|
|
5
|
+This is a collection of issues which have shown up
|
|
6
|
+since the version 0.8.8 was released.
|
|
7
|
+
|
|
8
|
+---------------------------------------------------------------
|
|
9
|
+Desc: in default configuration, SER prints '127.0.0.1' in
|
|
10
|
+ Warning header field of all replies
|
|
11
|
+BugId: 372
|
|
12
|
+Workaround: use listen=<ip_address> in your configuration file;
|
|
13
|
+ that will make SER listen only on one interface (and not
|
|
14
|
+ on '127.0.0.1' in parallel) and advertise correct IP
|
|
15
|
+ address
|
|
16
|
+Bug reason: multiple listening address ignored in message
|
|
17
|
+ translator
|
|
18
|
+CVS status: fixed
|
|
19
|
+---------------------------------------------------------------
|
|
20
|
+Desc: serctl add ... returns "user exists"
|
|
21
|
+BugId: 374
|
|
22
|
+Workaround: either use serweb for addding new users or update
|
|
23
|
+ the serctl utility from CVS; the fixed version is at
|
|
24
|
+ http://www.iptel.org/ser/issues/374/
|
|
25
|
+Bug reason: phplib_id ignored in sc
|
|
26
|
+CVS Status: fixed
|
|
27
|
+---------------------------------------------------------------
|
|
28
|
+Desc: SMS module fails to load because of unresolved dependency
|
|
29
|
+ on im.so
|
|
30
|
+BugId: 375
|
|
31
|
+Workaround: ? use source distribution, change modules/sms/Makefile
|
|
32
|
+ line with LIBS to "LIBS=" and recompile using make modules ?
|
|
33
|
+Bug reason: ? historical left-over in sms/Makefile?
|
|
34
|
+CVS status: not fixed yet
|
|
35
|
+---------------------------------------------------------------
|