mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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 */
|
||||
pvt->oseqno = 0;
|
||||
pvt->iseqno = 0;
|
||||
pvt->aseqno = 0;
|
||||
pvt->peercallno = peercallno;
|
||||
pvt->transferring = TRANSFER_NONE;
|
||||
pvt->svoiceformat = -1;
|
||||
|
Reference in New Issue
Block a user