Return-Path: X-Original-To: apmail-openmeetings-user-archive@www.apache.org Delivered-To: apmail-openmeetings-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 451E9EAC3 for ; Sun, 3 Feb 2013 08:29:10 +0000 (UTC) Received: (qmail 3984 invoked by uid 500); 3 Feb 2013 08:29:09 -0000 Delivered-To: apmail-openmeetings-user-archive@openmeetings.apache.org Received: (qmail 3937 invoked by uid 500); 3 Feb 2013 08:29:08 -0000 Mailing-List: contact user-help@openmeetings.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@openmeetings.apache.org Delivered-To: mailing list user@openmeetings.apache.org Received: (qmail 3906 invoked by uid 99); 3 Feb 2013 08:29:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Feb 2013 08:29:07 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of asannucci@gmail.com designates 209.85.215.179 as permitted sender) Received: from [209.85.215.179] (HELO mail-ea0-f179.google.com) (209.85.215.179) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Feb 2013 08:28:58 +0000 Received: by mail-ea0-f179.google.com with SMTP id d12so2319680eaa.10 for ; Sun, 03 Feb 2013 00:28:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:disposition-notification-to:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=2OGL7caqmKHhw1OB9ewNN+9HfMsO/rWo4d9FTZSsotI=; b=YtssTiUxKYhJ0E2yUqToXgBR6YXWD6CLTiSST3kTxr/j3YI2BwpCQ7kxa6/UKedonY AS45EKUXSW/CNvGSpG5QiAypyixd1/sqiM/uI2U94/QuoLYdl0JicmHpmQN3lAJtDM1f W9OzDaul7X80OYdtK+T6GFJvYh03gpKk9SGP6hWmiEgN2vvokxJo4i2uaoBwXYZuBjEV EFrErxeMvQV0ib5hdbZGmkq//byqn2W9dvpW9uLqki7iB2R+uHkOAKIGELbPy8WYNzsI g66nZtkpkoGzpQPAiJ6HqKWejHDrH5BYhhtGKlVcEHi5XnHPq3O5GckQxNqKux7OikdO bHgg== X-Received: by 10.14.175.70 with SMTP id y46mr58266589eel.6.1359880118092; Sun, 03 Feb 2013 00:28:38 -0800 (PST) Received: from [192.168.1.6] ([190.67.134.23]) by mx.google.com with ESMTPS id d3sm21223462eeo.13.2013.02.03.00.28.35 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Feb 2013 00:28:37 -0800 (PST) Message-ID: <510E1FA3.6040900@gmail.com> Date: Sun, 03 Feb 2013 03:28:19 -0500 From: Bakko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: user@openmeetings.apache.org Subject: Red5sip error Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm trying to integrate asterisk with openmeetings. When I start red5sip on the log I see this "error!?": o.r.s.a.RTMPControlClient: service call result: Service: null Method: getActiveRoomIds No params My settings.properties: red5.host=127.0.01 sip.obproxy=127.0.0.1 sip.phone=test1 sip.authid=test1 sip.secret=12345 sip.realm=asterisk sip.proxy=127.0.0.1 rooms=1,2,3 Any hint? Rregards