mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Better handle re-INVITEs with provisional but no final repsonses
A previous attempt at fixing this issue had negative side effects related to attended transfers which this patch should resolve. Many thanks to Steve Davies for all of the good suggestions and testing. (closes issue ASTERISK-19992) Reported by: Steve Davies Tested by: Steve Davies, Terry Wilson Review: https://reviewboard.asterisk.org/r/2009/ ........ Merged revisions 369557 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 369558 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369559 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1140,6 +1140,7 @@ struct sip_pvt {
|
||||
|
||||
int initid; /*!< Auto-congest ID if appropriate (scheduler) */
|
||||
int waitid; /*!< Wait ID for scheduler after 491 or other delays */
|
||||
int reinviteid; /*!< Reinvite in case of provisional, but no final response */
|
||||
int autokillid; /*!< Auto-kill ID (scheduler) */
|
||||
int t38id; /*!< T.38 Response ID */
|
||||
struct sip_refer *refer; /*!< REFER: SIP transfer data structure */
|
||||
|
Reference in New Issue
Block a user