Reducing the time allowed for disconnecting
authorEd Page <eopage@byu.net>
Sat, 27 Feb 2010 05:22:18 +0000 (23:22 -0600)
committerEd Page <eopage@byu.net>
Sat, 27 Feb 2010 05:22:18 +0000 (23:22 -0600)
src/channel/call.py

index 621c9e6..865e55d 100644 (file)
@@ -160,7 +160,7 @@ class CallChannel(
                self.__calledNumer = contactNumber
                self.CallStateChanged(self.__contactHandle, telepathy.constants.CHANNEL_CALL_STATE_RINGING)
                self._conn.session.backend.call(contactNumber)
-               self._delayedClose.start(seconds=5)
+               self._delayedClose.start(seconds=2)
                self.CallStateChanged(self.__contactHandle, telepathy.constants.CHANNEL_CALL_STATE_FORWARDED)
 
                streamId = 0