Skip to content

Removed mod_skypopen page and references to module #200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ FreeSWITCH supports the following protocols:
* provided by [mod\_skinny](../Modules/mod_skinny_3375354.mdx#docs)
* Jingle / Google Talk
* provided by [mod\_dingaling](../Modules/mod_dingaling_6587385.mdx#faq)
* Skype
* provided by [mod\_skypopen](../Modules/mod_skypopen_3966336.mdx)
* GSM
* provided by [mod\_gsm](https://wiki.freeswitch.org/index.php?title=Mod%5Fgsm&action=edit&redlink=1 "Mod gsm (page does not exist)")
* ALSA
Expand All @@ -33,8 +31,6 @@ FreeSWITCH supports the following protocols:
* provided by Core
* UDPTL + T.38
* provided by [mod\_spandsp](../Modules/mod_spandsp_6587021.mdx)
* Skype
* provided by [mod\_skypopen](../Modules/mod_skypopen_3966336.mdx)

It is possible to bridge calls between any of the above protocols, in either direction.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ FreeSWITCH can use Skype!
## Skype Interconnect Options

* [Skype Connect](./Skype-Connect_13173678.mdx#about): Skype now offers Skype for SIP through Skype Connect. This offers the best integration with FreeSWITCH, but there are some limitations: Skype Connect is for businesses only; reselling is not allowed; Skype Connect handles incoming calls from Skype users, but outgoing calls only to landlines.
* [mod\_skypopen](../../../Modules/mod_skypopen_3966336.mdx): Skypopen (former skypiax) is an endpoint (channel driver) that uses Skype client(s) as interface(s) to the Skype network, and allows incoming and outgoing Skype calls to/from FreeSWITCH (that can be bridged, originated, answered, etc. as in all other endpoints, e.g. sofia/SIP). Features multiple lines, multiple concurrent incoming and outbound calls, works on Windows and Linux.
* [SipTheeSkype](./SipTheeSkype-Skype-Adapter_1967135.mdx#usage): SipToSIS interconnects with FreeSWITCH as an add-on adapter to a Skype client running on the same machine. The adapter acts as a single-line client user-agent to FreeSWITCH that can send and receive calls just like any other UA. SipTheeSkype also allows for some basic switching capabilities in both directions.


1 change: 0 additions & 1 deletion docs/FreeSWITCH-Explained/Introduction/Endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ sofia/external/18005551212
| IAX2 | [mod\_opal](../Modules/mod_opal_6587390.mdx#about) | opal/iax2 | |
| SCCP (Skinny) | [mod\_skinny](../Modules/mod_skinny_3375354.mdx#docs) | skinny | |
| Jingle (google talk) | [mod\_dingaling](../Modules/mod_dingaling_6587385.mdx#faq) | dingaling | |
| Skype | [mod\_skypopen](../Modules/mod_skypopen_3966336.mdx) | skypopen | |
| GSM | [mod\_gsmopen](../Modules/mod_gsmopen_7143567.mdx#list) | gsmopen | Supports voice & SMS over a GSM network |
| PortAudio | [mod\_portaudio](../Modules/mod_portaudio_9634724.mdx#about) | portaudio | For interacting with the sound card on your computer |
| Verto | [mod\_verto](../Modules/mod_verto_3964934.mdx#about) | verto.rtc | You can also use the verto\_contact function to generate the dialstring |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ What this tutorial is not:

It's also important to note that this is not meant to be a literally and technically sound document. If we say something like "This is a bear" it may not actually be a bear, but if you think of it as a bear, you'll get a good basis to start from.

Let's start by talking about FreeSWITCH. When you install FreeSWITCH, you will choose certain modules to install with it. The most common ones, such as [mod\_sofia](../Modules/mod_sofia_1048707.mdx#about), are uncommented in modules.conf (which is used in the install, and not the same as the modules.conf.xml used in production). You don't need any modules to run FreeSWITCH. That's because FreeSWITCH is not mod\_sofia, or [mod\_skypiax](../Modules/mod_skypopen_3966336.mdx), or [mod\_fifo](../Modules/mod_fifo_3966031.mdx#add). FreeSWITCH just comes with them.
Let's start by talking about FreeSWITCH. When you install FreeSWITCH, you will choose certain modules to install with it. The most common ones, such as [mod\_sofia](../Modules/mod_sofia_1048707.mdx#about), are uncommented in modules.conf (which is used in the install, and not the same as the modules.conf.xml used in production). You don't need any modules to run FreeSWITCH. That's because FreeSWITCH is not mod\_sofia, or [mod\_fifo](../Modules/mod_fifo_3966031.mdx#add). FreeSWITCH just comes with them.

FreeSWITCH is a software based switch. Specifically, it connects channels of data in a variety of ways, and will do things with them. The ways FreeSWITCH connects to and from things outside its core is through modules. It connects to SIP clients through mod\_sofia. It connects to Skype through mod\_skypiax. These modules tie into FreeSWITCH's APIs and deliver FreeSWITCH what it expects: streams of data and some information about what to do with that data.

Expand Down
2 changes: 0 additions & 2 deletions docs/FreeSWITCH-Explained/Modules/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ Databases [Overview](../Databases/index.mdx)
* Page:
[mod\_rtmp](./mod_rtmp_5046427.mdx)
* Page:
[mod\_skypopen](./mod_skypopen_3966336.mdx)
* Page:
[mod\_sofia](./mod_sofia_1048707.mdx)
* Page:
[mod\_verto](./mod_verto_3964934.mdx)
Expand Down
Loading