diff --git a/src/mg/PAMI/Client/Impl/ClientImpl.php b/src/mg/PAMI/Client/Impl/ClientImpl.php index 29989df1e..9c55933ca 100644 --- a/src/mg/PAMI/Client/Impl/ClientImpl.php +++ b/src/mg/PAMI/Client/Impl/ClientImpl.php @@ -173,7 +173,6 @@ public function open() if ($this->_socket === false) { throw new ClientException('Error connecting to ami: ' . $errstr); } - //stream_set_timeout($this->_socket, 0, $this->_rTimeout * 1000); $msg = new LoginAction($this->_user, $this->_pass); $id = $this->getLine(); if (strstr($id, 'Asterisk') === false) {