]> git.parisson.com Git - teleforma.git/commitdiff
again
authoryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 23:15:34 +0000 (01:15 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 23:15:34 +0000 (01:15 +0200)
teleforma/views.py

index f95a462769c400afd2b61f85138106c6867e1acf..c9b66faf8db07c5572f67e20308740652e05405d 100755 (executable)
@@ -359,7 +359,7 @@ class ConferenceView(DetailView):
         if 'telecaster' in settings.INSTALLED_APPS:
             url = 'http://' + settings.TELECASTER_MASTER_SERVER + '/json/'
             s = ServiceProxy(url)
-            s.teleforma.stop_conference(conference.code)
+            s.teleforma.stop_conference(conference.public_id)
 
     @method_decorator(login_required)
     def dispatch(self, *args, **kwargs):