forked from kamailio/kamailio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathISSUES
172 lines (163 loc) · 7.06 KB
/
ISSUES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
#
# $Id$
#
This is a collection of issues which have shown up
since the version 0.8.8 was released. The issues are
ordered by numbers of ser versions to which they relate,
beginning with the newest release. Issues related to
operating systems are summarized in the bottom.
---------------------------------------------------------------
Desc: on sparc machines, usage of mysql library causes a bus error
Ser version: 0.8.10
Reason: ser is compiled with DBG_QM_MALLOC, which mistakenly uses
only alignment of four (ROUNDTO) -- insufficient for sparc
boxes, mysql library uses long long
Workaround: recompile with DBG_QM_MALLOC turned off or ROUNDTO redefined
to 8
CVS status: fixed
---------------------------------------------------------------
Desc: nonce validation doesn't work correctly on big endian machines.
BugId: 498
Ser version: 0.8.10
Patch: http://iptel.org/~janakj/nonce.c.patch
Workaround: Apply the patch to 0.8.10 sources
CVS status: fixed
---------------------------------------------------------------
Desc: ser 0.8.10 reports No memory left when an INVITE containing Route
header fields is received.
BugId:n/a
Ser version: 0.8.10
Patch: http://iptel.org/~janakj/invroute.patch
Workaround: Apply the patch to 0.8.10 sources
CVS status: fixed
---------------------------------------------------------------
Desc: ser 0.8.10 fails to remove consumed verified credentials properly
and leaves characters in forwarded messages when consume_credentials
is used
BugId:n/a
Ser version: 0.8.10
Module: http://www.iptel.org/~jiri/ser/auth.tar.gz
Workaround: compile the auth module newly from sources above or
don't remove credentials (they only harm in terms of
packet size)
CVS status: fixed
---------------------------------------------------------------
Desc: ser 0.8.10 and earlier versions crash if contact list
excessively long
BugId: n/a
Ser version: 0.8.8, 0.8.9, 0.8.10
Patch: http://www.iptel.org/ser/security/secalert-002-0_8_10.patch
Workaround: apply the patch to 0.8.10 sources
CVS status: fixed
---------------------------------------------------------------
Desc: ser 0.8.10 won't compile with bison 1.75
BugId: n/a
Ser version: 0.8.8, 0.8.9, 0.8.10
Patch:
0.8.10 http://www.mobile-ip.de/~andrei/ser/0.8.10/ser-0.8.10-bison-1.75.patch
0.8.9 http://www.mobile-ip.de/~andrei/ser/0.8.9/ser-0.8.9-bison-1.75.patch
Workaround: update from cvs, apply the corresponding patch or downgrade bison
CVS status: fixed
---------------------------------------------------------------
=================================================================================
* ser 0.8.10 released, all the issues below this are fixed in ser 0.8.10, all the
* issues above are not :-)
=================================================================================
Desc: ser 0.8.9 won't log to stderr or syslog unless dontfork is set
(introduced when trying to fix bug 376)
BugId: n/a
Ser version: =0.8.9 (0.8.8 is ok)
Patch: http://www.mobile-ip.de/~andrei/ser/0.8.9/ser-0.8.9_log.patch
Workaround: update from cvs or apply the patch.
CVS status: fixed
---------------------------------------------------------------
Desc: local domain mismatch resulting in infinite loops
(With default configuration and domain names in a request
URI's, ser may not match "owned domain" in the
script's uri==myself condition, consider the request to
be for outside domain, and forward it to itself, resulting
in an infinite loop and "482" returned back to UAC.)
BugId: n/a
Reason: aliases do not support reverse DNS lookups yet
Workaround: Start ser with "alias=hostname" in config file
CVS status: fixed
---------------------------------------------------------------
Desc: sendto problems on FreeBSD
(when using tm sendto fails because of bad sockaddr len passed
to it)
BugId: n/a
Workaround: update from cvs or apply the following patch:
http://www.mobile-ip.de/~andrei/ser/0.8.9/update_sock_struct_from_ip.patch
CVS status: fixed
---------------------------------------------------------------
Desc: full ipv6 addresses (w/o ::) are converted to 0:0:0:0:0:0:0
(ser will listen on :: instead of the specified address)
BugId: n/a
Workaround: use ipv6 addresses w/ :: or compile ser without -DDNS_IP_HACK
(Makefile.defs).
CVS status: fixed
================================================================================
* ser 0.8.9 released, all the issues below this are fixed in ser 0.8.9, all the
* issues above are not :-)
================================================================================
Desc: in default configuration, SER prints '127.0.0.1' in
Warning header field of all replies
BugId: 372
Workaround: use listen=<ip_address> in your configuration file;
that will make SER listen only on one interface (and not
on '127.0.0.1' in parallel) and advertise correct IP
address
Bug reason: multiple listening address ignored in message
translator
CVS status: fixed
---------------------------------------------------------------
Desc: serctl add ... returns "user exists"
BugId: 374
Workaround: either use serweb for addding new users or update
the serctl utility from CVS; the fixed version is at
http://www.iptel.org/ser/issues/374/
Bug reason: phplib_id ignored in sc
CVS Status: fixed
---------------------------------------------------------------
Desc: SMS, MSILO & JABBER modules fail to load because of unresolved
dependency on im.so
BugId: 375
Workaround: change the makefiles & recompile
Bug reason: removal of RTLD_GLOBAL from dlopen.
CVS status: fixed
---------------------------------------------------------------
Desc: when forking & std_error=yes no open FD is closed
BugId: 376
CVS status: fixed
---------------------------------------------------------------
Desc: exec module missing in binary RPM distro
BugId: -
CVS status: fixed
Workaround: compile from source distribution
---------------------------------------------------------------
Desc: when debug=3 & iptel.cfg is used mysql module fails in submit_query.
Workaround: use debug=9 or use log_stderr
Reason: unknown
BugId: 377
Cvs status: not fixed
================================================================================
* OS-related issues
================================================================================
----------------------------------------------------------------
Desc: ser won't run on linux kernels <2.4 (fails with EINVAL when
intializing the shared memory)
BugId: n/a
Ser version: 0.8.8, 0.8.9, 0.8.10
Workaround: Upgrade to a 2.4.* kernel (older kernels don't support shared
mmaping of /dev/zero ) or recompile ser with SYSV shm instead of
mmap (remove -DSHM_MMAP from Makefile.defs)
CVS status: n/a
---------------------------------------------------------------
Desc: Solaris resolver memory leak
(getipnodebyname on Solaris has a memory leak. unpatched
solaris 8 installations will fail after processing
~ 360000 requests)
BugId: n/a
CVS status: n/a
Workaround: patch your Solaris OS
---------------------------------------------------------------