Author: jih
Date: 2009-03-07 03:36:44 +0100 (Sat, 07 Mar 2009)
New Revision: 1298

Modified:
   branches/1.1/apps/conf_auth/conf_auth.py
Log:
* Removed unused variable.


Modified: branches/1.1/apps/conf_auth/conf_auth.py
===================================================================
--- branches/1.1/apps/conf_auth/conf_auth.py    2009-03-04 15:25:02 UTC (rev 
1297)
+++ branches/1.1/apps/conf_auth/conf_auth.py    2009-03-07 02:36:44 UTC (rev 
1298)
@@ -37,7 +37,6 @@
        conf_to = ''
        conf_uri = ''
        conf_duration = 0
-       conf_participants = 0
                
        def sessionInfo(self):
                print "IVR Session info:"
@@ -88,7 +87,6 @@
                                        self.conf_to = erg[1]
                                        self.conf_uri = erg[2]
                                        self.conf_duration = erg[3]
-                                       self.conf_participants = erg[4]
                                        self.state = connect
                                        self.removeTimer(HINT_TIMER)
                                else:

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to