diff options
author | Sylvain Boily <sylvainboilydroid@gmail.com> | 2016-04-12 12:04:02 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2016-04-12 12:04:02 +0000 |
commit | 04e01b657bff74a1f84d2426a39f3edbd5153e41 (patch) | |
tree | c6ce35c201d98b48f14a3df7a1edf32174903f7e | |
parent | Merge pull request #529 from Kickball/twister-fix (diff) | |
download | awesome-selfhosted-04e01b657bff74a1f84d2426a39f3edbd5153e41.tar.gz awesome-selfhosted-04e01b657bff74a1f84d2426a39f3edbd5153e41.zip |
Add IPBX section (#526)
* Add IPBX section
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -26,6 +26,7 @@ See [Contributing](#contributing). - [Webmail clients](#webmail-clients) - [IRC](#irc) - [SIP](#sip) + - [IPBX](#ipbx) - [Social Networks and Forums](#social-networks-and-forums) - [XMPP](#xmpp) - [XMPP Servers](#xmpp-servers) @@ -271,11 +272,18 @@ _Mass mailing software - one message to many recipients_ *[SIP](https://en.wikipedia.org/wiki/Session_Initiation_Protocol) telephony software* - * [Asterisk](http://www.asterisk.org/) - An easy to use but advanced IP PXB system, VoIP gateway and conference server. `GPLv2` `C` + * [Asterisk](http://www.asterisk.org/) - An easy to use but advanced IP PBX system, VoIP gateway and conference server. `GPLv2` `C` * [FreeSWITCH](https://freeswitch.org/) - Scalable open source cross-platform telephony platform. ([Source Code](https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse)) `MPLv2` `C` * [Kamailio](http://www.kamailio.org/w/) - Modular SIP server (registrar/proxy/router/etc) ([Source Code](https://github.com/kamailio/kamailio)) `GPLv2` `C` * [Ostel](https://dev.guardianproject.info/projects/ostel/wiki/Server_Documentation) - Secure SIP telephony setup with ZRTP encryption. `GPLv3` `Ruby` +### IPBX + + *[IPBX](https://en.wikipedia.org/wiki/IP_PBX) telephony software* + + * [Elastix](http://www.elastix.org) - Unified communications server software based on Asterisk. ([Source Code](https://svn.code.sf.net/p/elastix/code/trunk/)) `GPLv2` `PHP` + * [Freepbx](http://www.freepbx.org) - Web-based open source GUI. (graphical user interface) that controls and manages Asterisk. ([Source Code](http://git.freepbx.org/projects/FREEPBX)) `GPLv2` `PHP` + * [XiVO](http://www.xivo.io) - Unified communications server software based on Asterisk. ([Source Code](https://github.com/xivo-pbx)) `GPLv3` `Python` ### Social Networks and Forums |