[Asterisk-code-review] pjsip: Ignore state changes from old transactions. (asterisk[15])

Joshua Colp asteriskteam at digium.com
Wed Dec 13 05:09:20 CST 2017


Joshua Colp has uploaded a new patch set (#2). ( https://gerrit.asterisk.org/7543 )

Change subject: pjsip: Ignore state changes from old transactions.
......................................................................

pjsip: Ignore state changes from old transactions.

When we fail over to a new target we create a new transaction
and it becomes the current INVITE transaction. This does not
prevent the previous transaction from raising state changes
and causing the session to be prematurely disconnected if a
transport error occurs immediately.

This change backports a fix from PJSIP that eliminates the
incorrect state change and reduces when they would be raised
in the first place.

ASTERISK-27408

Change-Id: Id22d087591782eee31311753d11e7eca4b95ef34
---
A third-party/pjproject/patches/0050-dont_terminate_session_early.patch
1 file changed, 71 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/43/7543/2
-- 
To view, visit https://gerrit.asterisk.org/7543
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id22d087591782eee31311753d11e7eca4b95ef34
Gerrit-Change-Number: 7543
Gerrit-PatchSet: 2
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171213/ef81b09c/attachment.html>


More information about the asterisk-code-review mailing list