Newer
Older
2022-04-14 21:53 +0000 Asterisk Development Team <asteriskteam@digium.com>
2022-04-14 16:37 +0000 [94eac3c13c] Asterisk Development Team <asteriskteam@digium.com>
* Doing a fresh summary
2022-04-14 16:00 +0000 [3ca29c9554] Asterisk Development Team <asteriskteam@digium.com>
* Update for 18.11.2
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
2022-04-14 15:47 +0000 [1422d098e7] Asterisk Development Team <asteriskteam@digium.com>
* Update CHANGES and UPGRADE.txt for 18.11.2
2022-02-28 11:19 +0000 [353142a2b4] Ben Ford <bford@digium.com>
* AST-2022-002 - res_stir_shaken/curl: Add ACL checks for Identity header.
Adds a new configuration option, stir_shaken_profile, in pjsip.conf that
can be specified on a per endpoint basis. This option will reference a
stir_shaken_profile that can be configured in stir_shaken.conf. The type
of this option must be 'profile'. The stir_shaken option can be
specified on this object with the same values as before (attest, verify,
on), but it cannot be off since having the profile itself implies wanting
STIR/SHAKEN support. You can also specify an ACL from acl.conf (along
with permit and deny lines in the object itself) that will be used to
limit what interfaces Asterisk will attempt to retrieve information from
when reading the Identity header.
ASTERISK-29476
Change-Id: I87fa61f78a9ea0cd42530691a30da3c781842406
2022-01-07 08:50 +0000 [1fdb1a6edf] Ben Ford <bford@digium.com>
* AST-2022-001 - res_stir_shaken/curl: Limit file size and check start.
Put checks in place to limit how much we will actually download, as well
as a check for the data we receive at the start to ensure it begins with
what we would expect a certificate to begin with.
ASTERISK-29872
Change-Id: Ifd3c6b8bd52b8b6192a04166ccce4fc8a8000b46
2022-02-10 06:02 +0000 [88522c22aa] Joshua C. Colp <jcolp@sangoma.com>
* func_odbc: Add SQL_ESC_BACKSLASHES dialplan function.
Some databases depending on their configuration using backslashes
for escaping. When combined with the use of ' this can result in
a broken func_odbc query.
This change adds a SQL_ESC_BACKSLASHES dialplan function which can
be used to escape the backslashes.
This is done as a dialplan function instead of being always done
as some databases do not require this, and always doing it would
result in incorrect data being put into the database.
ASTERISK-29838
Change-Id: I152bf34899b96ddb09cca3e767254d8d78f0c83d
2022-03-29 21:46 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk 18.11.1 Released.
2022-03-25 09:33 +0000 [663b565647] George Joseph <gjoseph@digium.com>
* make_xml_documentation: Remove usage of get_sourceable_makeopts
get_sourceable_makeopts wasn't handling variables with embedded
double quotes in them very well. One example was the DOWNLOAD
variable when curl was being used instead of wget. Rather than
trying to fix get_sourceable_makeopts, it's just been removed.
ASTERISK-29986
Reported by: Stefan Ruijsenaars
Change-Id: Idf2a90902228c2558daa5be7a4f8327556099cd2
2022-03-25 14:00 +0000 [99fa792482] George Joseph <gjoseph@digium.com>
* Makefile: Disable XML doc validation
make_xml_documentation was being called with the --validate
flag set when it shouldn't have been. This was causing
build failures if neither xmllint nor xmlstarlet were installed.
The correct behavior is to simply print a message that either
one of those tools should be installed for validation and
continue with the build.
ASTERISK-29988
Change-Id: Idc6c44114e7dd3fadae183a4e22f4fdba0b8a645
2022-03-24 13:12 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk 18.11.0 Released.
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
2022-03-17 15:40 +0000 Asterisk Development Team <asteriskteam@digium.com>
* asterisk 18.11.0-rc1 Released.
2022-03-17 10:23 +0000 [5dd61a6e16] Asterisk Development Team <asteriskteam@digium.com>
* Update CHANGES and UPGRADE.txt for 18.11.0
2022-03-17 09:19 +0000 [81de525c6e] Ben Ford <bford@digium.com>
* AMI: Bump version for 18.11.0.
Change-Id: Ic15cfca9e68efd06a1b12ab2335d52a5890e7170
2022-02-18 03:19 +0000 [5b653b8a7b] Boris P. Korzun <drtr0jan@yandex.ru>
* res_config_pgsql: Add text-type column check in require_pgsql()
Omit "unsupported column type 'text'" warning in logs while
using text-type column in the PgSQL backend.
ASTERISK-29924 #close
Change-Id: I48061a7d469426859670db07f1ed8af1eb814712
2022-02-09 04:28 +0000 [3959d20ba5] Kfir Itzhak <mastertheknife@gmail.com>
* app_queue: Add QueueWithdrawCaller AMI action
This adds a new AMI action called QueueWithdrawCaller.
This AMI action makes it possible to withdraw a caller from a queue,
in a safe and a generic manner.
This can be useful for retrieving a specific call and
dispatching it to a specific extension.
It works by signaling the caller to exit the queue application
whenever it can. Therefore, it is not guaranteed
that the call will leave the queue.
ASTERISK-29909 #close
Change-Id: Ic15aa238e23b2884abdcaadff2fda7679e29b7ec
2022-02-08 16:58 +0000 [8666455bd8] Alexei Gradinari <alex2grad@gmail.com>
* res_pjsip_pubsub: update RLS to reflect the changes to the lists
This patch makes the Resource List Subscriptions (RLS) dynamic.
The asterisk updates the current subscriptions to reflect the changes
to the list on the subscriptions refresh. If list items are added,
removed, updated or do not exist anymore, the asterisk regenerates
the resource list.
ASTERISK-29906 #close
Change-Id: Icee8c00459a7aaa43c643d77ce6f16fb7ab037d3
2022-03-03 16:44 +0000 [9e74563a50] Kevin Harwell <kharwell@sangoma.com>
* AST-2022-006: pjproject - unconstrained malformed multipart SIP message
ASTERISK-29945 #close
Change-Id: Ic58957afc453195d53c2bd25c905df3d91d1abe6
2022-03-03 16:42 +0000 [742d265ff5] Kevin Harwell <kharwell@sangoma.com>
* AST-2022-005: pjproject - undefined behavior after freeing a dialog set
ASTERISK-29945 #close
Change-Id: Ia8ce6d82b115c82c1138747c72a0adcaa42b718c
2022-03-03 16:41 +0000 [fc160abb67] Kevin Harwell <kharwell@sangoma.com>
* AST-2022-004: pjproject - possible integer underflow on STUN message
ASTERISK-29945 #close
Change-Id: I721cd254e4f8aa6d3a97a37529cca53519694c54
2022-03-02 08:57 +0000 [b6e482becd] George Joseph <gjoseph@digium.com>
* xml.c, config,c: Add stylesheets and variable list string parsing
Added functions to open, close, and apply XML Stylesheets
to XML documents. Although the presence of libxslt was already
being checked by configure, it was only happening if xmldoc was
enabled. Now it's checked regardless.
Added ability to parse a string consisting of comma separated
name/value pairs into an ast_variable list. The reverse of
ast_variable_list_join().
Change-Id: I1e1d149be22165a1fb8e88e2903a36bba1a6cf2e
2022-03-01 10:58 +0000 [468441121d] George Joseph <gjoseph@digium.com>
* xmldoc: Fix issue with xmlstarlet validation
Loading
Loading full blame...