Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
codingjoe
/
VoIP
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2
Star
9
Code
Issues
1
Pull requests
1
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add outbound calling ability with proper SIP BYE hang-up (dialog-centric refactor)
- #65
#65
Merged
codingjoe
merged 45 commits into
main
codingjoe/VoIP:main
from
outbound
codingjoe/VoIP:outbound
Copy head branch name to clipboard
Apr 7, 2026
Conversation
Commits
45
(45)
Checks
Files changed
Merged
Add outbound calling ability with proper SIP BYE hang-up (dialog-centric refactor)
#65
codingjoe
merged 45 commits into
main
codingjoe/VoIP:main
from
outbound
codingjoe/VoIP:outbound
Copy head branch name to clipboard
Commits
Commits on Mar 30, 2026
Add outbound calling ablity
codingjoe
committed
7144413
View commit details
Copy full SHA for 7144413
Browse repository at this point
Add proper BYE hang_up to SIP sessions with dialog cleanup
Show description for f8d7fa7
Copilot
and
codingjoe
committed
f8d7fa7
View commit details
Copy full SHA for f8d7fa7
Browse repository at this point
Fix address
codingjoe
committed
c946126
View commit details
Copy full SHA for c946126
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 1d2e345
pre-commit-ci[bot]
committed
1d2e345
View commit details
Copy full SHA for 1d2e345
Browse repository at this point
Add ByeTransaction to acknowledge outbound BYE (RFC 3261 §17.1.2)
Show description for 0370426
Copilot
and
codingjoe
committed
0370426
View commit details
Copy full SHA for 0370426
Browse repository at this point
Await BYE 200 OK in hang_up() with configurable timeout (RFC 3261 §15)
Show description for c834a4e
Copilot
and
codingjoe
committed
c834a4e
View commit details
Copy full SHA for c834a4e
Browse repository at this point
Commits on Mar 31, 2026
Refactor: transactions awaitable, Dialog owns call lifecycle, dialog_class replaces transaction_class
Show description for 69807ed
Copilot
and
codingjoe
committed
69807ed
View commit details
Copy full SHA for 69807ed
Browse repository at this point
Address code review: simplify getattr, improve BYE_ACK_TIMEOUT docstring, document OPTIONS handling
Show description for f8c8cb3
Copilot
and
codingjoe
committed
f8c8cb3
View commit details
Copy full SHA for f8c8cb3
Browse repository at this point
Refactor
codingjoe
committed
74c05f3
View commit details
Copy full SHA for 74c05f3
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 0398663
pre-commit-ci[bot]
committed
0398663
View commit details
Copy full SHA for 0398663
Browse repository at this point
Drop tests
codingjoe
committed
5a78337
View commit details
Copy full SHA for 5a78337
Browse repository at this point
Address review: Transaction inherits asyncio.Event, ByeTransaction builds its own request, route_set populated, trim docstrings
Show description for 5139dbf
Copilot
and
codingjoe
committed
5139dbf
View commit details
Copy full SHA for 5139dbf
Browse repository at this point
Fix: ByeTransaction.method defaults to SIPMethod.BYE; remove method= from Dialog.bye()
Show description for 727bdcf
Copilot
and
codingjoe
committed
727bdcf
View commit details
Copy full SHA for 727bdcf
Browse repository at this point
Commits on Apr 1, 2026
Update docs
codingjoe
committed
8dfc8c6
View commit details
Copy full SHA for 8dfc8c6
Browse repository at this point
Update code
codingjoe
committed
282820b
View commit details
Copy full SHA for 282820b
Browse repository at this point
Update docs
codingjoe
committed
7e38b87
View commit details
Copy full SHA for 7e38b87
Browse repository at this point
Rename
codingjoe
committed
14b780e
View commit details
Copy full SHA for 14b780e
Browse repository at this point
Move import
codingjoe
committed
35110bf
View commit details
Copy full SHA for 35110bf
Browse repository at this point
Refactor: Transaction→Future, symmetric send/receive, fix routing, decouple on_registered
Show description for c74bd39
Copilot
and
codingjoe
authored
c74bd39
View commit details
Copy full SHA for c74bd39
Browse repository at this point
Fix docs
codingjoe
committed
22fb921
View commit details
Copy full SHA for 22fb921
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 08169c0
pre-commit-ci[bot]
committed
08169c0
View commit details
Copy full SHA for 08169c0
Browse repository at this point
Commits on Apr 2, 2026
Cleanup
codingjoe
committed
10f011b
View commit details
Copy full SHA for 10f011b
Browse repository at this point
more cleanup
codingjoe
committed
8279155
View commit details
Copy full SHA for 8279155
Browse repository at this point
Fix tests: add dialog=Dialog() to Session instantiations in test_rtp.py
Show description for a01aa29
Copilot
and
codingjoe
authored
a01aa29
View commit details
Copy full SHA for a01aa29
Browse repository at this point
Refactor URIs
codingjoe
committed
aeb89ce
View commit details
Copy full SHA for aeb89ce
Browse repository at this point
Rename
codingjoe
committed
67f284f
View commit details
Copy full SHA for 67f284f
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 7f5216c
pre-commit-ci[bot]
committed
7f5216c
View commit details
Copy full SHA for 7f5216c
Browse repository at this point
Support TelURI as dial target in Dialog.dial(), InviteTransaction.send(), and CLI
Show description for b1610c4
Copilot
and
codingjoe
authored
b1610c4
View commit details
Copy full SHA for b1610c4
Browse repository at this point
Convert TelURI to SipURI in InviteTransaction.send() using AOR host
Show description for 0e1df3d
Copilot
and
codingjoe
authored
0e1df3d
View commit details
Copy full SHA for 0e1df3d
Browse repository at this point
Commits on Apr 3, 2026
fixes
codingjoe
committed
bf28897
View commit details
Copy full SHA for bf28897
Browse repository at this point
update docs
codingjoe
committed
7010596
View commit details
Copy full SHA for 7010596
Browse repository at this point
Drop tel URi
codingjoe
committed
36de403
View commit details
Copy full SHA for 36de403
Browse repository at this point
Acknowledge all responses
codingjoe
committed
0b6ab37
View commit details
Copy full SHA for 0b6ab37
Browse repository at this point
Fix tests
codingjoe
committed
58beb31
View commit details
Copy full SHA for 58beb31
Browse repository at this point
Fix docs
codingjoe
committed
b499392
View commit details
Copy full SHA for b499392
Browse repository at this point
Set pre-commit python version to 3.14
codingjoe
committed
3eaff47
View commit details
Copy full SHA for 3eaff47
Browse repository at this point
Commits on Apr 4, 2026
Address some review comments
codingjoe
committed
35b7fd0
View commit details
Copy full SHA for 35b7fd0
Browse repository at this point
Use correct IPs
codingjoe
committed
c137ce4
View commit details
Copy full SHA for c137ce4
Browse repository at this point
Fix address names
codingjoe
committed
7c96eb6
View commit details
Copy full SHA for 7c96eb6
Browse repository at this point
refactor: move dialog/tx state to protocol; fix dialog tags, double ACK, ACK routing
Show description for e784760
Copilot
and
codingjoe
authored
e784760
View commit details
Copy full SHA for e784760
Browse repository at this point
fix: improve docstring and deduplicate complete() in response_received
Show description for 016661c
Copilot
and
codingjoe
authored
016661c
View commit details
Copy full SHA for 016661c
Browse repository at this point
Commits on Apr 6, 2026
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 63c0705
pre-commit-ci[bot]
committed
63c0705
View commit details
Copy full SHA for 63c0705
Browse repository at this point
Commits on Apr 7, 2026
Rename things
codingjoe
committed
b947eed
View commit details
Copy full SHA for b947eed
Browse repository at this point
Slim down implementation
codingjoe
committed
acb0b12
View commit details
Copy full SHA for acb0b12
Browse repository at this point
Fix cookbook.md examples to match current API
Show description for 92ea1bb
Copilot
and
codingjoe
authored
92ea1bb
View commit details
Copy full SHA for 92ea1bb
Browse repository at this point
You can’t perform that action at this time.