[Asterisk-code-review] DNS: Need to use the same serializer for a pjproject SIP tra... (asterisk[master])
Joshua Colp
asteriskteam at digium.com
Thu Jun 11 13:34:04 CDT 2015
Joshua Colp has posted comments on this change.
Change subject: DNS: Need to use the same serializer for a pjproject SIP transaction.
......................................................................
Patch Set 3:
(1 comment)
https://gerrit.asterisk.org/#/c/627/3/res/res_pjsip.c
File res/res_pjsip.c:
Line 3391: if (serializer) {
: return ast_taskprocessor_push(serializer, sip_task, task_data);
: } else {
: return ast_threadpool_push(sip_threadpool, sip_task, task_data);
: }
Should it ever be possible for no serializer to exist here now? Should there be an assert for that situation?
--
To view, visit https://gerrit.asterisk.org/627
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Iea71c16ce1132017b5791635e198b8c27973f40a
Gerrit-PatchSet: 3
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list