Browse code

removed ChangeLog.txt and README.md

DoubleBastionAdmin authored on 26/03/2022 10:53:30
Showing 2 changed files
1 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-
2
-======= CHANGELOG =======
3
-
4
-Versions:
5
-
6
-== 1.0.0 - 2022-1-27 ==
7
-* Initial Release.
8
-
9
-== 1.0.1 - 2022-1-26 ==
10
-* Fixed error message on logout.
11 0
deleted file mode 100644
... ...
@@ -1,182 +0,0 @@
1
-<span style="display:block;height:15px!important"></span>
2
-<p align="center"><img src="https://git.doublebastion.com/roundpin/raw/develop/images/login-logo.png" alt="Roundpin" width="380px" height="108px"/></p>
3
-
4
-<span style="display:block;height:20px!important"></span>
5
-
6
-**A fully featured browser phone that connects to an Asterisk server and implements audio/video calls, text messaging and video conferencing by using SIP over WebSocket and WebRTC.**
7
-
8
-Roundpin allows **video, audio and text conversations** with other extensions configured on the same Asterisk server. It can be also used to make and receive **audio phone calls**
9
-to/from any phone number in the world, if you connect your Asterisk server to a SIP provider, such as Telnyx or Localphone. If you use a SIP account with an attached real phone number,
10
-you can have very cheap phone calls (prices per minute starting from $0.005 in the US and $1/phone number/month). In the installation instructions mentioned below, we describe in detail 
11
-how to configure Asterisk and how to connect it to a Telnyx or Localphone account. We have no affiliation with the two providers. Any SIP provider that allows external Asterisk servers 
12
-to connect to their servers, should work.
13
-
14
-Roundpin also implements **video conferencing**. Users can initiate video conferences with other extensions configured in Asterisk but also with external users who don’t have Roundpin
15
-accounts. To participate in a conference, an external user only needs a browser and the link to the conference (supposing they use a device with a video camera).
16
-
17
-Roundpin logs recent phone calls and their duration, it allows pausing/muting and transferring phone calls as well as in-browser call recording for one-to-one audio/video calls.
18
-The underlying Asterisk server can be used to implement **advanced PBX features**, such as **Interactive Voice Response (IVR or voice menu), voicemail, queue management, music on hold,
19
-number blacklisting, call recording**, etc., as we describe in detail in the documentation mentioned below. All these can be done independently of your SIP provider. You only need an 
20
-account and a real phone number from the SIP provider, to be able to interface with the Public Switched Telephone Network (PSTN), all the rest is done on your own server, including the 
21
-IVR, the voicemail, the call recording, etc. This allows you to have total control over your communications and more privacy than if you were using the SIP provider’s voicemail, call 
22
-recording, etc.
23
-
24
-This application includes large parts of “Browser Phone”, developed by Conrad de Wet and licensed under GNU AGPL v3.0 and of “Cyber Mega Phone 2k” developed by Digium, Inc. and
25
-licensed under the MIT License. We thank them for their amazing work and for licensing their software in a way that promotes user freedom and collaboration. To interact with WebRTC,
26
-Roundpin uses two versatile JavaScript libraries: SIP.js (v0.11.6) for regular calls, and JsSIP (v3.7.0) for video conferences. All due copyright notices are listed in the
27
-LICENSE.txt file located in the root directory.
28
-
29
-<span style="display:block;height:20px!important"></span>
30
-
31
-## Main Features
32
-<span style="display:block;height:10px!important"></span>
33
-
34
-- SIP audio calling
35
-- SIP video calling
36
-- SIP video conferences
37
-- Call transfer
38
-- Call statistics
39
-- In-browser call recording for one-to-one audio/video calls
40
-- Screen sharing during video calls and video conferences
41
-- Link-based access to video conferences (for external users)
42
-- SIP messaging with double encryption (end-to-end AES + RSA encryption, in addition to TLS)
43
-- File transfer during text chat
44
-- Roundcube email integration
45
-- Responsive, mobile friendly interface
46
-
47
-<span style="display:block;height:20px!important"></span>
48
-
49
-Audio conversation
50
-<span style="display:block;height:10px!important"></span>
51
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_audio_conversation.png)
52
-<span style="display:block;height:40px!important"></span>
53
-Video conversation
54
-<span style="display:block;height:10px!important"></span>
55
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_video_conversation.png)
56
-<span style="display:block;height:40px!important"></span>
57
-Text conversation
58
-<span style="display:block;height:10px!important"></span>
59
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_text_conversations.png)
60
-<span style="display:block;height:40px!important"></span>
61
-Incoming call and onscreen notifications
62
-<span style="display:block;height:10px!important"></span>
63
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_incoming_call_and_notifications.png)
64
-<span style="display:block;height:40px!important"></span>
65
-Call transfer
66
-<span style="display:block;height:10px!important"></span>
67
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_call_transfer.png)
68
-<span style="display:block;height:40px!important"></span>
69
-User menu
70
-<span style="display:block;height:10px!important"></span>
71
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_logged_in_user_menu.png)
72
-<span style="display:block;height:40px!important"></span>
73
-Main dialpad
74
-<span style="display:block;height:10px!important"></span>
75
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_main_dialpad.png)
76
-<span style="display:block;height:40px!important"></span>
77
-Settings
78
-<span style="display:block;height:10px!important"></span>
79
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_settings.png)
80
-<span style="display:block;height:40px!important"></span>
81
-Edit contact
82
-<span style="display:block;height:10px!important"></span>
83
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_edit_contact.png)
84
-<span style="display:block;height:40px!important"></span>
85
-Check emails
86
-<span style="display:block;height:10px!important"></span>
87
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_checking_emails.png)
88
-<span style="display:block;height:40px!important"></span>
89
-Compose email
90
-<span style="display:block;height:10px!important"></span>
91
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_composing_email.png)
92
-<span style="display:block;height:40px!important"></span>
93
-Video conference
94
-<span style="display:block;height:10px!important"></span>
95
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_video_conference.png)
96
-<span style="display:block;height:40px!important"></span>
97
-Video conference with buttons
98
-<span style="display:block;height:10px!important"></span>
99
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_video_conference_with_buttons.png)
100
-<span style="display:block;height:40px!important"></span>
101
-Call graphs
102
-<span style="display:block;height:10px!important"></span>
103
-![Image of Roundpin Interface](https://git.doublebastion.com/roundpin/raw/develop/images/roundpin_call_graphs.png)
104
-<span style="display:block;height:40px!important"></span>
105
-
106
-
107
-## Browsers
108
-<span style="display:block;height:10px!important"></span>
109
-
110
-Firefox is recommended. It also works with the other major browsers.
111
-
112
-<span style="display:block;height:20px!important"></span>
113
-
114
-## Programming Languages
115
-<span style="display:block;height:10px!important"></span>
116
-
117
-Roundpin only uses PHP, SQL, jQuery, pure JavaScript, CSS and HTML. This means it's robust, efficient, light-weight and easy to maintain and debug.
118
-
119
-<span style="display:block;height:20px!important"></span>
120
-
121
-## Minimum Requirements
122
-<span style="display:block;height:10px!important"></span>
123
-
124
-- **VPS or dedicated server** with **1 CPU core and 1 GB RAM**. The size on disk is about 24 MB. It can work on machines with much lower specifications, but if you want to host video
125
-conferences with many participants, it’s recommended to have at least 1 GB RAM. Some of the best quality VPSs at the lowest prices are offered by Linode (Double Bastion 
126
-doesn’t have any affiliation with Linode).
127
-
128
-- **The LEMP stack**. It may work with Apache but it has been exclusively tested with Nginx. We recommend Nginx and all the installation instructions mentioned below are for Nginx.
129
-Recommended operating system: Debian 10 or newer.
130
-
131
-- **Asterisk** v18.0.0 (with **chan_pjsip** enabled) and **Coturn** v4.5.1.1 or newer.
132
-
133
-Note: Roundpin is a component of <a rel="noreferrer noopener" href="https://www.doublebastion.com" target="_blank">RED SCARF Suite</a>. You can install and use Roundpin alone, but if
134
-you want to install all the applications that make up RED SCARF Suite, you will need a VPS or dedicated server with higher specifications: 1 CPU core, 2 GB RAM
135
-and 40 GB storage.
136
-
137
-<span style="display:block;height:20px!important"></span>
138
-
139
-## Installation
140
-<span style="display:block;height:10px!important"></span>
141
-
142
-Complete and detailed instructions on how to install and use Roundpin can be found <a rel="noreferrer noopener" href="https://www.doublebastion.com/install-roundpin/" target="_blank">here</a>. 
143
-That documentation also contains the links to the instructions for installing Asterisk and Coturn (Coturn can be used as a STUN server to assist Roundpin in connecting users who are 
144
-behind routers).
145
-
146
-Please note that the installation instructions for Asterisk presents in detail how to implement 4 classes of dial plans, but you should choose only the one that is the closest to your 
147
-situation.
148
-
149
-Asterisk version 18.0.0 is coded such as by default it allows a maximum of 15 video conference participants. However, this number can be increased to around 100 by changing the code 
150
-before compiling, as we explain in detail in the above mentioned documentation.
151
-
152
-If you want to integrate Roundcube with Roundpin, to be able to open a new email window with one click, to easily send emails to your Roundpin contacts, and to be able to check incoming 
153
-emails from inside Roundpin, you will need to install a complete mail server by following the detailed instructions presented 
154
-<a rel="noreferrer noopener" href="https://www.doublebastion.com/install-the-mail-server/" target="_blank">here</a>.
155
-
156
-<span style="display:block;height:20px!important"></span>
157
-
158
-## Contribute
159
-<span style="display:block;height:10px!important"></span>
160
-
161
-This is the official repository of the Roundpin project. The <a rel="noreferrer noopener" href="https://github.com/CoverTowerSuperAdmin/roundpin" target="_blank">GitHub Roundpin 
162
-repository</a> is just a pointer to this repository. We don’t use GitHub for developing Roundpin because GitHub is owned by one of the companies that proved their disrespect for 
163
-digital freedom over the years and because centralized services create autonomy and privacy issues, in spite of all the benefits.
164
-
165
-If you want to contribute code to this project, please submit <a rel="noreferrer noopener" href="https://git.doublebastion.com/roundpin/pullrequests/contrib" target="_blank">this form</a>,
166
-mentioning your intended changes. We'll send you the credentials needed to push code to the "contrib" branch of this repository. After we review the changes we can include them in the
167
-project. We'll list the names of all the contributors, in the Contributors.txt file located in the root directory.
168
-
169
-Please post any bugs that are not security related, or feature requests, on the <a rel="noreferrer noopener" href="https://git.doublebastion.com/roundpin/issues/develop" target="_blank">
170
-issue tracker</a>. If you notice bugs related to security, don’t post them on the issue tracker; instead, send them to manager [at] doublebastion [dot] com .
171
-
172
-<span style="display:block;height:20px!important"></span>
173
-
174
-## License
175
-<span style="display:block;height:10px!important"></span>
176
-
177
-Roundpin as a whole is licensed under the GNU Affero General Public License, version 3 or any later version (See the file COPYING.txt located in the root directory, for the text of the
178
-license). If you use Roundpin or distribute it in modified or unmodified form, you will need to comply with the terms of the GNU Affero General Public License, either version 3 of the
179
-license or (at your option) any later version.
180
-
181
-Roundpin includes parts from other programs/libraries licensed under different free software licenses. We listed these programs/libraries and their respective copyright notices in
182
-the LICENSE.txt file located in the root directory.