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 E73C8E059 for ; Thu, 7 Feb 2013 15:13:08 +0000 (UTC) Received: (qmail 68767 invoked by uid 500); 7 Feb 2013 15:13:08 -0000 Delivered-To: apmail-openmeetings-user-archive@openmeetings.apache.org Received: (qmail 68629 invoked by uid 500); 7 Feb 2013 15:13: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 68608 invoked by uid 99); 7 Feb 2013 15:13:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 15:13:08 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of solomax666@gmail.com designates 209.85.210.51 as permitted sender) Received: from [209.85.210.51] (HELO mail-da0-f51.google.com) (209.85.210.51) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 15:13:00 +0000 Received: by mail-da0-f51.google.com with SMTP id n15so1266847dad.10 for ; Thu, 07 Feb 2013 07:12:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=PjCOJA50siYQvF6pMQlTpFeyhYu0A/8c/X0qMT9/x18=; b=qCUq6wmFIkg4C2HDsrd/x66bOWfRmC60/RMupKYhGTYHMpvpDnVA4G3yLsoheicQ1w 2DPKFqrZNcuJeLBW8MqD9aWYIHjXeu6sSNKibnI8mwpoBKLhsasNeWN/0RCp0wl+4lgs CdCkyUTXEk2U5vBcuaGIko1jXBzLDZ3MpNwKNlo+p5C2vvtMd2X2lCksoGT6fH//SaCk gn0iRPcpdSJ67+snzcZe68nsdGYp/teNefh0OiqS/7U7wMFiVm0akLyiYV6dB/q/2Y3s Fil0A4jRXoOF0pGOzmA24mrVbfiE37th7zzsAgXEmqKTSIxKNHi5kE1uhEzMHy9mkAdQ 0f8Q== MIME-Version: 1.0 X-Received: by 10.66.82.103 with SMTP id h7mr6921467pay.6.1360249957288; Thu, 07 Feb 2013 07:12:37 -0800 (PST) Received: by 10.66.16.72 with HTTP; Thu, 7 Feb 2013 07:12:37 -0800 (PST) In-Reply-To: <5113C336.4070906@gmail.com> References: <5106EF5D.5030601@telenet.be> <2B93465B6F724E45BCF490E30DA2FF6701FCBAFA@INFHYDEX10MB2.corp.infotech-enterprises.com> <5106F125.4020502@telenet.be> <51079B9A.8050108@telenet.be> <51079E2D.1080004@telenet.be> <2B93465B6F724E45BCF490E30DA2FF6701FCBDE2@INFHYDEX10MB2.corp.infotech-enterprises.com> <51098E31.7010604@telenet.be> <2B93465B6F724E45BCF490E30DA2FF6701FCCB04@INFHYDEX10MB2.corp.infotech-enterprises.com> <51099473.9010101@telenet.be> <510A41DC.3000806@telenet.be> <510BB678.1050709@gmail.com> <5113C336.4070906@gmail.com> Date: Thu, 7 Feb 2013 22:12:37 +0700 Message-ID: Subject: Re: SIP connectivity From: Maxim Solodovnik To: user Content-Type: multipart/alternative; boundary=f46d042de935828be204d523df51 X-Virus-Checked: Checked by ClamAV on apache.org --f46d042de935828be204d523df51 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable We already set two columns: name and defaultuser: https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/src/org/ap= ache/openmeetings/persistence/beans/sip/asterisk/AsteriskSipUser.java On Thu, Feb 7, 2013 at 10:07 PM, Bakko wrote: > Other think, > > On the openmeetings table sipuser, field username is deprecated. Change t= o > defaultuser. > > Regards > > El 07/02/2013 09:59, Maxim Solodovnik escribi=C3=B3: > > Just have tested it and it it works! > Thanks a lot! > I'll update the documentation > > > On Fri, Feb 1, 2013 at 7:35 PM, Bakko wrote: > >> Hello, >> >> on Asterisk 1.8, extconfig.conf this line: >> >> *sipusers =3D> odbc,asterisk,sipusers >> >> *is deprecated. >> >> Now only use: >> >> *sippeers =3D> odbc,asterisk,sipusers >> >> *Regards* >> >> * >> El 01/02/2013 00:00, Maxim Solodovnik escribi=C3=B3: >> >> I have updated the instruction (minor update) >> >> >> On Thu, Jan 31, 2013 at 7:05 PM, Maxim Solodovnik = wrote: >> >>> Hello Bart, >>> >>> I just take a look at your URL ... >>> OM does not create/use sipfriends DB table (at least from version 2.1) >>> only meetme table is used >>> >>> so I'm afraid there is nothing to change here >>> >>> Here is the most recent instruction: >>> http://openmeetings.apache.org/red5sip-integration_2.1.html >>> >>> Will ask our SIP guru to review it one more time :) >>> >>> >>> >>> On Thu, Jan 31, 2013 at 5:25 PM, Maxim Solodovnik wrote: >>> >>>> OK will add it and notify you >>>> On Jan 31, 2013 5:05 PM, "Bart Coninckx" >>>> wrote: >>>> >>>>> It is for Asterisk 11 - don't know for other versions. You probably >>>>> have no issues because of the 1.8 version. To be sure the .sql files = in the >>>>> Asterisk source should be compared across versions. >>>>> >>>>> this one is missing: >>>>> >>>>> `useragent` varchar(20) DEFAULT NULL, >>>>> >>>>> complete list (I think) is on: >>>>> https://wiki.asterisk.org/wiki/display/AST/SIP+Realtime%2C+MySQL+tabl= e+structure >>>>> >>>>> >>>>> If I bump into others, I'll report ASAP, >>>>> >>>>> >>>>> BC >>>>> >>>>> >>>>> >>>>> On 01/31/13 06:21, Maxim Solodovnik wrote: >>>>> >>>>> Is the OM meetme table incomplete? >>>>> My asterisk reports no issues :( >>>>> >>>>> could you provide me with missing fields and I'll add it. >>>>> My purpose was to create table with required fields only. >>>>> >>>>> >>>>> On Thu, Jan 31, 2013 at 4:45 AM, Bart Coninckx < >>>>> bart.coninckx@telenet.be> wrote: >>>>> >>>>>> Openmeetings installed them for me, that's why I ended up with >>>>>> those. Using the Asterisk ones makes more sense to me. Maybe it's a = good >>>>>> idea to have 'em removed from the install procedure. >>>>>> >>>>>> BC >>>>>> >>>>>> >>>>>> On 01/30/13 22:30, Jeff Clay wrote: >>>>>> >>>>>> Bart, >>>>>> >>>>>> >>>>>> >>>>>> If you look in the source directory of your asterisk tar file, under >>>>>> contrib/realtime/mysql you=E2=80=99ll find the .sql files required f= or all the >>>>>> realtime drivers. I never thought to use the ones with OM. >>>>>> >>>>>> >>>>>> >>>>>> Jeff Clay >>>>>> >>>>>> Network Administrator >>>>>> >>>>>> Infotech Enterprises America >>>>>> >>>>>> 870-215-5506 >>>>>> >>>>>> Ext. 1506 >>>>>> >>>>>> >>>>>> >>>>>> *From:* Bart Coninckx [mailto:bart.coninckx@telenet.be] >>>>>> >>>>>> *Sent:* Wednesday, January 30, 2013 3:19 PM >>>>>> *To:* user@openmeetings.apache.org >>>>>> *Cc:* Jeff Clay >>>>>> *Subject:* Re: SIP connectivity >>>>>> >>>>>> >>>>>> >>>>>> Well, >>>>>> >>>>>> I might have found one difference though: >>>>>> >>>>>> >>>>>> https://wiki.asterisk.org/wiki/display/AST/SIP+Realtime%2C+MySQL+tab= le+structure >>>>>> dictates how the table should look like. I obviously used the one in= the >>>>>> openmeetings mysql database, but this one seems to miss the table >>>>>> "useragent". I discovered this because it showed up in the logfiles. >>>>>> >>>>>> BC >>>>>> >>>>>> On 01/29/13 14:41, Jeff Clay wrote: >>>>>> >>>>>> Bart, >>>>>> >>>>>> >>>>>> >>>>>> From an asterisk configuration standpoint there are very few >>>>>> differences between 1.8.x and 11.x. If memory serves, the only major >>>>>> changes that I ran into (in my production environment) was changes t= o SIP >>>>>> NAT values and the behavior of app_page() now uses confbridge instea= d of >>>>>> meetme to mix the audio. Also, TCP, TLS and app_confbridge got a maj= or >>>>>> overhauling. There were of course many other changes and bug fixes, = you can >>>>>> skim through the change log for full details, but I think that was t= he jist >>>>>> of it. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Jeff Clay >>>>>> >>>>>> Network Administrator >>>>>> >>>>>> Infotech Enterprises America >>>>>> >>>>>> 870-215-5506 >>>>>> >>>>>> Ext. 1506 >>>>>> >>>>>> >>>>>> >>>>>> *From:* Bart Coninckx [mailto:bart.coninckx@telenet.be] >>>>>> >>>>>> *Sent:* Tuesday, January 29, 2013 4:02 AM >>>>>> *To:* Maxim Solodovnik >>>>>> *Cc:* user >>>>>> *Subject:* Re: SIP connectivity >>>>>> >>>>>> >>>>>> >>>>>> I see - I'm willing to try the 11 version in the next fiew days if >>>>>> desired. >>>>>> >>>>>> BC >>>>>> >>>>>> >>>>>> On 01/29/13 10:57, Maxim Solodovnik wrote: >>>>>> >>>>>> I test the integration using >>>>>> >>>>>> Asterisk 1.8.13.1 (Ubuntu 12.10) >>>>>> >>>>>> >>>>>> >>>>>> On Tue, Jan 29, 2013 at 4:51 PM, Bart Coninckx < >>>>>> bart.coninckx@telenet.be> wrote: >>>>>> >>>>>> That is amazing - I initially tried to do the same thing by using th= e >>>>>> new chan_motif driver in Asterisk 11 which connects to a XMPP server= . >>>>>> >>>>>> Are you guys using Asterisk 11? This version is the newest LTS >>>>>> version and has the best video capabilities. >>>>>> >>>>>> Cheers, >>>>>> >>>>>> BC >>>>>> >>>>>> >>>>>> On 01/29/13 02:44, Maxim Solodovnik wrote: >>>>>> >>>>>> red5sip will create special OM user in the room: "SIP Transport" >>>>>> >>>>>> after that you can call to the OM room using SIP hard or soft phone. >>>>>> >>>>>> >>>>>> >>>>>> We are currently testing it and trying to add video capabilities ... >>>>>> >>>>>> >>>>>> >>>>>> On Tue, Jan 29, 2013 at 4:44 AM, Bart Coninckx < >>>>>> bart.coninckx@telenet.be> wrote: >>>>>> >>>>>> Hi Jeff, >>>>>> >>>>>> In fact, I saw both pages, but none explain what they set up to do, >>>>>> just a bunch of command line instructions are given. >>>>>> Your "OM will create a meetme meeting as configured in the realtime >>>>>> meetme database" actually says it all in one go :-) >>>>>> >>>>>> cheers, >>>>>> >>>>>> BC >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On 01/28/13 22:38, Jeff Clay wrote: >>>>>> >>>>>> Bart, >>>>>> >>>>>> OM will create a meetme meeting as configured in the realtime meetme >>>>>> database. Have you read this page >>>>>> https://cwiki.apache.org/OPENMEETINGS/openmeetings-asterisk-integrat= ion.html ? You might also check out >>>>>> http://openmeetings.apache.org/red5sip-integration.html but I assume >>>>>> this is the one you're already referring to. >>>>>> >>>>>> Jeff Clay >>>>>> Network Administrator >>>>>> Infotech Enterprises America >>>>>> 870-215-5506 >>>>>> Ext. 1506 >>>>>> >>>>>> -----Original Message----- >>>>>> From: Bart Coninckx [mailto:bart.coninckx@telenet.be] >>>>>> Sent: Monday, January 28, 2013 3:36 PM >>>>>> To: user@openmeetings.apache.org >>>>>> Subject: SIP connectivity >>>>>> >>>>>> Hi, >>>>>> >>>>>> I noticed some documentation on how to connect OM with a SIP proxy o= r >>>>>> server, more particularly with the MeetMe application in Asterisk. >>>>>> >>>>>> The exact goal or purpose is not mentionned however. Will OM callout >>>>>> to a MeetMe conference? Or is it the other way round? >>>>>> >>>>>> >>>>>> Cheers, >>>>>> >>>>>> Bc >>>>>> >>>>>> ________________________________ >>>>>> >>>>>> DISCLAIMER: >>>>>> >>>>>> This email may contain confidential information and is intended only >>>>>> for the use of the specific individual(s) to which it is addressed. = If you >>>>>> are not the intended recipient of this email, you are hereby notifie= d that >>>>>> any unauthorized use, dissemination or copying of this email or the >>>>>> information contained in it or attached to it is strictly prohibited= . If >>>>>> you received this message in error, please immediately notify the se= nder at >>>>>> Infotech and delete the original message. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> WBR >>>>>> Maxim aka solomax >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> WBR >>>>>> Maxim aka solomax >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> WBR >>>>> Maxim aka solomax >>>>> >>>>> >>>>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> >> >> > > > -- > WBR > Maxim aka solomax > > > --=20 WBR Maxim aka solomax --f46d042de935828be204d523df51 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


O= n Thu, Feb 7, 2013 at 10:07 PM, Bakko <asannucci@gmail.com> wrote:
=20 =20 =20
Other think,

On the openmeetings table sipuser, field username is deprecated. Change to defaultuser.

Regards

El 07/02/2013 09:59, Maxim Solodovnik escribi=C3=B3:
Just have tested it and it it works!
Thanks a lot!
I'll update the documentation


On Fri, Feb 1, 2013 at 7:35 PM, Bakko <asannucci@gmail.com> wrote:
Hello,

on Asterisk 1.8, extconfig.conf this line:

sipusers =3D> odbc,asterisk,sipusers

is deprecated.

Now only use:

sippeers =3D> odbc,asterisk,sipusers

Regards

El 01/02/2013 00:00, Maxim Solodovnik escribi=C3=B3:
I have updated the instruction (minor update)


On Thu, Jan 31, 2013 at 7:05 PM, Maxim Solodovnik <solomax666@gmail.com><= /span> wrote:
Hello Bart,

I just take a look at your URL ...
OM does not create/use sipfriends DB table (at least from version 2.1)
only meetme table is used

so I'm afraid there is nothing to change here

Here is the most recent instruction:

Will ask our SIP guru to review it one more time :)



On Thu, Jan 31, 2013 at 5:25 PM, Maxim Solodovnik <solo= max666@gmail.com> wrote:

OK will add it and notify you

On Jan 31, 2013 5:05 PM, "Bart Coninckx&quo= t; <bart.c= oninckx@telenet.be> wrote:
It is for Asterisk 11 - don't know for other versions. You probably have no issues because of the 1.8 version. To be sure the .sql files in the Asterisk source should be compared across versions.

this one is missing:

`useragent` varchar(20) DE=
FAULT NULL,

complete list (I think)  is on:

https://wiki.asterisk.org/wiki/display/=
AST/SIP+Realtime%2C+MySQL+table+structure

If I bump into others, I'll report ASAP,


BC



On 01/31/13 06:21, Maxim Solodovnik wrote:
Is the OM meetme table incomplete?
My asterisk reports no issues :(

could you provide me with missing fields and I'll add it.
My=C2=A0purpose=C2=A0was= to create table with required fields only.


On Thu, Jan 31, 2013 at 4:45 AM, Bart Coninckx <bart.coninckx@telenet.be> wrote:
Openmeetings installed them for me, that's why I ended up with those. Using the Asterisk ones makes more sense to me. Maybe it's a good idea to have 'em removed from the install procedure.

BC


On 01/30/13 22:30, Jeff Clay wrote:

Bart,

=C2=A0

If you look in the source directory of your asterisk tar file, under contrib/realtime/= mysql you=E2=80=99ll fi= nd the .sql files required for all the realtime drivers. I never thought to use the ones with OM.

=C2=A0

Jeff Clay

Network Administrator

Infotech Enterprises America

870-215-5506

Ext. 1506

=C2=A0

From: Bart Coninckx [mailto:bart.coninckx@telenet.= be]
Sent: Wednesday, January 30, 2013 3:19 PM
To: user@openmeetin= gs.apache.org
Cc: Jeff Clay
Subject: Re: SIP connectivity

=C2=A0

Well,

I might have found one difference though:

https://wiki.asterisk.org/wiki/display/AST/SIP+Realtime%= 2C+MySQL+table+structure=C2=A0 dictates how the table should look like. I obviously used the one in the openmeetings mysql database, but this one seems to miss the table "useragent&q= uot;. I discovered this because it showed up in the logfiles.

BC

On 01/29/13 14:41, Jeff Clay wrote:

Bart,

=C2=A0

From an asterisk configuration standpoint there are very few differences between 1.8.x and 11.x. If memory serves, the only major changes that I ran into (in my production environment) was changes to SIP NAT values and the behavior of app_page() now uses confbridge instead of meetme to mix the audio. Also, TCP, TLS and app_confbridge got a major overhauling. There were of course many other changes and bug fixes, you can skim through the change log for full details, but I think that was the jist of it.

=C2=A0

=C2=A0

=C2=A0

Jeff Clay

Network Administrator

Infotech Enterprises America

870-215-5506

Ext. 1506

=C2=A0

From: Bart Coninckx [mailto:bart.coninckx@telenet.= be]
Sent: Tuesday, January 29, 2013 4:02 AM
To: Maxim Solodovnik
Cc: user
Subject: Re: SIP connectivity

=C2=A0

I see - I'm willing to try the 11 version in the next fiew days if desired.

BC


On 01/29/13 10:57, Maxim Solodovnik wrote:

I test the integration using=C2=A0

Asterisk 1.8.13.1 (Ubuntu 12.10)

=C2=A0

On Tue, Jan 29, 2013 at 4:51 PM, Bart Coninckx <bart.coninckx@tel= enet.be> wrote:

That is amazing - I initially tried to do the same thing by using the new chan_motif driver in Asterisk 11 which connects to a XMPP server.

Are you guys using Asterisk 11? This version is the newest LTS version and has the best video capabilities.

Cheers,

BC


On 01/29/13 02:44, Maxim Solodovnik wrote:

red5sip will create special OM user in the room: "SIP Transport" <= /p>

after that you can call to the OM room using SIP hard or soft phone.

=C2=A0

We are currently testing it and trying to add video capabilities ...

=C2=A0

On Tue, Jan 29, 2013 at 4:44 AM, Bart Coninckx <bart.coninckx@tel= enet.be> wrote:

Hi Jeff,

In fact, I saw both pages, but none explain what they set up to do, just a bunch of command line instructions are given.
Your "OM wil= l create a meetme meeting as configured in the realtime meetme database" actually says it all in one go =C2=A0:-)

cheers,

BC




On 01/28/13 22:38, Jeff Clay wrote:

Bart,

OM will create a meetme meeting as configured in the realtime meetme database. =C2=A0Have you re= ad this page =C2=A0<= a href=3D"https://cwiki.apache.org/OPENMEETINGS/openmeetings-asterisk-integ= ration.html" target=3D"_blank">https://cwiki.apache.org/OPENMEETINGS/openme= etings-asterisk-integration.html =C2=A0? =C2=A0 Yo= u might also check out http://openmeetings.apache.org/red5sip-integration.html but I assume this is the one you're already referring to.

Jeff Clay
Network Administrator
Infotech Enterprises America
870-215-5506
Ext. 1506

-----Original Message-----
From: Bart Coninckx [mailto:bart.coninckx@telene= t.be]
Sent: Monday, January 28, 2013 3:36 PM
To: user@openmeetings.apac= he.org
Subject: SIP connectivity

Hi,

I noticed some documentation on how to connect OM with a SIP proxy or server, more particularly with the MeetMe application in Asterisk.

The exact goal or purpose is not mentionned however. Will OM callout to a MeetMe conference? Or is it the other way round?


Cheers,

Bc

________________________________

DISCLAIMER:

This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech and delete the original message.

=C2=A0



=C2=A0

--
WBR<= br> Maxim aka solomax

=C2=A0



=C2=A0

--
WBR
Maxim aka solomax

=C2=A0

=C2=A0





--
WBR
Maxim aka solomax




--
WBR
Maxim aka solomax



--
WBR
Maxim aka solomax
<= span class=3D"HOEnZb">




--
WBR
Maxim aka solomax




--
WBR
Maxim= aka solomax
--f46d042de935828be204d523df51--