We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c686e commit afbdee2Copy full SHA for afbdee2
README.md
@@ -4,11 +4,11 @@ SIP UA library for client/b2bua using golang
4
5
## Features
6
7
-- [x] [B2BUA/Client] Transport supports UDP/TCP/TLS/WS/WSS.
8
-- [x] [B2BUA/Client] Websocket over SIP.
9
-- [x] [Client] Pure Go SIP Client.
10
-- [ ] [B2BUA] RTP relay (UDP<-->UDP, WebRTC/ICE<->UDP).
11
-- [x] [B2BUA] RFC8599 support, Google FCM/Apple PushKit.
+- [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.
12
13
## Running the examples
14
0 commit comments