Re: Can't able to play recording from URL, What I am missing?

2014-08-11 Thread Maxim Solodovnik
What procedure is missing in the docs? On 12 August 2014 01:33, bhushan patil wrote: > Upgraded to 3.0.3, worked like a charm. > Why there is no mention of this api/procedure on > https://openmeetings.apache.org/webservices/index.html ? > Thank you. > > On Mon, Aug 11, 2014 at 11:09 PM, Maxim S

Re: Can't able to play recording from URL, What I am missing?

2014-08-11 Thread bhushan patil
Upgraded to 3.0.3, worked like a charm. Why there is no mention of this api/procedure on https://openmeetings.apache.org/webservices/index.html ? Thank you. On Mon, Aug 11, 2014 at 11:09 PM, Maxim Solodovnik wrote: > weird > I have just checked (using 3.0.3 version, currently starting release > p

Re: Pointer on WB

2014-08-11 Thread Maxim Solodovnik
please provide documentation change, I'll merge it :) On 12 August 2014 00:46, Horace Miles wrote: > My apologies to Turmik. I had a completely different understanding of how > this was working. Thanks for your reply and info. I had read this > information as well in the extension programmin

RE: Pointer on WB

2014-08-11 Thread Horace Miles
My apologies to Turmik. I had a completely different understanding of how this was working. Thanks for your reply and info. I had read this information as well in the extension programming documentation for Asterisk, but thought Openmeetings was trying to use it in a different manner. The do

Re: Can't able to play recording from URL, What I am missing?

2014-08-11 Thread Maxim Solodovnik
weird I have just checked (using 3.0.3 version, currently starting release process) Anything in the logs? On 12 August 2014 00:36, bhushan patil wrote: > Thanks for replying, but still no luck > I also tried > http://localhost:5080/openmeetings/?secureHash=6c280410c96e91ea05d25e0b28b10a87 > ,

Re: Can't able to play recording from URL, What I am missing?

2014-08-11 Thread bhushan patil
Thanks for replying, but still no luck I also tried http://localhost:5080/openmeetings/?secureHash=6c280410c96e91ea05d25e0b28b10a87, didn't work either. On Mon, Aug 11, 2014 at 8:47 PM, Maxim Solodovnik wrote: > I'm afraid you are trying to use wrong URL > hash generated need to be used as follo

Re: Pointer on WB

2014-08-11 Thread Maxim Solodovnik
It is by desing, OM DB has table "room" Asterisk key has name "/openmeetings/rooms" it doesn't need to match On 11 August 2014 21:46, Horace Miles wrote: > Thanks Maxim, > > > > Why would my openmeetings database not have a rooms table but have one > name room? > > > > *From:* Maxim Solodovnik

Re: Can't able to play recording from URL, What I am missing?

2014-08-11 Thread Maxim Solodovnik
I'm afraid you are trying to use wrong URL hash generated need to be used as follows: http://localhost:5080/openmeetings/recording/ *2ec47f64c32d42dcf746af201da43f5e* It works for me On 11 August 2014 18:05, bhushan patil wrote: > Hello everyone, I am facing problem while playing recording. I

RE: Pointer on WB

2014-08-11 Thread Horace Miles
Thanks Maxim, Why would my openmeetings database not have a rooms table but have one name room? From: Maxim Solodovnik [mailto:solomax...@gmail.com] Sent: Monday, August 11, 2014 7:50 AM To: Horace Miles Cc: Openmeetings user-list; Тимур Тлеукенов Subject: Re: Pointer on WB sudo aster

Re: Pointer on WB

2014-08-11 Thread Maxim Solodovnik
sudo asterisk -rx "database show" /openmeetings/rooms/4002 : /openmeetings/rooms/40096 : so in my case local asterisk key/value DB is quered On 11 August 2014 20:19, Horace Miles wrote: > Thanks Timur, > > That is what the Asterisk documentat

RE: Pointer on WB

2014-08-11 Thread Horace Miles
Thanks Timur, That is what the Asterisk documentations says that dbexist does. However, as I am reading the code it is being used to query the openmeetings database and not the AstDB. The code below is from the Openmeetings SOAP and VOIP Integration wiki. exten => _400X!,1,GotoIf($[${DB_EXI

Can't able to play recording from URL, What I am missing?

2014-08-11 Thread bhushan patil
Hello everyone, I am facing problem while playing recording. I am using OM(3.0.2). To play recorded file, I am doing following steps. To create room and do recording. 1> Geting session, say sid. 2> login via admin credential, loginUser(“admin”, “admin”, sid); 3> Adding new user of external

Can't able to play recording from URL, What I am missing?

2014-08-11 Thread bhushan patil
Hello everyone, I am facing problem while playing recording. I am using OM(3.0.2). To play recorded file, I am doing following steps. To create room and do recording. 1> Geting session, say sid. 2> login via admin credential, loginUser(“admin”, “admin”, sid); 3> Adding new user of external type