Skip to content

Commit

Permalink
Rename sip-to-webrtc to sip-over-websocket-to-webrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Dec 18, 2023
1 parent cbcbf7c commit 6f02656
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 3 deletions.
@@ -1,6 +1,9 @@
# sip-to-webrtc
sip-to-webrtc demonstrates how you can connect to a SIP over WebRTC endpoint. This example connects to an extension
and saves the audio to a ogg file.
# sip-over-websocket-to-webrtc
SIP Signaling via WebSocket is defined in [RFC 7118](https://www.rfc-editor.org/rfc/rfc7118.html).
If you want to connect to a SIP server via UDP/TCP see [sip-to-webrtc](../sip-to-webrtc)

sip-over-websocket-to-webrtc demonstrates how to connect to a SIP Server via Websocket.
This example connects to an extension and saves the audio to a ogg file.

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

0 comments on commit 6f02656

Please sign in to comment.