From 6918f634c0691e88c7a93bc988c064d05bdeeb94 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Sun, 2 Mar 2008 23:46:43 +0000 Subject: [PATCH] fixed to work with r490 changes again (re-invite caller correctly) git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@758 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/conf_auth/conf_auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/conf_auth/conf_auth.py b/apps/conf_auth/conf_auth.py index 2b6b2dd0..8208de59 100644 --- a/apps/conf_auth/conf_auth.py +++ b/apps/conf_auth/conf_auth.py @@ -109,7 +109,6 @@ class IvrDialog(IvrDialogBase): debug("connecting to " + self.conf_to + "uri: " + self.conf_uri) self.disconnectMedia() self.mute() - self.setRelayonly() self.connectCallee(self.conf_to, self.conf_uri) self.state = connected if (self.conf_duration > 0):