Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Deepwalker/fs2web

Open more actions menu

Repository files navigation

==============
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 

About

Django based tool for work with FreeSWITCH PBX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.