Skip to content
Snippets Groups Projects
Commit 990bba90 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

ensure we record the last seqno we transmitted (bug #4659)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6129 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1d731c6d
No related branches found
No related tags found
No related merge requests found
......@@ -1137,6 +1137,10 @@ int ast_rtp_senddigit(struct ast_rtp *rtp, char digit)
have some 'dead air' in between them
*/
rtp->lastdigitts += 960;
/* Increment the sequence number to reflect the last packet
that was sent
*/
rtp->seqno++;
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment