diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c index 7024081929..0f85a14775 100644 --- a/res/res_rtp_asterisk.c +++ b/res/res_rtp_asterisk.c @@ -4359,6 +4359,9 @@ cleanup: rtp->sending_digit = 0; rtp->send_digit = 0; + /* Re-Learn expected seqno */ + rtp->expectedseqno = -1; + return res; }