Re: getInvitationHash method

2012-08-23 Thread Jacob Gaiski
Hey Sebastion, After scanning through the error log, I was not able to find any errors. However, it appears that whenever I 'setUserObject'(rather that be setUserAndNickname,or setUserObjectandGenerateRoomHash') the guest takes on the identity of the system administrator. I've simplified my co

Re: getInvitationHash method

2012-08-23 Thread seba.wag...@gmail.com
Hi Jake, please have a look at the openmeetings.log. It does contain the error message what went wrong. "I'm also not getting the exit button. I noticed this when I navigated to the landing page and started a room from within the system. I'm also using SOAP." => There is no exit button if you acc

Re: getInvitationHash method

2012-08-23 Thread Jacob Gaiski
Hello Sebastion, Thank you very much for taking the time to help. I greatly appreciate it. As for the user accounts that I associate them too, I'm putting in all of their information; externaluserid, externalusertype, username, etc. The only thing not matching is the first and last name. I

Re: getInvitationHash method

2012-08-23 Thread seba.wag...@gmail.com
Hi Jacob, from your code snippet I hardly can say if the params are complete or not. You should really make sure that you meet all params in its name and in its type. There are no optional parameters, every param needs to be specified in the REST call. It is also not allowed to specify an empty st

Re: getInvitationHash method

2012-08-23 Thread Jacob Gaiski
Whoops, sorry. I'm setting the userobject already with that API call. however they appear to be drawing the administrator profile instead of the guest profile that the account is associated with. Here's the call: ret = client.setUserObjectAndGenerateRoomHash(session.session_id,

Re: getInvitationHash method

2012-08-23 Thread Jacob Gaiski
Ok, so I went back and tried with setUserObjectandGenerateRoomHash. Do you need to use any setUserObject properties with this? Looks like I'm starting to see the desired effect. -Original Message- From: seba.wag...@gmail.com Sent: Thursday, August 23, 2012 9:34 AM To: openmeetings-u

Re: getInvitationHash method

2012-08-23 Thread seba.wag...@gmail.com
Why generating invitation Hash and not usual room hashs? Invitation hashs are append to the URL with ?invitationHash=$HASH normal hashs are append with ?secureHash=$HASH maybe you simple using the wrong url parameter? Sebastian 2012/8/23 Jacob Gaiski : > Hello, > > Could someone please help me w

getInvitationHash method

2012-08-23 Thread Jacob Gaiski
Hello, Could someone please help me with the soap API call ‘getInvitationHash’? I’m assuming you have to specifically call this method when logged in as SOAP permissions however I’m getting a generic error that reads “Sys – Error”. Without posting code, does anybody by any chance know what S

Re: align the chat output text to the center

2012-08-23 Thread Jean-Marie Landri
So i think i will need to find expert for this thank you very much Sir On Thu, Aug 23, 2012 at 1:19 PM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > Yes that is the calculation that I meant. > > Sebastian > > 2012/8/23 Jean-Marie Landri : > > Sir, > > you mean the script in the globalM

Re: align the chat output text to the center

2012-08-23 Thread seba.wag...@gmail.com
Yes that is the calculation that I meant. Sebastian 2012/8/23 Jean-Marie Landri : > Sir, > you mean the script in the globalMethods.lzx? > > > On Thu, Aug 23, 2012 at 12:45 PM, seba.wag...@gmail.com > wrote: >> >> That is not that easy, the text is calculated in its width to place >> the emotico

Re: align the chat output text to the center

2012-08-23 Thread Jean-Marie Landri
Sir, you mean the script in the globalMethods.lzx? On Thu, Aug 23, 2012 at 12:45 PM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > That is not that easy, the text is calculated in its width to place > the emoticons in the gaps. > Every emoticon has around 3-4 whitespaces and based on fo

Re: SIP Integration

2012-08-23 Thread Alexei Fedotov
> Does the upgraded account use SIP automatically for the audio stream or do I need to do something special to make it work. I’m not seeing anything different than what I saw before when I logged on. I believe you should be able to make SIP calls via menu. > For SIP what package are you usin

Re: align the chat output text to the center

2012-08-23 Thread seba.wag...@gmail.com
That is not that easy, the text is calculated in its width to place the emoticons in the gaps. Every emoticon has around 3-4 whitespaces and based on font metrics the x,y coordinate of the image in the overlay of the text to place it exactly in the whitespace area. Font metrics are calculated with

Asterisk Integration

2012-08-23 Thread YUUNI, OSAY OSMAN
Hi, I'm trying to set up Asterisk integration and have hit a roadblock. In compiling red5sip I get errors regarding the G.729 codec. I've combed through the code and have not seen anything wrong. I checked out the latest build (68) from the trunk. Below is the list of errors I get when I do

Re: align the chat output text to the center

2012-08-23 Thread seba.wag...@gmail.com
Hallo Jean-Marie, could you make a sample screen that shows what you would like. Then I could tell you what steps are involved to achieve it. Sebastian 2012/8/22 Jean-Marie Landri : > Hello > Institution where I work deals with visually impaired students > To search the data easier on chat > I w

Re: Saved Whiteboard File type

2012-08-23 Thread seba.wag...@gmail.com
The saved whiteboard is a XML file and is in webapps/openmeetings/upload/stored The XML files have the file extension ".wml" My idea about that extension was "whiteboard markup language" But actually it is simply a XML object that can be converted using XStream into a Java Object structure. Sebast