From a5d9e038e895d9b82e8bc6503856c06f4c02f056 Mon Sep 17 00:00:00 2001 From: triatmoko Date: Fri, 15 Jul 2011 14:20:25 +0200 Subject: timeout for controller. --- Handler/sipCall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Handler') diff --git a/Handler/sipCall.py b/Handler/sipCall.py index 5e17b81..a0b96e5 100644 --- a/Handler/sipCall.py +++ b/Handler/sipCall.py @@ -49,7 +49,7 @@ class MyCallCallback(pj.CallCallback): status = 200 server.sendData(status) else: - sleep(1) + sleep(0.5) if self.call.info().last_reason <> "": -- cgit v1.2.3-55-g7522