[Asterisk-code-review] res pjsip: Patch for res pjsip * module load/reload crash (asterisk[master])

sungtae kim asteriskteam at digium.com
Mon Nov 12 06:00:57 CST 2018


sungtae kim has posted comments on this change. ( https://gerrit.asterisk.org/10617 )

Change subject: res_pjsip: Patch for res_pjsip_* module load/reload crash
......................................................................


Patch Set 3:

When the pjsip supplement module has unloaded, it just unregistered all the registered callback functions. But the exist sessions are still have a callback address which is already unregistered one. So, it causes core dumps.

So I added session list. If the session created, it will be added it to this LIST. And if the sip supplement module unregistering it, the Asterisk checks all the existing sessions and unregistered the supplements.


-- 
To view, visit https://gerrit.asterisk.org/10617
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5b82be3a75d702cf1933d8d1417f44aa10ad1029
Gerrit-Change-Number: 10617
Gerrit-PatchSet: 3
Gerrit-Owner: sungtae kim <pchero21 at gmail.com>
Gerrit-Reviewer: Jenkins2 (1000185)
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: sungtae kim <pchero21 at gmail.com>
Gerrit-Comment-Date: Mon, 12 Nov 2018 12:00:57 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181112/d4aa0a96/attachment.html>


More information about the asterisk-code-review mailing list