diff --git a/htdocs/portal/index.html b/htdocs/portal/index.html index 6f49e85501..d9a8d5ab51 100644 --- a/htdocs/portal/index.html +++ b/htdocs/portal/index.html @@ -529,6 +529,66 @@ The FreeSWITCH Portal Project is Created by Seven Du. Available with MPL1.1 licence - Same as FreeSWITCH.
+ + +The FreeSWITCH Portal Project is designed to show an intuitive view of the FreeSWITCH internals. It can be used by FreeSWITCH funs, administrators, developers etc. It does not aims to replace GUIs such as FusionPBX or blue.box. It would be very easy to use and super helpful for new FreeSWITCH users. + +
To provide a GUI out of the box without depends on external resources like PHP or a webserver such as Apache or Nginx. + +
Mainly developed with static html and Javascripts, and perhaps some lua scripts can help do some more magic things later. + +
If you see this page it means you already installed. Remember it works Out of the Box! + +
sed -e 's/1000/new-user/g' 1000.xml > new-user.xml+ +
The primary goal is to help new users learn and use FreeSWITCH. + Please DON'T put this on your production server as + I haven't think anything about security. + +
You can disable this by delete or move the portal directory out of /usr/local/freeswitch/htdocs . e.g. + +
mv /usr/local/freeswitch/htdocs/portal /usr/local/freeswitch/+ + And move back any time you want. + +