This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
fs2web /
| name | age | message | |
|---|---|---|---|
| |
FS-rpc.py | Sat Apr 04 21:44:30 -0700 2009 | |
| |
README | Sun Aug 09 10:07:37 -0700 2009 | |
| |
__init__.py | Sat Apr 04 21:44:30 -0700 2009 | |
| |
bin/ | Sat Apr 04 21:44:30 -0700 2009 | |
| |
conference/ | Fri Jul 17 12:48:31 -0700 2009 | |
| |
debug.py | Fri Jul 17 12:49:09 -0700 2009 | |
| |
dialplan/ | Mon Jul 20 03:30:10 -0700 2009 | |
| |
eventsocket/ | Fri Aug 14 03:02:43 -0700 2009 | |
| |
fs2web.wsgi | Wed Jun 03 01:51:01 -0700 2009 | |
| |
fsapi.py | Fri Jul 17 03:02:30 -0700 2009 | |
| |
local_settings.py.template | Fri Jul 17 03:02:30 -0700 2009 | |
| |
locale/ | Sun Jun 14 23:04:53 -0700 2009 | |
| |
manage.py | Sat Apr 04 21:44:30 -0700 2009 | |
| |
settings.py | Thu Jun 18 10:44:54 -0700 2009 | |
| |
superdict.py | Sat Aug 01 10:42:32 -0700 2009 | |
| |
templates/ | Sat Oct 10 08:09:14 -0700 2009 | |
| |
urls.py | Sun Jun 14 23:00:30 -0700 2009 | |
| |
users/ | Sat Oct 10 08:09:14 -0700 2009 |
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







