CIA.vc
Wikipbx
Freeswitch management interface build on Django
Stats » Projects » Wikipbx
information
Photo
WikiPBX is an open source PBX web interface for FreeSWITCH. WikiPBX is written in python and uses the Django web application framework.
syndicateUTC clock
00:58 on Feb 14, 2012
event counters
The last message was received 1.66 years ago at 06:10 on Jun 19, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
35 messages since the first one, 1.94 years ago, for an average of 2.89 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
04:38 on Jun 19, 2010wikipbx
Commit by branchcut :: r286 /wikipbx/trunk/wikipbx/wikipbxweb/views.py:
Extension security settings like auth / public are not being saved. Added a temporary workaround that fixes the problem
#
20:14 on Jun 16, 2010wikipbx
Commit by stas_shtin :: r285 /wikipbx/trunk/wikipbx/wikipbxweb/locale/ (wikipbx.pot ru.po messages.pot):
Added symlinks for launchpad translations. It doesn't seem to work with django's layout
#
19:01 on Jun 16, 2010wikipbx
Commit by stas_shtin :: r284 /wikipbx/trunk/wikipbx/wikipbxweb/ (10 files in 6 dirs):
Added localization files. Lets see if launchpad likes it
#
16:15 on Jun 16, 2010wikipbx
Commit by stas_shtin :: r283 /wikipbx/trunk/wikipbx/wikipbxweb/models.py:
Typo fixed
#
20:58 on Jun 14, 2010wikipbx
Commit by stas_shtin :: r282 /wikipbx/trunk/wikipbx/wikipbxweb/models.py:
Mark model strings for translation
#
13:06 on Apr 28, 2010wikipbx
Commit by stas_shtin :: r281 /wikipbx/trunk/wikipbx/ (6 files in 4 dirs):
Display wikipbx, django and python versions in the footer. Stick footer to the bottom of the page.
#
12:15 on Apr 24, 2010wikipbx
Commit by stas_shtin :: r280 /wikipbx/trunk/wikipbx/wikipbxweb/templates/livecalls.html:
Mark live calls table as list
#
12:07 on Apr 24, 2010wikipbx
Commit by stas_shtin :: r279 /wikipbx/trunk/wikipbx/wikipbxweb/ (11 files in 2 dirs):
Use alterating colors only for tables that contain object lists
#
11:31 on Apr 24, 2010wikipbx
Commit by stas_shtin :: r278 /wikipbx/trunk/wikipbx/freeswitchxml/sofia.conf.xml:
Our sofia.conf.xml had a hard-coded and configurable value fir retry-seconds param. The former wasn't needed
#
11:28 on Apr 24, 2010wikipbx
Commit by stas_shtin :: r277 /wikipbx/trunk/wikipbx/wikipbxweb/ (decorators.py views.py):
Use decorators for access control. Removed hard-coded urls from the views
#
08:48 on Apr 11, 2010wikipbx
Commit by stas_shtin :: r276 /wikipbx/trunk/wikipbx/wikipbxweb/templates/extensions.html:
Removed extra slash in extensions list
#
08:48 on Apr 11, 2010wikipbx
Commit by stas_shtin :: r275 /wikipbx/trunk/wikipbx/wikipbxweb/views.py:
Added possible fix for extension XML saving.
#
21:17 on Apr 03, 2010wikipbx
Commit by stas_shtin :: r274 /wikipbx/trunk/wikipbx/ (43 files in 5 dirs):
Lost of template changes:
1. Removed hard-coded URLs, replaced with url tag.
2. General cleanup of invalid HTML tags.
3. Made pretty CSS styles for our forms/tables.
4. Added buttons that match our CSS style.
5. Added a context processor for soundclips audio (same as django has for media).
#
13:23 on Apr 03, 2010wikipbx
Commit by stas_shtin :: r273 /wikipbx/trunk/wikipbx/wikipbxweb/views.py:
Add default dialplan for extensions created for endpoints
#
17:29 on Mar 31, 2010wikipbx
Commit by stas_shtin :: r272 /wikipbx/trunk/setup.py:
Adding setup.py script in order to try installing wikipbx with pip
#
02:53 on Mar 31, 2010wikipbx
Commit by branchcut :: r271 /wikipbx/trunk/wikipbx/wikipbxweb/models.py:
tweak extension example
#
18:09 on Mar 30, 2010wikipbx
Commit by stas_shtin :: r270 /wikipbx/trunk/wikipbx/wikipbxweb/views.py:
Show extension destination number, not ID for auto-created extensions
#
20:30 on Mar 29, 2010wikipbx
Commit by stas_shtin :: r269 /wikipbx/trunk/wikipbx/wikipbxweb/views.py:
Don't redirect to auto-created extension for endpoint
#
23:25 on Mar 24, 2010wikipbx
Commit by stas_shtin :: r268 /wikipbx/trunk/wikipbx/wikipbxweb/ (forms.py views.py):
Added uniqueness check for user profile models to prevent DB constraint errors. Fixed an issue with invalid password set during user profile creation
#
23:09 on Mar 24, 2010wikipbx
Commit by stas_shtin :: r267 /wikipbx/trunk/wikipbx/urls.py:
Convert urls to new django style: use url() function and set explicit name.
#