mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Missed lastinvite CSeq int to uint32_t change
from Review: https://reviewboard.asterisk.org/r/1699/ ........ Merged revisions 359809 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 359810 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@359811 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1046,7 +1046,7 @@ struct sip_pvt {
|
|||||||
uint32_t init_icseq; /*!< Initial incoming seqno from first request */
|
uint32_t init_icseq; /*!< Initial incoming seqno from first request */
|
||||||
ast_group_t callgroup; /*!< Call group */
|
ast_group_t callgroup; /*!< Call group */
|
||||||
ast_group_t pickupgroup; /*!< Pickup group */
|
ast_group_t pickupgroup; /*!< Pickup group */
|
||||||
int lastinvite; /*!< Last Cseq of invite */
|
uint32_t lastinvite; /*!< Last seqno of invite */
|
||||||
struct ast_flags flags[3]; /*!< SIP_ flags */
|
struct ast_flags flags[3]; /*!< SIP_ flags */
|
||||||
|
|
||||||
/* boolean flags that don't belong in flags */
|
/* boolean flags that don't belong in flags */
|
||||||
|
Reference in New Issue
Block a user