[Asterisk-code-review] res pjsip session: Check for ast stream topology append stre... (asterisk[15])
Richard Mudgett
asteriskteam at digium.com
Tue Nov 7 16:52:11 CST 2017
Richard Mudgett has posted comments on this change. ( https://gerrit.asterisk.org/7108 )
Change subject: res_pjsip_session: Check for ast_stream_topology_append_stream error.
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
https://gerrit.asterisk.org/#/c/7108/1/res/res_pjsip_session.c
File res/res_pjsip_session.c:
https://gerrit.asterisk.org/#/c/7108/1/res/res_pjsip_session.c@1591
PS1, Line 1591: if (ast_stream_topology_append_stream(media_state->topology, cloned)) {
ast_stream_topology_append_stream() returns -1 on error and the position on success.
if (ast_stream_topology_append_stream(...) < 0) {
}
--
To view, visit https://gerrit.asterisk.org/7108
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: comment
Gerrit-Change-Id: I080275c6330d6775e9f8c0e5396d872ae484031e
Gerrit-Change-Number: 7108
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Comment-Date: Tue, 07 Nov 2017 22:52:11 +0000
Gerrit-HasComments: Yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171107/12c4ffdb/attachment.html>
More information about the asterisk-code-review
mailing list