shaunjstokes

Results 13 comments of shaunjstokes

This appears to be the same issue we are experiencing. ![image](https://user-images.githubusercontent.com/14235585/178446063-09cd284e-afa6-4669-a7aa-1d34dc9ec3ce.png) It only occurs on missed packets when using record_session or uuid_record. When there is a missed packet on Leg...

The issue is caused by this commit: https://github.com/signalwire/freeswitch/commit/47c5c8f3e8957c37fad5feeeb791375d05992b93 To resolve the issue, we simply need to re-apply the following line in 'src/switch_rtp.c'. `if (!ts) ts = rtp_session->last_write_ts + rtp_session->samples_per_interval;` The...

The change was authored by @anthmFS and committed by @andywolk , can you please explain why this line was removed?

This is also related to issue #534, and possibly #801.

@richard-tkg we were able to reproduce the issue consistently once we understood what triggered it. That's correct, the problem does not exist in 1.10.1, but going back that far isn't...

@richard-tkg the packaged version is pre-compiled, it would be best to install the source code version to a separate directory, apply your configuration, then update the FS service to use...

Well spotted @emaktech, so the final patch needs to determine "when files are being played back" as mentioned by @htrendev in #146. I'm not yet sure how we can achieve...

@emaktech some of those variables might fix the issue, but they also go further than what's required, we did testing with various RTP bug variables before coming here. The problem...

We had the same issue on `1.10.7`, we only use `session:playAndGetDigits()` once which works fine, the problem occurs when this is followed by `session:streamFile()` or we transfer to the dialplan...