[jira] [Created] (OPENMEETINGS-589) Configurable hot key for Mute/Unmute should be added

2013-04-02 Thread Maxim Solodovnik (JIRA)
Maxim Solodovnik created OPENMEETINGS-589:
-

 Summary: Configurable hot key for Mute/Unmute should be added
 Key: OPENMEETINGS-589
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-589
 Project: Openmeetings
  Issue Type: Bug
  Components: Audio/Video, UI
Affects Versions: 3.0 Apache Release
Reporter: Maxim Solodovnik
Assignee: Maxim Solodovnik
 Fix For: 3.0 Apache Release


Configurable hot key for Mute/Unmute should be added with default binding to F7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (OPENMEETINGS-589) Configurable hot key for Mute/Unmute should be added

2013-04-02 Thread Maxim Solodovnik (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik updated OPENMEETINGS-589:
--

Issue Type: Improvement  (was: Bug)

 Configurable hot key for Mute/Unmute should be added
 

 Key: OPENMEETINGS-589
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-589
 Project: Openmeetings
  Issue Type: Improvement
  Components: Audio/Video, UI
Affects Versions: 3.0 Apache Release
Reporter: Maxim Solodovnik
Assignee: Maxim Solodovnik
 Fix For: 3.0 Apache Release


 Configurable hot key for Mute/Unmute should be added with default binding to 
 F7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


svn commit: r1463415 - in /openmeetings: branches/2.1/WebContent/src/ branches/2.1/WebContent/src/base/ branches/2.1/WebContent/src/base/hibernate/ branches/2.1/WebContent/src/modules/conference/flexi

2013-04-02 Thread solomax
Author: solomax
Date: Tue Apr  2 07:39:13 2013
New Revision: 1463415

URL: http://svn.apache.org/r1463415
Log:
[OPENMEETINGS-589] mute/unmute hot key is added

Removed:
openmeetings/branches/2.1/WebContent/src/embed-compressed.js
openmeetings/trunk/singlewebapp/WebContent/src/embed-compressed.js
Modified:

openmeetings/branches/2.1/WebContent/src/base/hibernate/hibRtmpConnection.lzx
openmeetings/branches/2.1/WebContent/src/base/mainAttributes.lzx

openmeetings/branches/2.1/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
openmeetings/branches/2.1/docs/HotKeys.html

openmeetings/branches/2.1/src/org/apache/openmeetings/installation/ImportInitvalues.java

openmeetings/branches/2.1/src/org/apache/openmeetings/remote/MainService.java

openmeetings/branches/2.1/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
openmeetings/branches/2.1/xdocs/HotKeys.xml

openmeetings/trunk/singlewebapp/WebContent/src/base/hibernate/hibRtmpConnection.lzx
openmeetings/trunk/singlewebapp/WebContent/src/base/mainAttributes.lzx

openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/baseConferenceRoom.lzx
openmeetings/trunk/singlewebapp/docs/HotKeys.html

openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/installation/ImportInitvalues.java

openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/MainService.java

openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
openmeetings/trunk/singlewebapp/xdocs/HotKeys.xml

Modified: 
openmeetings/branches/2.1/WebContent/src/base/hibernate/hibRtmpConnection.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/2.1/WebContent/src/base/hibernate/hibRtmpConnection.lzx?rev=1463415r1=1463414r2=1463415view=diff
==
--- 
openmeetings/branches/2.1/WebContent/src/base/hibernate/hibRtmpConnection.lzx 
(original)
+++ 
openmeetings/branches/2.1/WebContent/src/base/hibernate/hibRtmpConnection.lzx 
Tue Apr  2 07:39:13 2013
@@ -668,34 +668,38 @@
 parent.getGeneralOptions.doCall();
 /handler  
 /netRemoteCallHib
-
-netRemoteCallHib name=getGeneralOptions 
funcname=xmlcrm.getGeneralOptions 
-handler name=ondata args=value
-![CDATA[
-if (canvas.thishib.loaderVar != null) {
-  canvas.thishib.loaderVar.setProgress();
-}
-if ($debug) Debug.write(getGeneralOptions: , value.length, 
value);
-if (value != null) {
-   if (value.length  0) {
-   //if ($debug) Debug.write(Give exclusive audio 
keycode is: , value[0].conf_value);
-   canvas.setAttribute('GIVE_EXCLUSIVE_AUDIO_KEY', 
value[0].conf_value);
-}
-   if (value.length  1) {
-   if ($debug) Debug.write(red5sip.enable is: , 
value[1].conf_value);
-   canvas.setAttribute('RED5_SIP_ENABLE', 
value[1].conf_value);
-}
-if (value.length  2) {
-   if ($debug) Debug.write(max_upload_size is: , 
value[2].conf_value);
-   canvas.setAttribute('MAX_UPLOAD_SIZE', 
value[2].conf_value);
-}
-} else {
-   if ($debug) Debug.warn(xmlcrm.getGeneralOptions empty!);
-}
-parent.getUserSalutations.doCall();
-]]
-/handler
-/netRemoteCallHib
+
+   netRemoteCallHib name=getGeneralOptions 
funcname=xmlcrm.getGeneralOptions
+   handler name=ondata args=value
+   ![CDATA[
+   if (canvas.thishib.loaderVar != null) {
+   canvas.thishib.loaderVar.setProgress();
+   }
+   if ($debug) Debug.write(getGeneralOptions: , 
value.length, value);
+   if (value != null) {
+   if (value.length  0) {
+   //if ($debug) Debug.write(Give 
exclusive audio keycode is: , value[0].conf_value);
+   
canvas.setAttribute('GIVE_EXCLUSIVE_AUDIO_KEY', value[0].conf_value);
+   }
+   if (value.length  1) {
+   if ($debug) Debug.write(red5sip.enable 
is: , value[1].conf_value);
+   canvas.setAttribute('RED5_SIP_ENABLE', 
value[1].conf_value);
+   }
+   if (value.length  2) {
+   if ($debug) 
Debug.write(max_upload_size is: , value[2].conf_value);
+  

[jira] [Resolved] (OPENMEETINGS-589) Configurable hot key for Mute/Unmute should be added

2013-04-02 Thread Maxim Solodovnik (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik resolved OPENMEETINGS-589.
---

Resolution: Fixed

revision 1463415.

 Configurable hot key for Mute/Unmute should be added
 

 Key: OPENMEETINGS-589
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-589
 Project: Openmeetings
  Issue Type: Improvement
  Components: Audio/Video, UI
Affects Versions: 3.0 Apache Release
Reporter: Maxim Solodovnik
Assignee: Maxim Solodovnik
 Fix For: 3.0 Apache Release


 Configurable hot key for Mute/Unmute should be added with default binding to 
 F7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (OPENMEETINGS-507) Error message is shown when user save the Profile settings

2013-04-02 Thread Andun Sameera Liyanagunawardana (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13619621#comment-13619621
 ] 

Andun Sameera Liyanagunawardana commented on OPENMEETINGS-507:
--

I have deeply looked in to this issue. When the Save  button is clicked, 
following code in the 
/singlewebapp/WebContent/src/modules/conference/popups/rpcerrorDialog.lzx is 
executed. That is responsible to show the pop up message.

class name=contentSaveWindow extends=baseErrorDialog

attribute name=saveObj value=null /
attribute name=refObj value=null /
attribute name=processNextIndex value=0 type=number /
attribute name=errorid value=0 type=number /

handler name=oninit
lz.ModeManager.makeModal(this);
if ($debug) Debug.write(contentsavewindow: ,errorid);
this.startSave();
/handler

handler name=onclose
lz.ModeManager.release(this);
/handler

method name=startSave
![CDATA[
for (var i=0;ithis.saveObj.length;i++){
this.saveObj[i].prepareCall();
}
this.processNext();
]]
/method

method name=errorByCode args=eCode
this.errorid = eCode;
this.getErrorByCode.doCall();
/method

method name=processNext
![CDATA[
//Debug.write(processNext: 
,this.saveObj.length,this.processNextIndex);
if (this.saveObj.lengththis.processNextIndex){
this.saveObj[this.processNextIndex].returnObj=this;
this.saveObj[this.processNextIndex].doCall();
this.processNextIndex++;
} else {
//Debug.write(update process complete);
this.refObj.onsavecompleted.sendEvent();
this.close();
}
]]
/method

method name=doCallBack
this.close();
/method

simpleLabelButton name=_btn labelid=333 width=100 x=$once{ 
parent.width-104 } 
y=$once{ parent.height-24 } onclick=parent.doCallBack(); / 

/class

I think the pop up of this dialog is not caused by a error. But the false 
content shown in the dialog is causing the problem. Basically this pop up 
message is showed to indicated the the Save process is completed. So the 
problem I found is,

-Message goes invisible just after it shows
-The title and content of the message is a error message while in this 
particular context it is showed to indicated the completion of the save process.

The first problem can be easily corrected by removing the this.close(); call in 
the processNext method. But what should be the way to correct the second 
problem ? Can we create a save completion dialog by extending baseErrorDialog ?

Thanks
AndunSLG


 Error message is shown when user save the Profile settings 
 ---

 Key: OPENMEETINGS-507
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-507
 Project: Openmeetings
  Issue Type: Bug
Reporter: Vasiliy Degtyarev
Priority: Minor

 Go to the openmeetings Profile tab and select Edit settings. Click on 
 Save button and observe. Error message is shown.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (OPENMEETINGS-590) Useless SIP Settings section in the user screen.

2013-04-02 Thread Irina Arkhipets (JIRA)
Irina Arkhipets created OPENMEETINGS-590:


 Summary: Useless SIP Settings section in the user screen.
 Key: OPENMEETINGS-590
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-590
 Project: Openmeetings
  Issue Type: Bug
  Components: UI
Affects Versions: 2.1 Apache Release
Reporter: Irina Arkhipets
Assignee: SebastianWagner
Priority: Minor
 Fix For: 3.0 Apache Release


User screen contains useless SIP account settings section which does not 
contain any editable fields and should be removed.

Just go to Administration - Users screen, select some user and observe the 
right part of the frame. It's just below the Organizations table.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


svn commit: r1463476 - in /openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom: interviewConferenceRoom.lzx restrictedConferenceRoom.lzx

2013-04-02 Thread vdegtyarev
Author: vdegtyarev
Date: Tue Apr  2 10:49:26 2013
New Revision: 1463476

URL: http://svn.apache.org/r1463476
Log:
OPENMEETINGS-575 bug is fixed. Name of the restricted and interview rooms is 
displayed when user enters to this room.

Modified:

openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/interviewConferenceRoom.lzx

openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx

Modified: 
openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/interviewConferenceRoom.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/interviewConferenceRoom.lzx?rev=1463476r1=1463475r2=1463476view=diff
==
--- 
openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/interviewConferenceRoom.lzx
 (original)
+++ 
openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/interviewConferenceRoom.lzx
 Tue Apr  2 10:49:26 2013
@@ -53,6 +53,12 @@
 
 canvas.currentBaseConferenceRoom = this;
 
+canvas.currentRoomObj.hideScreenSharing = true;
+new lz.moderationPanel(canvas._moderatormenu,{
+name:'_moderationPanel',align:'right',
+roomName:this.roomobj.name
+});  
+
 /handler
 
 handler name=ontabcontentleave

Modified: 
openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx?rev=1463476r1=1463475r2=1463476view=diff
==
--- 
openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx
 (original)
+++ 
openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/restrictedConferenceRoom.lzx
 Tue Apr  2 10:49:26 2013
@@ -27,7 +27,8 @@
 
 new lz.moderationPanel(canvas._conferencemenu,{
 name:'_moderationPanel',align:'right',
-allowUserQuestions:this.roomobj.allowUserQuestions
+allowUserQuestions:this.roomobj.allowUserQuestions,
+roomName:this.roomobj.name
 });  
 
 canvas._conferencemenu.setAttribute('visibility','visible');




[jira] [Updated] (OPENMEETINGS-575) Name of the restricted and interview rooms is not displayed when user enter to this room

2013-04-02 Thread Vasiliy Degtyarev (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vasiliy Degtyarev updated OPENMEETINGS-575:
---

Assignee: Vasiliy Degtyarev  (was: SebastianWagner)

 Name of the restricted and interview rooms is not displayed when user enter 
 to this room
 

 Key: OPENMEETINGS-575
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-575
 Project: Openmeetings
  Issue Type: Bug
  Components: UI
Affects Versions: 2.1 Apache Release
Reporter: Vasiliy Degtyarev
Assignee: Vasiliy Degtyarev
Priority: Minor
 Fix For: 3.0 Apache Release


 When user go to the restricted or interview room, then name of the room is 
 not displayed at the top line.
 It seems that the name of the room should be desplayed for the all rooms at 
 the top line.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (OPENMEETINGS-507) Error message is shown when user save the Profile settings

2013-04-02 Thread Andun Sameera Liyanagunawardana (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13619748#comment-13619748
 ] 

Andun Sameera Liyanagunawardana commented on OPENMEETINGS-507:
--

Hi,

Also I have noticed that the Save Completion dialog which is given by the above 
coed is shown when 
/singlewebapp/WebContent/src/base/contentviews/baseContentSaveView.lzx's Save 
button is clicked. So each and every where baseContentSaveView is used, this 
false message will come. 

So what is the best way to correct this? I think creating a new dialog will be 
good.

Thnaks
AndunSLG

 Error message is shown when user save the Profile settings 
 ---

 Key: OPENMEETINGS-507
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-507
 Project: Openmeetings
  Issue Type: Bug
Reporter: Vasiliy Degtyarev
Priority: Minor

 Go to the openmeetings Profile tab and select Edit settings. Click on 
 Save button and observe. Error message is shown.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (OPENMEETINGS-410) whiteboard first color

2013-04-02 Thread Andun Sameera Liyanagunawardana (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13619769#comment-13619769
 ] 

Andun Sameera Liyanagunawardana commented on OPENMEETINGS-410:
--

I have looked at this in the current trunk. We can draw well with the first 
color selection and width selection. Is there any other special step to 
reproduce this issue?

 whiteboard first color
 --

 Key: OPENMEETINGS-410
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-410
 Project: Openmeetings
  Issue Type: Bug
Reporter: Mukesh Reddy
Priority: Minor

 color selection is not working properly for text and also to draw circles and 
 rectangles
 only second color is working properly first color width seems to be constant 
 even after changing also

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (OPENMEETINGS-432) video only room is coming with white board also

2013-04-02 Thread Andun Sameera Liyanagunawardana (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13619790#comment-13619790
 ] 

Andun Sameera Liyanagunawardana commented on OPENMEETINGS-432:
--

This is reproducible in the latest trunk. Will look in to it.

 video only room is coming with white board also
 ---

 Key: OPENMEETINGS-432
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-432
 Project: Openmeetings
  Issue Type: Bug
Affects Versions: 2.1 Apache Release
 Environment: windows 64 bit
Reporter: Mukesh Reddy
 Attachments: videoonlyroom.JPG


 while i try to enter into a room with video only option i am getting video 
 with whiteboard 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (OPENMEETINGS-432) video only room is coming with white board also

2013-04-02 Thread Andun Sameera Liyanagunawardana (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13619853#comment-13619853
 ] 

Andun Sameera Liyanagunawardana commented on OPENMEETINGS-432:
--

I have checked this issue further. This will happen only if you enter the 
public Video Only Room provided in the default public rooms list. The reason 
was in that particular room hide white board option is not selected. That is 
the fault here. If we create a complete new room with the hide Whiteboard 
option, Video Only concept is working 100% fine. 

To correct this behavior in the default public Video Only Room we have to 
change 
singlewebapp/src/org/apache/openmeetings/installation/ImportInitvalues.java. I 
have attached the patch(OMPatch1) to correct the problem.

Thanks
AndunSLG

 video only room is coming with white board also
 ---

 Key: OPENMEETINGS-432
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-432
 Project: Openmeetings
  Issue Type: Bug
Affects Versions: 2.1 Apache Release
 Environment: windows 64 bit
Reporter: Mukesh Reddy
 Attachments: videoonlyroom.JPG


 while i try to enter into a room with video only option i am getting video 
 with whiteboard 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (OPENMEETINGS-432) video only room is coming with white board also

2013-04-02 Thread Andun Sameera Liyanagunawardana (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andun Sameera Liyanagunawardana updated OPENMEETINGS-432:
-

Attachment: OMPatch1.patch

Correct the default public Video Only Room room to hide the video.

 video only room is coming with white board also
 ---

 Key: OPENMEETINGS-432
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-432
 Project: Openmeetings
  Issue Type: Bug
Affects Versions: 2.1 Apache Release
 Environment: windows 64 bit
Reporter: Mukesh Reddy
 Attachments: OMPatch1.patch, videoonlyroom.JPG


 while i try to enter into a room with video only option i am getting video 
 with whiteboard 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (OPENMEETINGS-589) Configurable hot key for Mute/Unmute should be added

2013-04-02 Thread Maxim Solodovnik (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik updated OPENMEETINGS-589:
--

Fix Version/s: 2.1.1 Apache Release

 Configurable hot key for Mute/Unmute should be added
 

 Key: OPENMEETINGS-589
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-589
 Project: Openmeetings
  Issue Type: Improvement
  Components: Audio/Video, UI
Affects Versions: 3.0.0 Apache Release
Reporter: Maxim Solodovnik
Assignee: Maxim Solodovnik
 Fix For: 3.0.0 Apache Release, 2.1.1 Apache Release


 Configurable hot key for Mute/Unmute should be added with default binding to 
 F7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (OPENMEETINGS-587) Exclusive audio by hotkey is broken

2013-04-02 Thread Maxim Solodovnik (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik updated OPENMEETINGS-587:
--

Fix Version/s: 2.1.1 Apache Release

 Exclusive audio by hotkey is broken
 ---

 Key: OPENMEETINGS-587
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-587
 Project: Openmeetings
  Issue Type: Bug
Affects Versions: 3.0.0 Apache Release
Reporter: Maxim Solodovnik
Assignee: Maxim Solodovnik
 Fix For: 3.0.0 Apache Release, 2.1.1 Apache Release


 Exclusive audio by hotkey is broken
 Currently there is configurable key to trigger exclusive audio.
 This hot key is broken

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


svn commit: r1463832 - in /openmeetings: branches/2.1/docs/red5sip-integration_2.1.html branches/2.1/xdocs/red5sip-integration_2.1.xml trunk/singlewebapp/docs/red5sip-integration_2.1.html trunk/single

2013-04-02 Thread solomax
Author: solomax
Date: Wed Apr  3 05:46:28 2013
New Revision: 1463832

URL: http://svn.apache.org/r1463832
Log:
Asterisk download URL was broken (fixed)

Modified:
openmeetings/branches/2.1/docs/red5sip-integration_2.1.html
openmeetings/branches/2.1/xdocs/red5sip-integration_2.1.xml
openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html
openmeetings/trunk/singlewebapp/xdocs/red5sip-integration_2.1.xml

Modified: openmeetings/branches/2.1/docs/red5sip-integration_2.1.html
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/2.1/docs/red5sip-integration_2.1.html?rev=1463832r1=1463831r2=1463832view=diff
==
--- openmeetings/branches/2.1/docs/red5sip-integration_2.1.html (original)
+++ openmeetings/branches/2.1/docs/red5sip-integration_2.1.html Wed Apr  3 
05:46:28 2013
@@ -743,7 +743,7 @@ limitations under the License.
blockquote
i
sudo mkdir /usr/src/asterisk 
amp;amp; cd /usr/src/asteriskbr /
-   sudo wget 
http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-11.2.1.tar.gzbr 
/
+   sudo wget 
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-11.2.1.tar.gzbr
 /
sudo tar -xvzf 
asterisk-11.2.1.tar.gzbr /
cd ./asterisk-11.2.1br /
sudo make cleanbr /

Modified: openmeetings/branches/2.1/xdocs/red5sip-integration_2.1.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/2.1/xdocs/red5sip-integration_2.1.xml?rev=1463832r1=1463831r2=1463832view=diff
==
--- openmeetings/branches/2.1/xdocs/red5sip-integration_2.1.xml (original)
+++ openmeetings/branches/2.1/xdocs/red5sip-integration_2.1.xml Wed Apr  3 
05:46:28 2013
@@ -83,7 +83,7 @@
blockquote
i
sudo mkdir /usr/src/asterisk 
amp;amp; cd /usr/src/asteriskbr /
-   sudo wget 
http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-11.2.1.tar.gzbr 
/
+   sudo wget 
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-11.2.1.tar.gzbr
 /
sudo tar -xvzf 
asterisk-11.2.1.tar.gzbr /
cd ./asterisk-11.2.1br /
sudo make cleanbr /

Modified: openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html?rev=1463832r1=1463831r2=1463832view=diff
==
--- openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html (original)
+++ openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html Wed Apr  
3 05:46:28 2013
@@ -743,7 +743,7 @@ limitations under the License.
blockquote
i
sudo mkdir /usr/src/asterisk 
amp;amp; cd /usr/src/asteriskbr /
-   sudo wget 
http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-11.2.1.tar.gzbr 
/
+   sudo wget 
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-11.2.1.tar.gzbr
 /
sudo tar -xvzf 
asterisk-11.2.1.tar.gzbr /
cd ./asterisk-11.2.1br /
sudo make cleanbr /

Modified: openmeetings/trunk/singlewebapp/xdocs/red5sip-integration_2.1.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/xdocs/red5sip-integration_2.1.xml?rev=1463832r1=1463831r2=1463832view=diff
==
--- openmeetings/trunk/singlewebapp/xdocs/red5sip-integration_2.1.xml (original)
+++ openmeetings/trunk/singlewebapp/xdocs/red5sip-integration_2.1.xml Wed Apr  
3 05:46:28 2013
@@ -83,7 +83,7 @@
blockquote
i
sudo mkdir /usr/src/asterisk 
amp;amp; cd /usr/src/asteriskbr /
-   sudo wget 
http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-11.2.1.tar.gzbr 
/
+   sudo wget