mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
Set acknowledged seqno to 0 on transfer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1605 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3130,6 +3130,7 @@ static int complete_transfer(int callno, struct iax_ies *ies)
|
|||||||
/* Reset sequence numbers */
|
/* Reset sequence numbers */
|
||||||
pvt->oseqno = 0;
|
pvt->oseqno = 0;
|
||||||
pvt->iseqno = 0;
|
pvt->iseqno = 0;
|
||||||
|
pvt->aseqno = 0;
|
||||||
pvt->peercallno = peercallno;
|
pvt->peercallno = peercallno;
|
||||||
pvt->transferring = TRANSFER_NONE;
|
pvt->transferring = TRANSFER_NONE;
|
||||||
pvt->svoiceformat = -1;
|
pvt->svoiceformat = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user