Deepwalker / fs2web

Django based tool for work with FreeSWITCH PBX

This URL has Read+Write access

Deepwalker (author)
Sat Oct 10 08:09:14 -0700 2009
commit  a8807ae30d02d4a11e47fdbf9a9948a1bea8c1d4
tree    5cdbac61a3dfa42777d976309391fe810153afab
parent  7e4da3d35719621701664b13b24ad288b4b094af
fs2web / README
100644 47 lines (32 sloc) 1.177 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
==============
Fs2web
==============
 
1. Introduction_
2. Requirements_
3. Installation_
 
Introduction
============
 
Fs2web is the Django based Web UI for FreeSWITCH.
 
Django: http://www.djangoproject.com/
FreeSWITCH: http://freeswitch.org
 
Requirements
============
 
- Django >= 1.0
- FreeSWITCH - svn trunk
 
Installation
============
 
Запуск - cd fs2web; ./manage.py runserver
 
Для редактирования настроек надо зайти в административный интерфейс: http://127.0.0.1:8000/admin/
Логин admin, пароль kuku.
 
В conf/autoload_configs/xml_curl.conf.xml:
 
  <configuration name="xml_curl.conf" description="cURL XML Gateway">
    <bindings>
      <binding name="fs2web_user_fetcher">
          <param name="gateway-url" value="http://127.0.0.1:8000/user/get/" bindings="directory"/>
      </binding>
      <binding name="fs2web_dialplan_fetcher">
          <param name="gateway-url" value="http://127.0.0.1:8000/dialplan/get/" bindings="dialplan"/>
      </binding>
    </bindings>
  </configuration>
 
 
И включить загрузку модуля xml_curl в conf/autoload_configs/modules.conf.xml