Skip to content

Add outbound calling ability with proper SIP BYE hang-up (dialog-centric refactor) - #65

Merged
codingjoe merged 45 commits into
mainfrom
outbound
Apr 7, 2026
Merged

Add outbound calling ability with proper SIP BYE hang-up (dialog-centric refactor)#65
codingjoe merged 45 commits into
mainfrom
outbound

Fix cookbook.md examples to match current API

92ea1bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 7, 2026 in 1s

61.28% (-26.39%) compared to 3e0cf9b

View this Pull Request on Codecov

61.28% (-26.39%) compared to 3e0cf9b

Details

Codecov Report

❌ Patch coverage is 48.86165% with 292 lines in your changes missing coverage. Please review.
✅ Project coverage is 61.28%. Comparing base (3e0cf9b) to head (92ea1bb).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
voip/sip/transactions.py 16.42% 117 Missing ⚠️
voip/__main__.py 0.00% 68 Missing ⚠️
voip/sip/protocol.py 27.45% 37 Missing ⚠️
voip/ai.py 0.00% 30 Missing ⚠️
voip/sip/dialog.py 74.60% 16 Missing ⚠️
voip/rtp.py 25.00% 9 Missing ⚠️
voip/sip/types.py 94.70% 8 Missing ⚠️
voip/audio.py 0.00% 7 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #65       +/-   ##
===========================================
- Coverage   87.66%   61.28%   -26.39%     
===========================================
  Files          26       27        +1     
  Lines        1954     2291      +337     
===========================================
- Hits         1713     1404      -309     
- Misses        241      887      +646     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.