Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a4b31a4
feat: (WIP) webrtc2sip gateway.
cloudwebrtc Mar 26, 2023
db71545
chore: more code.
cloudwebrtc Apr 1, 2023
eda28af
chore: add media bridge.
cloudwebrtc Apr 2, 2023
9d0f24f
update.
cloudwebrtc Apr 2, 2023
6f297a6
Merge branch 'master' into feat/webrtc2sip-gateway
cloudwebrtc Apr 2, 2023
c7d53db
fix: fix bug for call end.
cloudwebrtc Apr 2, 2023
6fb2832
update.
cloudwebrtc Apr 2, 2023
bf191e5
update.
cloudwebrtc Apr 2, 2023
ad1d1ce
update.
cloudwebrtc Apr 2, 2023
ef319bd
more files.
cloudwebrtc Apr 23, 2023
45af20c
Merge branch 'master' into feat/webrtc2sip-gateway
cloudwebrtc Jun 26, 2024
a68a612
fix.
cloudwebrtc Jun 26, 2024
03e06ec
fix.
cloudwebrtc Jun 26, 2024
2920b18
fix.
cloudwebrtc Jun 26, 2024
acb76bd
Merge branch 'master' into feat/webrtc2sip-gateway
cloudwebrtc Jun 26, 2024
ecba86f
update.
cloudwebrtc Jun 28, 2024
9e9e805
add PLI for RequestKeyFrame.
cloudwebrtc Jun 28, 2024
c7f8b7a
update.
cloudwebrtc Jun 29, 2024
a265861
update.
cloudwebrtc Jun 30, 2024
697ed4f
update.
cloudwebrtc Jun 30, 2024
65eb1a5
fix crash.
cloudwebrtc Jul 1, 2024
913b621
update.
cloudwebrtc Jul 1, 2024
731cb86
cleanup.
cloudwebrtc Jul 1, 2024
f9508a4
update.
cloudwebrtc Jul 2, 2024
3612406
update.
cloudwebrtc Jul 2, 2024
9b00da9
cleanup.
cloudwebrtc Jul 2, 2024
526d01d
Suppport Originate Call.
cloudwebrtc Jul 3, 2024
958ba35
update.
cloudwebrtc Jul 3, 2024
8a84c8f
update.
cloudwebrtc Jul 3, 2024
a05ed79
bump version for go-sdp.
cloudwebrtc Jul 4, 2024
deac488
bump version for gosip.
cloudwebrtc Jul 4, 2024
d3719a7
fix crash.
cloudwebrtc Jul 6, 2024
b75683d
update.
cloudwebrtc Jul 6, 2024
65abba1
update.
cloudwebrtc Jul 6, 2024
92994e4
update.
cloudwebrtc Jul 6, 2024
b1d679c
update.
cloudwebrtc Jul 21, 2024
b17b9b2
fix.
cloudwebrtc Jul 21, 2024
fbca5b5
update.
cloudwebrtc Jul 21, 2024
730f50e
update.
cloudwebrtc Jul 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ SIP UA library for client/b2bua using golang
- [x] Transports UDP/TCP/TLS/WS/WSS.
- [x] Simple pure Go SIP Client.
- [x] Simple pure Go B2BUA, support RFC8599, Google FCM/Apple PushKit.
- [ ] RTP relay (UDP<-->UDP, WebRTC/ICE<->UDP)
- [ ] WebRTC2SIP Gateway.
- [x] RTP relay (UDP<-->UDP, WebRTC/ICE<->UDP)
- [x] WebRTC2SIP Gateway.
- [ ] SRTP/SDES for SIP Client.

## Running the examples

Expand Down
Loading