<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,10 @@
 from xmlrpclib import ServerProxy
 from django.conf import settings
+from django.views.decorators.cache import cache
 import syslog
 
-def fsapi(*args,**kwargs):
+def fsapi(*args,cache=False,**kwargs):
+    #TODO caching 
     server = ServerProxy(settings.FS_CONNECT_STR)
     syslog.syslog(str(args)+&quot;; &quot;+str(kwargs))
     return server.freeswitch.api(*args,**kwargs)</diff>
      <filename>fsapi.py</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,6 @@
 from local_settings import *
 
 import os
-#BP = '/home/krivushinme/python/fs2web/'
 BP = os.path.realpath(os.path.curdir) + '/'
 BP = os.path.dirname(__file__) + '/'
 
@@ -88,6 +87,5 @@ INSTALLED_APPS = (
     'users',
     'conference',
     'dialplan',
-#    'django_evolution',
 )
 </diff>
      <filename>settings.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8dd1cb399e40710d564306199d17e5f44c2b16dc</id>
    </parent>
  </parents>
  <author>
    <name>Krivushin Mihail</name>
    <email>mkrivushin@yandex.ru</email>
  </author>
  <url>http://github.com/Deepwalker/fs2web/commit/283c6d8423a216752f9d378c4bacdf0c9d855d9a</url>
  <id>283c6d8423a216752f9d378c4bacdf0c9d855d9a</id>
  <committed-date>2009-06-18T10:44:54-07:00</committed-date>
  <authored-date>2009-06-18T10:44:54-07:00</authored-date>
  <message>Cleaning and begi nworks on caching</message>
  <tree>d99215d70a066b71cbbf7d990b74f36f9daa85f0</tree>
  <committer>
    <name>Krivushin Mihail</name>
    <email>mkrivushin@yandex.ru</email>
  </committer>
</commit>
