[Asterisk-code-review] res pjsip mwi: Add voicemail extension and mwi subscribe re... (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Fri Mar 25 10:54:33 CDT 2016
Richard Mudgett has posted comments on this change.
Change subject: res_pjsip_mwi: Add voicemail extension and mwi_subscribe_replaces_unsolicited
......................................................................
Patch Set 3: Code-Review-1
(5 comments)
https://gerrit.asterisk.org/#/c/2464/3//COMMIT_MSG
Commit Message:
Line 11: on endpoints for unsolicitged mwi and on aors for subscriptions required
s/uncolicitged/unsolicited/
https://gerrit.asterisk.org/#/c/2464/3/include/asterisk/res_pjsip_pubsub.h
File include/asterisk/res_pjsip_pubsub.h:
Line 344: * \since 13.8.0
v13.8.0 has a release candidate so these and others in this review need to be updated to v13.9.0
https://gerrit.asterisk.org/#/c/2464/3/res/res_pjsip_mwi.c
File res/res_pjsip_mwi.c:
Line 380: ast_free(body_text);
Delete the free because body_text is uninitialized at this point.
Line 504: ao2_ref(aor, -1);
aor is ref leaked. This needs to always be done if aor is not NULL.
Line 831: ao2_ref(aor, -1);
same ref leak about aor here
--
To view, visit https://gerrit.asterisk.org/2464
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic15a9415091760539c7134a5ba3dc4a6a1217cea
Gerrit-PatchSet: 3
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list