Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codingjoe/VoIP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: codingjoe/VoIP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.1
Choose a head ref
  • 3 commits
  • 25 files changed
  • 2 contributors

Commits on Mar 15, 2026

  1. Add EchoCall: VAD-based speech echo handler + VoiceActivityCall base …

    …+ echo CLI (#37)
    
    Adds `EchoCall`, a call handler that buffers the caller's speech and
    replays it once sustained silence is detected — useful for latency
    testing and call-flow demos.
    
    Introduces `VoiceActivityCall`, a shared VAD base class that eliminates
    duplicate code between `EchoCall` and `TranscribeCall`/`AgentCall`. Also
    adds a `voip sip … echo` CLI command for quick end-to-end testing.
    
    
    Co-authored-by: Johannes Maron <[email protected]>
    Copilot and codingjoe authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    0343b30 View commit details
    Browse the repository at this point in the history
  2. Add readme note

    codingjoe committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    a02edc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    aaed58f View commit details
    Browse the repository at this point in the history
Loading