Skip to content

Commit 6f02656

Browse files
committed
Rename sip-to-webrtc to sip-over-websocket-to-webrtc
1 parent cbcbf7c commit 6f02656

File tree

10 files changed

+6
-3
lines changed

10 files changed

+6
-3
lines changed

sip-to-webrtc/README.md renamed to sip-over-websocket-to-webrtc/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# sip-to-webrtc
2-
sip-to-webrtc demonstrates how you can connect to a SIP over WebRTC endpoint. This example connects to an extension
3-
and saves the audio to a ogg file.
1+
# sip-over-websocket-to-webrtc
2+
SIP Signaling via WebSocket is defined in [RFC 7118](https://www.rfc-editor.org/rfc/rfc7118.html).
3+
If you want to connect to a SIP server via UDP/TCP see [sip-to-webrtc](../sip-to-webrtc)
4+
5+
sip-over-websocket-to-webrtc demonstrates how to connect to a SIP Server via Websocket.
6+
This example connects to an extension and saves the audio to a ogg file.
47

58
## Instructions
69
### Setup FreeSWITCH (or SIP over WebSocket Server)
File renamed without changes.

0 commit comments

Comments
 (0)