Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
8133e58a
提交
8133e58a
authored
7月 30, 2013
作者:
Seven Du
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update FreeSWITCH Portal About page
上级
28a58f54
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
60 行增加
和
0 行删除
+60
-0
index.html
htdocs/portal/index.html
+60
-0
没有找到文件。
htdocs/portal/index.html
浏览文件 @
8133e58a
...
@@ -529,6 +529,66 @@
...
@@ -529,6 +529,66 @@
The
FreeSWITCH
Portal
Project
is
Created
by
<
a
href
=
"http://www.dujinfang.com"
>
Seven
Du
<
/a>
.
The
FreeSWITCH
Portal
Project
is
Created
by
<
a
href
=
"http://www.dujinfang.com"
>
Seven
Du
<
/a>
.
Available
with
MPL1
.
1
licence
-
Same
as
FreeSWITCH
.
Available
with
MPL1
.
1
licence
-
Same
as
FreeSWITCH
.
<
/p
>
<
/p
>
<
p
>
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
.
<
hr
>
<
h2
>
Philosophy
<
/h2
>
<
p
>
To
provide
a
GUI
out
of
the
box
without
depends
on
external
resources
like
PHP
or
a
webserver
such
as
Apache
or
Nginx
.
<
p
>
Mainly
developed
with
static
html
and
Javascripts
,
and
perhaps
some
lua
scripts
can
help
do
some
more
magic
things
later
.
<
h2
>
Install
<
/h2
>
<
p
>
If
you
see
this
page
it
means
you
already
installed
.
Remember
it
works
Out
of
the
Box
!
<
h2
>
Todo
<
/h2
>
<
li
>
Modify
users
:
A
raw
idea
to
add
a
new
user
would
be
something
like
below
and
reloadxml
.
<
pre
>
sed
-
e
's/1000/new-user/g'
1000
.
xml
>
new
-
user
.
xml
<
/pre
>
<
li
>
Modify
dialplan
and
/
or
other
XMLs
:
possible
to
use
some
online
XML
editor
and
can
save
the
XML
with
some
lua
or
C
code
at
the
backend
,
although
there
are
security
concerns
.
<
li
>
Store
information
in
DB
:
I
guess
the
Dbh
handle
in
lua
should
can
do
something
like
this
.
<
li
>
Web
terminal
:
With
terminal
.
js
like
things
and
websocket
we
can
really
build
a
web
version
of
fs_cli
<
li
>
rtmp
web
client
support
to
make
and
receive
calls
<
li
>
WebRTC
?
<
li
>
Logging
,
Event
Debugging
or
SIP
tracing
:
Yeah
,
more
magic
<
li
>
i18n
<
h2
>
Security
<
/h2
>
<
p
>
The
primary
goal
is
to
help
new
users
learn
and
use
FreeSWITCH
.
Please
<
strong
>
DON
'T</strong> put this on your production server as
I haven'
t
think
anything
about
security
.
<
p
>
You
can
disable
this
by
delete
or
move
the
portal
directory
out
of
/usr/
local
/
freeswitch
/
htdocs
.
e
.
g
.
<
pre
>
mv
/
usr
/
local
/
freeswitch
/
htdocs
/
portal
/
usr
/
local
/
freeswitch
/<
/pre
>
And
move
back
any
time
you
want
.
<
h2
>
Development
<
/h2
>
<
li
>
I
started
this
project
to
learn
how
to
use
bootstrap
and
ember
.
js
,
the
latter
said
it
is
a
framework
for
<
strong
>
creating
ambitious
web
applications
<
/strong>
.
<
li
>
Contributions
and
patches
are
welcome
.
<
br
>
<
br
>
<
br
>
<
br
>
</script>
</script>
<script
type=
"text/x-handlebars"
data-template-name=
"users"
>
<script
type=
"text/x-handlebars"
data-template-name=
"users"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论