forked from OpenSIPS/opensips
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
168 lines (86 loc) · 4.08 KB
/
Copy pathChangeLog
File metadata and controls
168 lines (86 loc) · 4.08 KB
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
2009-08-26 10:41:27 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [6025] :
backport from trunk (rev #6023 + #6024)
-fixes SNMP memory leaks
2009-08-21 18:16:53 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [6010] :
backport from trunk (rev 6009):
- fixed bogus computation of GW URI.
- fixed double alloc.
Closes bug #2841905.
2009-08-21 17:49:32 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [6008] :
backport from trunk (rev #6007):
- fixed DNS-based failover -> do not add the destination as branch, but directly into the RURI.
2009-08-21 15:55:28 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [6005] :
- added nathelper table as default table to be created.
Closes 2841503.
2009-08-20 19:17:26 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [6001] :
backport from trunk (rev #6000):
- fixed getting the size of dialog profile - do not count dialogs in DELETED state.
2009-08-19 10:12:48 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [5983] :
backport from trunk (rev 5982)
- better docs
Closes bug #2836978.
Credits got to Flavio Goncalves
2009-08-13 15:12:21 Irina-Maria Stanescu <ironmissy at gmail dot com>
* [5949] :
fixed small memory leak
2009-08-06 21:43:22 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [5941] :
backport from trunk (rev #5940):
- fixed bug in extracting the body - the CT hdr may be missing
2009-08-06 12:21:07 Anca Vamanu, <anca at voice-system dot ro>
* [5938] :
- fixed some locking problems (reported by Piotr Sobolewski)
2009-08-04 19:45:55 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [5933] :
backport from trunk (rev #5916):
- fixed setting default values for SIP port and proto when greaping for a socket; the function ignore the port / proto if zero, but the parsing functions set them to 0 if they do not exist (in uris).
Closes bug id #2827960
Credits go to Peter Baer.
2009-08-04 17:52:04 Anca Vamanu, <anca at voice-system dot ro>
* [5932] :
- backport from trunk rev 5930
- updated the function that parsed auid to include pidf-manipulation and resource-list (reported by Inaki Baz Castillo)
2009-08-04 17:45:00 Anca Vamanu, <anca at voice-system dot ro>
* [5931] :
- backport from trunk - revision 5924
- fixed loosing state: introduced a locking mechanism to prevent sending a new Publish before the reply for a previous one is received (thanks to Piotr Sobolewski <sobolewski at gmail dot com> for help with debugging)
2009-07-29 20:50:31 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [5919] :
Backport from trunk (rev #5918):
- fixed proper free at destroy time of the inter proc buffers.
Closes bug #2828969.
Credits go to Christophe Sollet.
2009-07-22 10:10:16 Dan Pascu <dan at ag-projects dot com>
* [5910] :
Rollback changes made in revision #5804
The checks are unnecessary and they only hide the error by no longer sending
keepalive messages to the affected endpoints. In reality contact->uri should
always be sip:IP:port so no extra checks are required. The port is always
present even when default and the uri is built from the msg->rcv structure
so it doesn't depend on any user setting from the script.
In the end the segfault cause has proven to be in the sdp parser code that
corrupted the shared memory.
2009-07-21 12:00:34 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [5905] :
backport from trunk (rev #5904):
- fixed bug in iterating through an array of integers for checking the flags.
Reported by Bobby Smith
2009-07-20 21:39:29 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [5900] :
updated the freebsd port to 1.5.2
Credits go to Michal Buchtik
Closes patch #2823714
2009-07-20 19:42:27 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [5899] :
backport from trunk (rev #5898):
- fixed improper len calculation for postgres NULL token.
Closes bug #2823259
2009-07-20 15:54:49 Bogdan-Andrei Iancu, <bogdan at voice-system dot ro>
* [5892] :
- fixed bogus len calculation of the sdp cloning -> mem overflow.