public
Description: Django based tool for work with FreeSWITCH PBX
Homepage: http://deepwalker.blogspot.com/
Clone URL: git://github.com/Deepwalker/fs2web.git
fs2web /
name age message
file FS-rpc.py Sat Apr 04 21:44:30 -0700 2009 Initial commit of fs2web. Moved from freehg.org [Deepwalker]
file README Sun Aug 09 10:07:37 -0700 2009 Move rst to plain [Deepwalker]
file __init__.py Sat Apr 04 21:44:30 -0700 2009 Initial commit of fs2web. Moved from freehg.org [Deepwalker]
directory bin/ Sat Apr 04 21:44:30 -0700 2009 Initial commit of fs2web. Moved from freehg.org [Deepwalker]
directory conference/ Fri Jul 17 12:48:31 -0700 2009 Work on esl based conferences [Deepwalker]
file debug.py Fri Jul 17 12:49:09 -0700 2009 Add debug [Deepwalker]
directory dialplan/ Mon Jul 20 03:30:10 -0700 2009 Now use jquery features for delegate and "live"... [Deepwalker]
directory eventsocket/ Fri Aug 14 03:02:43 -0700 2009 Twisted server from kuku ready for start after ... [Deepwalker]
file fs2web.wsgi Wed Jun 03 01:51:01 -0700 2009 no sense [Deepwalker]
file fsapi.py Fri Jul 17 03:02:30 -0700 2009 Work on grab conference info over ESL [Deepwalker]
file local_settings.py.template Fri Jul 17 03:02:30 -0700 2009 Work on grab conference info over ESL [Deepwalker]
directory locale/ Sun Jun 14 23:04:53 -0700 2009 Update RU localization [Deepwalker]
file manage.py Sat Apr 04 21:44:30 -0700 2009 Initial commit of fs2web. Moved from freehg.org [Deepwalker]
file settings.py Thu Jun 18 10:44:54 -0700 2009 Cleaning and begi nworks on caching [Deepwalker]
file superdict.py Sat Aug 01 10:42:32 -0700 2009 Move superdict, add xmlrpc, jump to pickle [Deepwalker]
directory templates/ Sat Oct 10 08:09:14 -0700 2009 Change some gateway parameters to optional. [Deepwalker]
file urls.py Sun Jun 14 23:00:30 -0700 2009 Add conference editing in place [Deepwalker]
directory users/ Sat Oct 10 08:09:14 -0700 2009 Change some gateway parameters to optional. [Deepwalker]
README
==============
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