You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/media.js — lastControl object initialized (state: 'idle') and spread-merged on each fd 3 JSON line with lastEventAt timestamp. diagnostics() exposes modulation, baud, state, ber, lastEvent, lastEventAt, lastError. writeInboundAudio guards on stdin.destroyed || !stdin.writable. ✅
src/server.js — backend-error events logged to stderr. ✅
Deploy/README docs — SIPFAX_SOFTMODEM_BINARY documented; SIPFAX_MODEM_COMMAND demoted to override role; both README files updated. ✅
test/session.test.js — New "unavailable worker emits no synthetic RTP" test: after ENOENT backend-error, inbound RTP produces zero bridge frames out, modem.type === 'external-process', lastError matches /ENOENT/. All 27 tests pass. ✅
InProcessDialupTerminator / ModemAnswerToneSource — Remain in src/media.js for test fixture use; no longer imported/wired in src/index.js. ✅
Non-blocking follow-up
Live VM call verification (confirming media.modem.modulation shows real worker state, not synthetic answer-tone) logged as a separate deployment validation task.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
Not run