From 57693c3d5059c69222378b798cacc4685b0985e6 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 5 Nov 2020 16:03:42 -0500 Subject: [PATCH] Update for 13.37.1 --- .version | 2 +- ChangeLog | 48 ++++++++ asterisk-13.37.0-summary.html | 63 ---------- asterisk-13.37.0-summary.txt | 223 ---------------------------------- asterisk-13.37.1-summary.html | 22 ++++ asterisk-13.37.1-summary.txt | 107 ++++++++++++++++ 6 files changed, 178 insertions(+), 287 deletions(-) delete mode 100644 asterisk-13.37.0-summary.html delete mode 100644 asterisk-13.37.0-summary.txt create mode 100644 asterisk-13.37.1-summary.html create mode 100644 asterisk-13.37.1-summary.txt diff --git a/.version b/.version index 121f7aedd7..bf5e39de3e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.37.0 \ No newline at end of file +13.37.1 \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index de09f3811b..3551e6b9ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2020-11-05 21:03 +0000 Asterisk Development Team + + * asterisk 13.37.1 Released. + +2020-11-02 10:29 +0000 [66737026ef] Ben Ford + + * AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit. + + If Asterisk sends out an INVITE and receives a challenge with a + different nonce value each time, it will continuously send out INVITEs, + even if the call is hung up. The endpoint must be configured for + outbound authentication for this to occur. A limit has been set on + outbound INVITEs so that, once reached, Asterisk will stop sending + INVITEs and the transaction will terminate. + + ASTERISK-29013 + + Change-Id: I2d001ca745b00ca8aa12030f2240cd72363b46f7 + (cherry picked from commit 01b7ac0d590b0ad2e3e856d1a81fc87154ae68a0) + +2020-10-19 17:21 +0000 [1f169177ed] Kevin Harwell + + * AST-2020-001 - res_pjsip: Return dialog locked and referenced + + pjproject returns the dialog locked and with a reference. However, + in Asterisk the method that handles this decrements the reference + and removes the lock prior to returning. This makes it possible, + under some circumstances, for another thread to free said dialog + before the thread that created it attempts to use it again. Of + course when the thread that created it tries to use a freed dialog + a crash can occur. + + This patch makes it so Asterisk now returns the newly created + dialog both locked, and with an added reference. This allows the + caller to de-reference, and unlock the dialog when it is safe to + do so. + + In the case of a new SIP Invite the lock, and reference are now + held for the entirety of the new invite handling process. + Otherwise it's possible for the dialog, or its dependent objects, + like the transaction, to disappear. For example if there is a TCP + transport error. + + ASTERISK-29057 #close + + Change-Id: I5ef645a47829596f402cf383dc02c629c618969e + (cherry picked from commit b87527b000af5e8e28bdc2657f11d4d4a6f07500) + 2020-10-19 18:10 +0000 Asterisk Development Team * asterisk 13.37.0 Released. diff --git a/asterisk-13.37.0-summary.html b/asterisk-13.37.0-summary.html deleted file mode 100644 index 95a707f101..0000000000 --- a/asterisk-13.37.0-summary.html +++ /dev/null @@ -1,63 +0,0 @@ -Release Summary - asterisk-13.37.0

Release Summary

asterisk-13.37.0

Date: 2020-10-19

<asteriskteam@digium.com>


Table of Contents

    -
  1. Summary
  2. -
  3. Contributors
  4. -
  5. Closed Issues
  6. -
  7. Other Changes
  8. -
  9. Diffstat
  10. -

Summary

[Back to Top]

This release is a point release of an existing major version. The changes included were made to address problems that have been identified in this release series, or are minor, backwards compatible new features or improvements. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous version are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.

The data in this summary reflects changes that have been made since the previous release, asterisk-13.36.0.


Contributors

[Back to Top]

This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release.

- - -
CodersTestersReporters
3 Sean Bright
3 Joshua C. Colp
2 Asterisk Development Team
2 George Joseph
2 Alexander Traud
1 Kfir Itzhak
1 Kevin Harwell
1 Torrey Searle
1 Patrick Verzele
1 Nickolay Shmyrev
1 Tzafrir Cohen
1 Dennis
1 Nickolay V. Shmyrev
1 Ramarajan
1 Ove Aursand
1 Thomas Johnson
1 Misha Vodsedalek
1 Torrey Searle
1 Kfir Itzhak
1 Joshua C. Colp
1 Karsten Wemheuer
1 Joseph Ades
1 Leandro Dardini

Closed Issues

[Back to Top]

This is a list of all issues from the issue tracker that were closed by changes that went into this release.

Bug

Category: Applications/app_queue

ASTERISK-25665: Duplicate logging in queue log for EXITEMPTY events
Reported by: Ove Aursand
    -
  • [0064aa0107] Kfir Itzhak -- app_queue: Fix leave-empty not recording a call as abandoned
  • -
ASTERISK-29043: app_queue: Leave empty sometimes not recorded as abandoned
Reported by: Kfir Itzhak
    -
  • [0064aa0107] Kfir Itzhak -- app_queue: Fix leave-empty not recording a call as abandoned
  • -

Category: Applications/app_voicemail

ASTERISK-29029: Voicemail "pollmailboxes"-option not working, bug in function handle_subscribe
Reported by: Karsten Wemheuer
    -
  • [4cc8d29fd3] Sean Bright -- app_voicemail: Fix pollmailboxes
  • -
ASTERISK-27273: app_voicemail: When a voicemail is marked as "Urgent", it is not sent by email/processed by the mailcmd command
Reported by: Leandro Dardini
    -
  • [273f819dfe] Sean Bright -- app_voicemail: Process urgent messages with mailcmd
  • -

Category: Channels/chan_pjsip

ASTERISK-28878: chan_pjsip: PJSIP_MEDIA_OFFER Broken asterisk 16
Reported by: Joseph Ades
    -
  • [bf139ff519] Kevin Harwell -- chan_pjsip: disallow PJSIP_SEND_SESSION_REFRESH pre-answer execution
  • -

Category: PBX/General

ASTERISK-29046: pbx: Deadlock when doing a reload, while simultaneously doing an ExtensionState on a pattern match hint that ends up adding an extension
Reported by: Ramarajan
    -
  • [e519d28fe0] Joshua C. Colp -- pbx: Fix hints deadlock between reload and ExtensionState.
  • -

Category: Resources/res_parking

ASTERISK-29042: res_parking: Parker UUID is no longer copied
Reported by: Misha Vodsedalek
    -
  • [dc6d3a746c] Joshua C. Colp -- parking: Copy parker UUID as well.
  • -

Category: Resources/res_pjsip_diversion

ASTERISK-29001: chan_pjsip does not process or forward 181 responses
Reported by: Torrey Searle
    -
  • [efb682c8f2] Torrey Searle -- res_pjsip_diversion: handle 181
  • -

Category: Resources/res_pjsip_session

ASTERISK-29033: res_pjsip_session: Aggressively terminates session on failed re-INVITE
Reported by: Joshua C. Colp
    -
  • [02dee3986a] Joshua C. Colp -- res_pjsip_session: Don't aggressively terminate on failed re-INVITE.
  • -

Category: Resources/res_rtp_asterisk

ASTERISK-28974: res_rtp_asterisk: T.140 messages have appended RTP string to each message block.
Reported by: Thomas Johnson
    -
  • [179530558d] Sean Bright -- bridge_channel: Ensure text messages are zero terminated
  • -

Category: Resources/res_speech

ASTERISK-29040: res_speech: Assertion on format
Reported by: Nickolay V. Shmyrev
    -
  • [fd49b4b43c] Nickolay Shmyrev -- res_speech: Bump reference on format object
  • -

Improvement

Category: Applications/app_followme

ASTERISK-29010: Allow disabling of FollowMe prompt
Reported by: Dennis
    -
  • [c111777756] Tzafrir Cohen -- followme: allow disabling callee prompt
  • -


Commits Not Associated with an Issue

[Back to Top]

This is a list of all changes that went into this release that did not reference a JIRA issue.

- - - - - - - - -
RevisionAuthorSummary
7a5b1ab47aAsterisk Development TeamUpdate for 13.37.0-rc1
8ccae31f5dAsterisk Development TeamUpdate CHANGES and UPGRADE.txt for 13.37.0
d649ab4a30Patrick Verzeleres_pjsip_session: Deferred re-INVITE without SDP send a=sendrecv instead of a=sendonly
bc615ee4c4George Josephast_coredumper: Fix issues with naming
384f2638b2Alexander Traudsip_nat_settings: Update script for latest Linux.
8055807be2Alexander Traudsamples: Fix keep_alive_interval default in pjsip.conf.
c7df06a077George Josephscope_trace: Updated macro stubs to match other branches

Diffstat Results

[Back to Top]

This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.

asterisk-13.36.0-summary.html          |   64 ---------
-asterisk-13.36.0-summary.txt           |  226 ---------------------------------
-b/.version                             |    2
-b/CHANGES                              |    9 +
-b/ChangeLog                            |  185 +++++++++++++++++++++++++--
-b/apps/app_followme.c                  |   90 ++++++++-----
-b/apps/app_queue.c                     |    1
-b/apps/app_voicemail.c                 |   30 +---
-b/asterisk-13.37.0-rc1-summary.html    |   66 +++++++++
-b/asterisk-13.37.0-rc1-summary.txt     |  224 ++++++++++++++++++++++++++++++++
-b/channels/pjsip/dialplan_functions.c  |    5
-b/configs/samples/followme.conf.sample |    8 +
-b/configs/samples/pjsip.conf.sample    |   10 -
-b/contrib/scripts/ast_coredumper       |    4
-b/contrib/scripts/sip_nat_settings     |   19 +-
-b/include/asterisk/frame.h             |    5
-b/include/asterisk/logger.h            |   81 ++++++++++-
-b/main/bridge_channel.c                |   37 +++++
-b/res/res_pjsip_diversion.c            |    6
-b/res/res_pjsip_session.c              |    5
-20 files changed, 694 insertions(+), 383 deletions(-)

\ No newline at end of file diff --git a/asterisk-13.37.0-summary.txt b/asterisk-13.37.0-summary.txt deleted file mode 100644 index 18811a617b..0000000000 --- a/asterisk-13.37.0-summary.txt +++ /dev/null @@ -1,223 +0,0 @@ - Release Summary - - asterisk-13.37.0 - - Date: 2020-10-19 - - - - ---------------------------------------------------------------------- - - Table of Contents - - 1. Summary - 2. Contributors - 3. Closed Issues - 4. Other Changes - 5. Diffstat - - ---------------------------------------------------------------------- - - Summary - - [Back to Top] - - This release is a point release of an existing major version. The changes - included were made to address problems that have been identified in this - release series, or are minor, backwards compatible new features or - improvements. Users should be able to safely upgrade to this version if - this release series is already in use. Users considering upgrading from a - previous version are strongly encouraged to review the UPGRADE.txt - document as well as the CHANGES document for information about upgrading - to this release series. - - The data in this summary reflects changes that have been made since the - previous release, asterisk-13.36.0. - - ---------------------------------------------------------------------- - - Contributors - - [Back to Top] - - This table lists the people who have submitted code, those that have - tested patches, as well as those that reported issues on the issue tracker - that were resolved in this release. For coders, the number is how many of - their patches (of any size) were committed into this release. For testers, - the number is the number of times their name was listed as assisting with - testing a patch. Finally, for reporters, the number is the number of - issues that they reported that were affected by commits that went into - this release. - - Coders Testers Reporters - 3 Sean Bright 1 Dennis - 3 Joshua C. Colp 1 Nickolay V. Shmyrev - 2 Asterisk Development Team 1 Ramarajan - 2 George Joseph 1 Ove Aursand - 2 Alexander Traud 1 Thomas Johnson - 1 Kfir Itzhak 1 Misha Vodsedalek - 1 Kevin Harwell 1 Torrey Searle - 1 Torrey Searle 1 Kfir Itzhak - 1 Patrick Verzele 1 Joshua C. Colp - 1 Nickolay Shmyrev 1 Karsten Wemheuer - 1 Tzafrir Cohen 1 Joseph Ades - 1 Leandro Dardini - - ---------------------------------------------------------------------- - - Closed Issues - - [Back to Top] - - This is a list of all issues from the issue tracker that were closed by - changes that went into this release. - - Bug - - Category: Applications/app_queue - - ASTERISK-25665: Duplicate logging in queue log for EXITEMPTY events - Reported by: Ove Aursand - * [0064aa0107] Kfir Itzhak -- app_queue: Fix leave-empty not recording a - call as abandoned - ASTERISK-29043: app_queue: Leave empty sometimes not recorded as abandoned - Reported by: Kfir Itzhak - * [0064aa0107] Kfir Itzhak -- app_queue: Fix leave-empty not recording a - call as abandoned - - Category: Applications/app_voicemail - - ASTERISK-29029: Voicemail "pollmailboxes"-option not working, bug in - function handle_subscribe - Reported by: Karsten Wemheuer - * [4cc8d29fd3] Sean Bright -- app_voicemail: Fix pollmailboxes - ASTERISK-27273: app_voicemail: When a voicemail is marked as "Urgent", it - is not sent by email/processed by the mailcmd command - Reported by: Leandro Dardini - * [273f819dfe] Sean Bright -- app_voicemail: Process urgent messages - with mailcmd - - Category: Channels/chan_pjsip - - ASTERISK-28878: chan_pjsip: PJSIP_MEDIA_OFFER Broken asterisk 16 - Reported by: Joseph Ades - * [bf139ff519] Kevin Harwell -- chan_pjsip: disallow - PJSIP_SEND_SESSION_REFRESH pre-answer execution - - Category: PBX/General - - ASTERISK-29046: pbx: Deadlock when doing a reload, while simultaneously - doing an ExtensionState on a pattern match hint that ends up adding an - extension - Reported by: Ramarajan - * [e519d28fe0] Joshua C. Colp -- pbx: Fix hints deadlock between reload - and ExtensionState. - - Category: Resources/res_parking - - ASTERISK-29042: res_parking: Parker UUID is no longer copied - Reported by: Misha Vodsedalek - * [dc6d3a746c] Joshua C. Colp -- parking: Copy parker UUID as well. - - Category: Resources/res_pjsip_diversion - - ASTERISK-29001: chan_pjsip does not process or forward 181 responses - Reported by: Torrey Searle - * [efb682c8f2] Torrey Searle -- res_pjsip_diversion: handle 181 - - Category: Resources/res_pjsip_session - - ASTERISK-29033: res_pjsip_session: Aggressively terminates session on - failed re-INVITE - Reported by: Joshua C. Colp - * [02dee3986a] Joshua C. Colp -- res_pjsip_session: Don't aggressively - terminate on failed re-INVITE. - - Category: Resources/res_rtp_asterisk - - ASTERISK-28974: res_rtp_asterisk: T.140 messages have appended RTP string - to each message block. - Reported by: Thomas Johnson - * [179530558d] Sean Bright -- bridge_channel: Ensure text messages are - zero terminated - - Category: Resources/res_speech - - ASTERISK-29040: res_speech: Assertion on format - Reported by: Nickolay V. Shmyrev - * [fd49b4b43c] Nickolay Shmyrev -- res_speech: Bump reference on format - object - - Improvement - - Category: Applications/app_followme - - ASTERISK-29010: Allow disabling of FollowMe prompt - Reported by: Dennis - * [c111777756] Tzafrir Cohen -- followme: allow disabling callee prompt - - ---------------------------------------------------------------------- - - Commits Not Associated with an Issue - - [Back to Top] - - This is a list of all changes that went into this release that did not - reference a JIRA issue. - - +------------------------------------------------------------------------+ - | Revision | Author | Summary | - |------------+----------------------+------------------------------------| - | 7a5b1ab47a | Asterisk Development | Update for 13.37.0-rc1 | - | | Team | | - |------------+----------------------+------------------------------------| - | 8ccae31f5d | Asterisk Development | Update CHANGES and UPGRADE.txt for | - | | Team | 13.37.0 | - |------------+----------------------+------------------------------------| - | | | res_pjsip_session: Deferred | - | d649ab4a30 | Patrick Verzele | re-INVITE without SDP send | - | | | a=sendrecv instead of a=sendonly | - |------------+----------------------+------------------------------------| - | bc615ee4c4 | George Joseph | ast_coredumper: Fix issues with | - | | | naming | - |------------+----------------------+------------------------------------| - | 384f2638b2 | Alexander Traud | sip_nat_settings: Update script | - | | | for latest Linux. | - |------------+----------------------+------------------------------------| - | 8055807be2 | Alexander Traud | samples: Fix keep_alive_interval | - | | | default in pjsip.conf. | - |------------+----------------------+------------------------------------| - | c7df06a077 | George Joseph | scope_trace: Updated macro stubs | - | | | to match other branches | - +------------------------------------------------------------------------+ - - ---------------------------------------------------------------------- - - Diffstat Results - - [Back to Top] - - This is a summary of the changes to the source code that went into this - release that was generated using the diffstat utility. - - asterisk-13.36.0-summary.html | 64 --------- - asterisk-13.36.0-summary.txt | 226 --------------------------------- - b/.version | 2 - b/CHANGES | 9 + - b/ChangeLog | 185 +++++++++++++++++++++++++-- - b/apps/app_followme.c | 90 ++++++++----- - b/apps/app_queue.c | 1 - b/apps/app_voicemail.c | 30 +--- - b/asterisk-13.37.0-rc1-summary.html | 66 +++++++++ - b/asterisk-13.37.0-rc1-summary.txt | 224 ++++++++++++++++++++++++++++++++ - b/channels/pjsip/dialplan_functions.c | 5 - b/configs/samples/followme.conf.sample | 8 + - b/configs/samples/pjsip.conf.sample | 10 - - b/contrib/scripts/ast_coredumper | 4 - b/contrib/scripts/sip_nat_settings | 19 +- - b/include/asterisk/frame.h | 5 - b/include/asterisk/logger.h | 81 ++++++++++- - b/main/bridge_channel.c | 37 +++++ - b/res/res_pjsip_diversion.c | 6 - b/res/res_pjsip_session.c | 5 - 20 files changed, 694 insertions(+), 383 deletions(-) diff --git a/asterisk-13.37.1-summary.html b/asterisk-13.37.1-summary.html new file mode 100644 index 0000000000..b13e351a7f --- /dev/null +++ b/asterisk-13.37.1-summary.html @@ -0,0 +1,22 @@ +Release Summary - asterisk-13.37.1

Release Summary

asterisk-13.37.1

Date: 2020-11-05

<asteriskteam@digium.com>


Table of Contents

    +
  1. Summary
  2. +
  3. Contributors
  4. +
  5. Closed Issues
  6. +
  7. Diffstat
  8. +

Summary

[Back to Top]

This release has been made to address one or more security vulnerabilities that have been identified. A security advisory document has been published for each vulnerability that includes additional information. Users of versions of Asterisk that are affected are strongly encouraged to review the advisories and determine what action they should take to protect their systems from these issues.

Security Advisories:

The data in this summary reflects changes that have been made since the previous release, asterisk-13.37.0.


Contributors

[Back to Top]

This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were affected by commits that went into this release.

+ + +
CodersTestersReporters
1 Kevin Harwell
1 Ben Ford
1 Sandro Gauci
1 Sebastian Damm

Closed Issues

[Back to Top]

This is a list of all issues from the issue tracker that were closed by changes that went into this release.

Security

Category: pjproject/pjsip

ASTERISK-29057: pjsip: Crash on call rejection during high load
Reported by: Sandro Gauci
    +
  • [1f169177ed] Kevin Harwell -- AST-2020-001 - res_pjsip: Return dialog locked and referenced
  • +

Bug

Category: Resources/res_pjsip

ASTERISK-29013: res_pjsip: Asterisk doesn't stop sending invites (with auth) on 407 replies
Reported by: Sebastian Damm
    +
  • [66737026ef] Ben Ford -- AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit.
  • +

Category: Resources/res_pjsip_authenticator_digest

ASTERISK-29013: res_pjsip: Asterisk doesn't stop sending invites (with auth) on 407 replies
Reported by: Sebastian Damm
    +
  • [66737026ef] Ben Ford -- AST-2020-002 - res_pjsip: Stop sending INVITEs after challenge limit.
  • +


Diffstat Results

[Back to Top]

This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.

include/asterisk/res_pjsip.h         |   46 ++++++++++++
+include/asterisk/res_pjsip_session.h |    2
+res/res_pjsip.c                      |   51 +++++++++++--
+res/res_pjsip_pubsub.c               |   10 ++
+res/res_pjsip_session.c              |  128 +++++++++++++++++++++++++++++++++--
+5 files changed, 220 insertions(+), 17 deletions(-)

\ No newline at end of file diff --git a/asterisk-13.37.1-summary.txt b/asterisk-13.37.1-summary.txt new file mode 100644 index 0000000000..9274abd1f4 --- /dev/null +++ b/asterisk-13.37.1-summary.txt @@ -0,0 +1,107 @@ + Release Summary + + asterisk-13.37.1 + + Date: 2020-11-05 + + + + ---------------------------------------------------------------------- + + Table of Contents + + 1. Summary + 2. Contributors + 3. Closed Issues + 4. Diffstat + + ---------------------------------------------------------------------- + + Summary + + [Back to Top] + + This release has been made to address one or more security vulnerabilities + that have been identified. A security advisory document has been published + for each vulnerability that includes additional information. Users of + versions of Asterisk that are affected are strongly encouraged to review + the advisories and determine what action they should take to protect their + systems from these issues. + + Security Advisories: + + * AST-2020-001,AST-2020-002 + + The data in this summary reflects changes that have been made since the + previous release, asterisk-13.37.0. + + ---------------------------------------------------------------------- + + Contributors + + [Back to Top] + + This table lists the people who have submitted code, those that have + tested patches, as well as those that reported issues on the issue tracker + that were resolved in this release. For coders, the number is how many of + their patches (of any size) were committed into this release. For testers, + the number is the number of times their name was listed as assisting with + testing a patch. Finally, for reporters, the number is the number of + issues that they reported that were affected by commits that went into + this release. + + Coders Testers Reporters + 1 Kevin Harwell 1 Sandro Gauci + 1 Ben Ford 1 Sebastian Damm + + ---------------------------------------------------------------------- + + Closed Issues + + [Back to Top] + + This is a list of all issues from the issue tracker that were closed by + changes that went into this release. + + Security + + Category: pjproject/pjsip + + ASTERISK-29057: pjsip: Crash on call rejection during high load + Reported by: Sandro Gauci + * [1f169177ed] Kevin Harwell -- AST-2020-001 - res_pjsip: Return dialog + locked and referenced + + Bug + + Category: Resources/res_pjsip + + ASTERISK-29013: res_pjsip: Asterisk doesn't stop sending invites (with + auth) on 407 replies + Reported by: Sebastian Damm + * [66737026ef] Ben Ford -- AST-2020-002 - res_pjsip: Stop sending + INVITEs after challenge limit. + + Category: Resources/res_pjsip_authenticator_digest + + ASTERISK-29013: res_pjsip: Asterisk doesn't stop sending invites (with + auth) on 407 replies + Reported by: Sebastian Damm + * [66737026ef] Ben Ford -- AST-2020-002 - res_pjsip: Stop sending + INVITEs after challenge limit. + + ---------------------------------------------------------------------- + + Diffstat Results + + [Back to Top] + + This is a summary of the changes to the source code that went into this + release that was generated using the diffstat utility. + + include/asterisk/res_pjsip.h | 46 ++++++++++++ + include/asterisk/res_pjsip_session.h | 2 + res/res_pjsip.c | 51 +++++++++++-- + res/res_pjsip_pubsub.c | 10 ++ + res/res_pjsip_session.c | 128 +++++++++++++++++++++++++++++++++-- + 5 files changed, 220 insertions(+), 17 deletions(-) -- 2.47.2