Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
d24f6a7e
Commit
d24f6a7e
authored
1 year ago
by
Asterisk Development Team
Browse files
Options
Downloads
Patches
Plain Diff
Update for 18.19.0
parent
04e79a0c
No related branches found
Tags
18.19.0
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.version
+1
-1
1 addition, 1 deletion
.version
CHANGES.md
+1
-1
1 addition, 1 deletion
CHANGES.md
ChangeLogs/ChangeLog-18.19.0-rc2.md
+0
-62
0 additions, 62 deletions
ChangeLogs/ChangeLog-18.19.0-rc2.md
ChangeLogs/ChangeLog-18.19.0.md
+34
-73
34 additions, 73 deletions
ChangeLogs/ChangeLog-18.19.0.md
with
36 additions
and
137 deletions
.version
+
1
−
1
View file @
d24f6a7e
18.19.0
-rc2
18.19.0
This diff is collapsed.
Click to expand it.
CHANGES.md
+
1
−
1
View file @
d24f6a7e
ChangeLogs/ChangeLog-18.19.0-rc2.md
ChangeLogs/ChangeLog-18.19.0.md
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ChangeLogs/ChangeLog-18.19.0-rc2.md
deleted
100644 → 0
+
0
−
62
View file @
04e79a0c
Change Log for Release 18.19.0-rc2
========================================
Links:
----------------------------------------
-
[
Full ChangeLog
](
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-18.19.0-rc2.md
)
-
[
GitHub Diff
](
https://github.com/asterisk/asterisk/compare/18.19.0-rc1...18.19.0-rc2
)
-
[
Tarball
](
https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18.19.0-rc2.tar.gz
)
-
[
Downloads
](
https://downloads.asterisk.org/pub/telephony/asterisk
)
Summary:
----------------------------------------
-
app.h: Move declaration of ast_getdata_result before its first use
-
doc: Remove obsolete CHANGES-staging and UPGRADE-staging
User Notes:
----------------------------------------
Upgrade Notes:
----------------------------------------
Closed Issues:
----------------------------------------
-
#200: [bug]: Regression: In app.h an enum is used before its declaration.
Commits By Author:
----------------------------------------
-
### George Joseph (2):
-
doc: Remove obsolete CHANGES-staging and UPGRADE-staging
-
app.h: Move declaration of ast_getdata_result before its first use
Detail:
----------------------------------------
-
### app.h: Move declaration of ast_getdata_result before its first use
Author: George Joseph
Date: 2023-07-10
The ast_app_getdata() and ast_app_getdata_terminator() declarations
in app.h were changed recently to return enum ast_getdata_result
(which is how they were defined in app.c). The existing
declaration of ast_getdata_result in app.h was about 1000 lines
after those functions however so under certain circumstances,
a "use before declaration" error was thrown by the compiler.
The declaration of the enum was therefore moved to before those
functions.
Resolves: #200
-
### doc: Remove obsolete CHANGES-staging and UPGRADE-staging
Author: George Joseph
Date: 2023-07-10
This diff is collapsed.
Click to expand it.
ChangeLogs/ChangeLog-18.19.0
-rc1
.md
→
ChangeLogs/ChangeLog-18.19.0.md
+
34
−
73
View file @
d24f6a7e
Change Log for Release 18.19.0
-rc1
Change Log for Release 18.19.0
========================================
========================================
Links:
Links:
----------------------------------------
----------------------------------------
-
[
Full ChangeLog
](
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-18.19.0
-rc1
.md
)
-
[
Full ChangeLog
](
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-18.19.0.md
)
-
[
GitHub Diff
](
https://github.com/asterisk/asterisk/compare/18.18.1...18.19.0
-rc1
)
-
[
GitHub Diff
](
https://github.com/asterisk/asterisk/compare/18.18.1...18.19.0
)
-
[
Tarball
](
https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18.19.0
-rc1
.tar.gz
)
-
[
Tarball
](
https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18.19.0.tar.gz
)
-
[
Downloads
](
https://downloads.asterisk.org/pub/telephony/asterisk
)
-
[
Downloads
](
https://downloads.asterisk.org/pub/telephony/asterisk
)
Summary:
Summary:
----------------------------------------
----------------------------------------
-
app.h: Move declaration of ast_getdata_result before its first use
-
doc: Remove obsolete CHANGES-staging and UPGRADE-staging
-
.github: Updates for AsteriskReleaser
-
.github: Updates for AsteriskReleaser
-
app_voicemail: fix imap compilation errors
-
app_voicemail: fix imap compilation errors
-
res_musiconhold: avoid moh state access on unlocked chan
-
res_musiconhold: avoid moh state access on unlocked chan
...
@@ -100,74 +102,6 @@ User Notes:
...
@@ -100,74 +102,6 @@ User Notes:
Asterisk restart. This was fixed for non-realtime
Asterisk restart. This was fixed for non-realtime
queues in ASTERISK_25732.
queues in ASTERISK_25732.
-
### res_http_media_cache: Introduce options and customize
The res_http_media_cache module now attempts to load
configuration from the res_http_media_cache.conf file.
The following options were added:
*
timeout_secs
*
user_agent
*
follow_location
*
max_redirects
*
protocols
*
redirect_protocols
*
dns_cache_timeout_secs
-
### format_sln: add .slin as supported file extension
format_sln now recognizes '.slin' as a valid
file extension in addition to the existing
'.sln' and '.raw'.
-
### bridge_builtin_features: add beep via touch variable
Add optional touch variable : TOUCH_MIXMONITOR_BEEP(interval)
Setting TOUCH_MIXMONITOR_BEEP/TOUCH_MONITOR_BEEP to a valid
interval in seconds will result in a periodic beep being
played to the monitored channel upon MixMontior/Monitor
feature start.
If an interval less than 5 seconds is specified, the interval
will default to 5 seconds. If the value is set to an invalid
interval, the default of 15 seconds will be used.
-
### app_senddtmf: Add SendFlash AMI action.
The SendFlash AMI action now allows sending
a hook flash event on a channel.
-
### res_mixmonitor: MixMonitorMute by MixMonitor ID
It is now possible to specify the MixMonitorID when calling
the manager action: MixMonitorMute. This will allow an
individual MixMonitor instance to be muted via ID.
The MixMonitorID can be stored as a channel variable using
the 'i' MixMonitor option and is returned upon creation if
this option is used.
As part of this change, if no MixMonitorID is specified in
the manager action MixMonitorMute, Asterisk will set the mute
flag on all MixMonitor audiohooks on the channel. Previous
behavior would set the flag on the first MixMonitor audiohook
found.
-
### pbx_dundi: Add PJSIP support.
DUNDi now supports chan_pjsip. Outgoing calls using
PJSIP require the pjsip_outgoing_endpoint option
to be set in dundi.conf.
-
### test.c: Fix counting of tests and add 2 new tests
The "tests" attribute of the "testsuite" element in the
output XML now reflects only the tests actually requested
to be executed instead of all the tests registered.
The "failures" attribute was added to the "testsuite"
element.
Also added two new unit tests that just pass and fail
to be used for testing CI itself.
-
### cli: increase channel column width
This change increases the display width on 'core show channels'
amd 'core show channels verbose'
For 'core show channels', the Channel name field is increased to
64 characters and the Location name field is increased to 32
characters.
For 'core show channels verbose', the Channel name field is
increased to 80 characters, the Context is increased to 24
characters and the Extension is increased to 24 characters.
Upgrade Notes:
Upgrade Notes:
----------------------------------------
----------------------------------------
...
@@ -205,15 +139,20 @@ Closed Issues:
...
@@ -205,15 +139,20 @@ Closed Issues:
-
#155: [bug]: GCC 13 is catching a few new trivial issues
-
#155: [bug]: GCC 13 is catching a few new trivial issues
-
#158: [bug]: test_stasis_endpoints.c: Unit test channel_messages is unstable
-
#158: [bug]: test_stasis_endpoints.c: Unit test channel_messages is unstable
-
#174: [bug]: app_voicemail imap compile errors
-
#174: [bug]: app_voicemail imap compile errors
-
#200: [bug]: Regression: In app.h an enum is used before its declaration.
Commits By Author:
Commits By Author:
----------------------------------------
----------------------------------------
-
### Asterisk Development Team (2):
-
Update for 18.19.0-rc1
-
Update for 18.19.0-rc2
-
### Ben Ford (2):
-
### Ben Ford (2):
-
AMI: Add CoreShowChannelMap action.
-
AMI: Add CoreShowChannelMap action.
-
res_pjsip_session: Added new function calls to avoid ABI issues.
-
res_pjsip_session: Added new function calls to avoid ABI issues.
-
### George Joseph (2
1
):
-
### George Joseph (2
3
):
-
.github: Add cherry-pick reminder to new PRs
-
.github: Add cherry-pick reminder to new PRs
-
.github: Fix quoting in PROpenedOrUpdated
-
.github: Fix quoting in PROpenedOrUpdated
-
.github: Don't add cherry-pick reminder if it's already present
-
.github: Don't add cherry-pick reminder if it's already present
...
@@ -235,6 +174,8 @@ Commits By Author:
...
@@ -235,6 +174,8 @@ Commits By Author:
-
.github: Move publish docs to new file CreateDocs.yml
-
.github: Move publish docs to new file CreateDocs.yml
-
.github: Back out triggering PROpenedOrUpdated by label
-
.github: Back out triggering PROpenedOrUpdated by label
-
.github: Updates for AsteriskReleaser
-
.github: Updates for AsteriskReleaser
-
doc: Remove obsolete CHANGES-staging and UPGRADE-staging
-
app.h: Move declaration of ast_getdata_result before its first use
-
### Gitea (1):
-
### Gitea (1):
-
.github: Tweak new feature language, and move feature requests elsewhere.
-
.github: Tweak new feature language, and move feature requests elsewhere.
...
@@ -307,6 +248,26 @@ Commits By Author:
...
@@ -307,6 +248,26 @@ Commits By Author:
Detail:
Detail:
----------------------------------------
----------------------------------------
-
### app.h: Move declaration of ast_getdata_result before its first use
Author: George Joseph
Date: 2023-07-10
The ast_app_getdata() and ast_app_getdata_terminator() declarations
in app.h were changed recently to return enum ast_getdata_result
(which is how they were defined in app.c). The existing
declaration of ast_getdata_result in app.h was about 1000 lines
after those functions however so under certain circumstances,
a "use before declaration" error was thrown by the compiler.
The declaration of the enum was therefore moved to before those
functions.
Resolves: #200
-
### doc: Remove obsolete CHANGES-staging and UPGRADE-staging
Author: George Joseph
Date: 2023-07-10
-
### .github: Updates for AsteriskReleaser
-
### .github: Updates for AsteriskReleaser
Author: George Joseph
Author: George Joseph
Date: 2023-06-30
Date: 2023-06-30
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment