Re: SIP connectivity

2013-01-31 Thread Maxim Solodovnik
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 c

Re: issue with keystore path in red5-core.xml while using RTMPS

2013-01-31 Thread seba.wag...@gmail.com
Thanks for sharing Bart, if you want to contribute you can also easily make this documentation permanent by adding it to: https://cwiki.apache.org/confluence/display/OPENMEETINGS/Index Just make sure to ping the mailing list so people can give you feedback on your docs and eventually a dev has ti

Re: SIP connectivity

2013-01-31 Thread Maxim Solodovnik
I'm not sure if this is possible. I guess it is easier to tell asterisk to use several databases than OM :( On Thu, Jan 31, 2013 at 8:27 PM, Vieri wrote: > I have this in asterisk: > > TABLE meetme ( > bookid int(11) auto_increment, > confno char(80) DEFAULT '0' NOT NULL, >

Re: SIP connectivity

2013-01-31 Thread Vieri
I have this in asterisk: TABLE meetme (     bookid int(11) auto_increment,     confno char(80) DEFAULT '0' NOT NULL,     starttime datetime default '1900-01-01 12:00:00',     endtime datetime default '2038-01-01 12:00:00',     pin char(20) NULL,     adminpin char(20) NULL,

Re: SIP connectivity

2013-01-31 Thread Maxim Solodovnik
We are currently working on SIP and cluster I believe it is stable :) On Thu, Jan 31, 2013 at 7:12 PM, Bart Coninckx wrote: > OK, I suppose these instructions supersede the ones on: > > > https://cwiki.apache.org/OPENMEETINGS/openmeetings-asterisk-integration.html? > > what is the status

Re: SIP connectivity

2013-01-31 Thread Bart Coninckx
OK, I suppose these instructions supersede the ones on: https://cwiki.apache.org/OPENMEETINGS/openmeetings-asterisk-integration.html ? what is the status of OM 2.1? Is it production stable? cheers, BC On 01/31/13 13:05, Maxim Solodovnik wrote: Hello Bart, I just take a look at your URL

Re: SIP connectivity

2013-01-31 Thread Maxim Solodovnik
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

Re: starting red5sip for SIP integration

2013-01-31 Thread Maxim Solodovnik
I'll ask your questions the guy who wrote/fix red5sip and will let you know On Thu, Jan 31, 2013 at 6:52 PM, Bart Coninckx wrote: > All, > > Am trying to get the Asterisk integration done and I stumble into a > problem while starting red5sip with the red5sip.sh script. > > I changed the JAVA_HOM

starting red5sip for SIP integration

2013-01-31 Thread Bart Coninckx
All, Am trying to get the Asterisk integration done and I stumble into a problem while starting red5sip with the red5sip.sh script. I changed the JAVA_HOME variable in it as well as the LOGS_DIR which pointed wrongly to "logs" while the svn checkout produces "log". However, when running the

issue with keystore path in red5-core.xml while using RTMPS

2013-01-31 Thread Bart Coninckx
Hi, I'm just mentionning this for people encountering this in the future. I understand from previous posts it should not be necessary to do, but it helps in my case. So what happened: I left a working installation yesterday and when trying to log in to it again today, I could not, observing

Re: SIP connectivity

2013-01-31 Thread Maxim Solodovnik
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

Re: SIP connectivity

2013-01-31 Thread Bart Coninckx
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