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
f5899858
Commit
f5899858
authored
4 years ago
by
Asterisk Development Team
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGES and UPGRADE.txt for 18.0.0
parent
5a49757e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES
+22
-0
22 additions, 0 deletions
CHANGES
doc/CHANGES-staging/logger_format.txt
+0
-12
0 additions, 12 deletions
doc/CHANGES-staging/logger_format.txt
doc/CHANGES-staging/pjsip_send_session_refresh.txt
+0
-4
0 additions, 4 deletions
doc/CHANGES-staging/pjsip_send_session_refresh.txt
with
22 additions
and
16 deletions
CHANGES
+
22
−
0
View file @
f5899858
...
...
@@ -12,6 +12,28 @@
===
==============================================================================
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 17.0.0 to Asterisk 18.0.0 ------------
------------------------------------------------------------------------------
chan_pjsip
------------------
* The PJSIP_SEND_SESSION_REFRESH dialplan function now issues a warning, and
returns unsuccessful if it's used on a channel prior to answering.
logger
------------------
* Added a new log formatter called "plain" that always prints
file, function and line number if available (even for verbose
messages) and never prints color control characters. Most
suitable for file output but can be used for other channels
as well.
You use it in logger.conf like so:
debug => [plain]debug
console => [plain]error,warning,debug,notice,pjsip_history
messages => [plain]warning,error,verbose
------------------------------------------------------------------------------
--- New functionality introduced in Asterisk 18.0.0 --------------------------
------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
doc/CHANGES-staging/logger_format.txt
deleted
100644 → 0
+
0
−
12
View file @
5a49757e
Subject: logger
Added a new log formatter called "plain" that always prints
file, function and line number if available (even for verbose
messages) and never prints color control characters. Most
suitable for file output but can be used for other channels
as well.
You use it in logger.conf like so:
debug => [plain]debug
console => [plain]error,warning,debug,notice,pjsip_history
messages => [plain]warning,error,verbose
This diff is collapsed.
Click to expand it.
doc/CHANGES-staging/pjsip_send_session_refresh.txt
deleted
100644 → 0
+
0
−
4
View file @
5a49757e
Subject: chan_pjsip
The PJSIP_SEND_SESSION_REFRESH dialplan function now issues a warning, and
returns unsuccessful if it's used on a channel prior to answering.
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