[jira] [Commented] (OPENMEETINGS-2737) Incomplete Address when dialing OM Conference room

2022-05-17 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538237#comment-17538237
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2737:


{quote}I went to unipro.ru. I can't find pricing on the site. Nor a way to even 
make a inquiry. I would like to know what it would cost me to get openmeeting 
functional where I can call into a conference room from PSTN or Mobible and 
call conference to conference.{quote}

The prices are here: https://unipro.ru/en/comsupport-openmeetings/
some basic description here: https://unipro.ru/en/web-conferences/

> Incomplete Address when dialing OM Conference room
> --
>
> Key: OPENMEETINGS-2737
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2737
> Project: Openmeetings
>  Issue Type: Bug
>  Components: VoIP/SIP
>Affects Versions: 6.2.0
>Reporter: Horace Miles
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When trying to call OM conference room I receive the following error:  
> SIP/2.0 484 Address Incomplete
> *CLI> pjsip show history
> No.   Timestamp  (Dir) Address  SIP Message   
>  
> = == == 
> ===
> 0 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 1 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 401 Unauthorized
> 2 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> 3 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 4 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 484 Address Incomplete
> 5 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> *CLI>
> sip.conf settings
> [omsip_user]
> host=dynamic
> secret=
> context=rooms-omsip
> transport=ws,wss
> type=friend
> encryption=no
> avpf=yes
> icesupport=yes
> directmedia=no
> allow=!all,ulaw,opus,vp8
> extensions.conf configuration
> [rooms]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),SET(PIN=${DB(openmeetings/rooms/${EXTEN})})
> exten => _400X!,n,Set(CONFBRIDGE(user,template)=sip_user)
> exten => _400X!,n,Set(CONFBRIDGE(user,pin)=${PIN})
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,)
> exten => _400X!,n,Hangup
> exten => _400X!,n(notavail),Answer()
> exten => _400X!,n,Playback(invalid)
> exten => _400X!,n,Hangup
> [rooms-originate]
> exten => _400X!,1,Confbridge(${EXTEN},default_bridge,sip_user)
> exten => _400X!,n,Hangup
> [rooms-out]
> ; *
> ; Extensions for outgoing calls from Openmeetings room.
> ; *
> [rooms-omsip]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,omsip_user)
> exten => _400X!,n(notavail),Hangup
> Asterisk Database
> CLI> database show
> /dundi/secret : 
> fL3QQ8egcjnj1bEufyh+AQ==;W6fVbQ9sJWPq0oZp50y7Ig==
> /dundi/secretexpiry   : 1652465880   
> /openmeetings/rooms   : 4004 
> /openmeetings/rooms/40011 :  
> /pbx/UUID : 
> 7dd6882b-8da9-4099-a6a7-3012970c94ca
> /registrar/contact/horace-cellphone;@de16880426ac7644569b396c5df408ff: 
> {"via_addr":"10.10.0.8","qualify_timeout":"3.00","call_id":"GM3y5EhhVO","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-cellphone","via_port":"41916","authenticate_qualify":"no","uri":"sip:horace-cellphone@98.174.244.227:41916;transport=udp","qualify_frequency":"0","user_agent":"LinphoneAndroid/4.6.7
>  (Galaxy Note9) LinphoneSDK/5.1.28 
> (tags/5.1.28^0)","expiration_time":"1652465692","outbound_proxy":""}
> /registrar/contact/horace-desktop;@2487af86a629ea26178ed30c7963b8f8: 
> {"via_addr":"10.10.0.2","qualify_timeout":"3.00","call_id":"2LzZJqpTs1","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-desktop","via_port":"5060","authenticate_qualify":"no","uri":"sip:horace-desktop@98.174.244.227;transport=udp","qualify_frequency":"0","user_agent":"Linphone
>  Desktop/4.4.1 (MILES-PC) Windows 10 Version 2009, Qt 5.15.2 
> LinphoneCore/5.1.19-1-g6cdd0918e","expiration_time":"1652466228","outbound_proxy":""}
> 7 results found.
> *CLI> 
> I am using linphone 4.4.1 - Qt5.15.2
> Asterisk 16
> I can successfully make calls from Asterisk extension inbound and output to 
> both internal extentions and external PTSN numbers.
> I can not dial out of a OM Conference room - I get nothing at all
> I 

svn commit: r54599 - /release/openmeetings/6.2.0/

2022-05-17 Thread solomax
Author: solomax
Date: Tue May 17 14:10:31 2022
New Revision: 54599

Log:
Old releases are removed

Removed:
release/openmeetings/6.2.0/



[jira] [Commented] (OPENMEETINGS-2737) Incomplete Address when dialing OM Conference room

2022-05-17 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538233#comment-17538233
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2737:


Hello [~hormiles],

sorry I'm a bit slow due do kids and day-time-job :(
I can't provide any fix for version {{6.2.0}} it is unchangeable since released

so {{Affects Version/s == 6.2.0}}
and {{Fix Version/s == TBD}}

According to your issue with reloading:

{code}
Failed to bind to 0.0.0.0:5060: Address already in use
{code}

I would check 
# how many asterisk processes do you have
# what other service might be listening at port 5060

According to calls from room:

previously there was section in the docs:
https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-server/src/site/xdoc/voip-sip-integration.xml#L190

{code}
[rooms-out]
; *
; Extensions for outgoing calls from Openmeetings room.
; *
{code}

Call from land-line/mobile to room should be available
I'll ask colleague of mine if he'll remember how it was done

Call between conf rooms was never implemented, most probably it is possible 
(not sure yet, how :(( )

I can only test at my local machine
So I would appreciate any help on how can I configure local Asterisk to test 
external calls :)


> Incomplete Address when dialing OM Conference room
> --
>
> Key: OPENMEETINGS-2737
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2737
> Project: Openmeetings
>  Issue Type: Bug
>  Components: VoIP/SIP
>Affects Versions: 6.2.0
>Reporter: Horace Miles
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When trying to call OM conference room I receive the following error:  
> SIP/2.0 484 Address Incomplete
> *CLI> pjsip show history
> No.   Timestamp  (Dir) Address  SIP Message   
>  
> = == == 
> ===
> 0 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 1 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 401 Unauthorized
> 2 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> 3 1652464465 * <== 98.174.244.227:41916 INVITE 
> sip:40011@98.174.244.232 SIP/2.0
> 4 1652464465 * ==> 98.174.244.227:41916 SIP/2.0 484 Address Incomplete
> 5 1652464465 * <== 98.174.244.227:41916 ACK sip:40011@98.174.244.232 
> SIP/2.0
> *CLI>
> sip.conf settings
> [omsip_user]
> host=dynamic
> secret=
> context=rooms-omsip
> transport=ws,wss
> type=friend
> encryption=no
> avpf=yes
> icesupport=yes
> directmedia=no
> allow=!all,ulaw,opus,vp8
> extensions.conf configuration
> [rooms]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),SET(PIN=${DB(openmeetings/rooms/${EXTEN})})
> exten => _400X!,n,Set(CONFBRIDGE(user,template)=sip_user)
> exten => _400X!,n,Set(CONFBRIDGE(user,pin)=${PIN})
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,)
> exten => _400X!,n,Hangup
> exten => _400X!,n(notavail),Answer()
> exten => _400X!,n,Playback(invalid)
> exten => _400X!,n,Hangup
> [rooms-originate]
> exten => _400X!,1,Confbridge(${EXTEN},default_bridge,sip_user)
> exten => _400X!,n,Hangup
> [rooms-out]
> ; *
> ; Extensions for outgoing calls from Openmeetings room.
> ; *
> [rooms-omsip]
> exten => 
> _400X!,1,GotoIf($[${DB_EXISTS(openmeetings/rooms/${EXTEN})}]?ok:notavail)
> exten => _400X!,n(ok),Confbridge(${EXTEN},default_bridge,omsip_user)
> exten => _400X!,n(notavail),Hangup
> Asterisk Database
> CLI> database show
> /dundi/secret : 
> fL3QQ8egcjnj1bEufyh+AQ==;W6fVbQ9sJWPq0oZp50y7Ig==
> /dundi/secretexpiry   : 1652465880   
> /openmeetings/rooms   : 4004 
> /openmeetings/rooms/40011 :  
> /pbx/UUID : 
> 7dd6882b-8da9-4099-a6a7-3012970c94ca
> /registrar/contact/horace-cellphone;@de16880426ac7644569b396c5df408ff: 
> {"via_addr":"10.10.0.8","qualify_timeout":"3.00","call_id":"GM3y5EhhVO","reg_server":"","prune_on_boot":"no","path":"","endpoint":"horace-cellphone","via_port":"41916","authenticate_qualify":"no","uri":"sip:horace-cellphone@98.174.244.227:41916;transport=udp","qualify_frequency":"0","user_agent":"LinphoneAndroid/4.6.7
>  (Galaxy Note9) LinphoneSDK/5.1.28 
> (tags/5.1.28^0)","expiration_time":"1652465692","outbound_proxy":""}
> 

[openmeetings] branch master updated: [OPENMEETINGS-2734] updated to java17

2022-05-17 Thread solomax
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
 new fdc7e9ac0 [OPENMEETINGS-2734] updated to java17
fdc7e9ac0 is described below

commit fdc7e9ac04a8a87b7776c4f8005bbba7fd59217d
Author: Maxim Solodovnik 
AuthorDate: Tue May 17 22:47:36 2022 +0700

[OPENMEETINGS-2734] updated to java17
---
 README.md | 4 ++--
 openmeetings-server/src/site/xdoc/BuildInstructions.xml   | 2 +-
 openmeetings-server/src/site/xdoc/ReleaseGuide.xml| 2 +-
 openmeetings-server/src/site/xdoc/WebsiteGuide.xml| 2 +-
 openmeetings-server/src/site/xdoc/installation.xml| 4 ++--
 .../{Application_iw.properties.xml => Application_he.properties.xml}  | 0
 .../{Application_in.properties.xml => Application_id.properties.xml}  | 0
 openmeetings-web/src/main/webapp/WEB-INF/classes/hazelcast.xml| 2 +-
 openmeetings-web/src/main/webapp/languages/languages.xml  | 4 ++--
 pom.xml   | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 8d6316476..9848c28ae 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Along with the developer mailing list archive:
 
 System Requirements
 ===
-You need a platform that supports [Java SE 
11](https://www.oracle.com/java/technologies/javase-downloads.html).
+You need a platform that supports [Java SE 
17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html).
 
 
 Building and running
@@ -32,7 +32,7 @@ Building and running
 To build from source code:
 
   - Requirements:
-Sources compilation require `Java SE 11`, [Apache Maven 3.5.0 or 
later](https://maven.apache.org/).
+Sources compilation require `Java SE 17`, [Apache Maven 3.5.0 or 
later](https://maven.apache.org/).
   - To build the OpenMeetings project run mvn in the root directory:
  `mvn clean install -PallModules`
   - To run the OpenMeetings project:
diff --git a/openmeetings-server/src/site/xdoc/BuildInstructions.xml 
b/openmeetings-server/src/site/xdoc/BuildInstructions.xml
index 08048517c..0acde5705 100644
--- a/openmeetings-server/src/site/xdoc/BuildInstructions.xml
+++ b/openmeetings-server/src/site/xdoc/BuildInstructions.xml
@@ -32,7 +32,7 @@

To build a binary release of OpenMeetings 
you need: 

-   Oracle JDK11
+   Oracle JDK17
Apache Maven (minimum) 3.5.0
Git

diff --git a/openmeetings-server/src/site/xdoc/ReleaseGuide.xml 
b/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
index 62b117ed1..79aba0e0d 100644
--- a/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
+++ b/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
@@ -26,7 +26,7 @@

To build a binary release of 
OpenMeetings you need: 

-   JDK11
+   JDK17
Apache Maven 3.5.0
Git Command line client
A text editor
diff --git a/openmeetings-server/src/site/xdoc/WebsiteGuide.xml 
b/openmeetings-server/src/site/xdoc/WebsiteGuide.xml
index b54591058..74d5e0bac 100644
--- a/openmeetings-server/src/site/xdoc/WebsiteGuide.xml
+++ b/openmeetings-server/src/site/xdoc/WebsiteGuide.xml
@@ -24,7 +24,7 @@



-   JDK11
+   JDK17
Apache Maven (3.5.0 or 
later)


diff --git a/openmeetings-server/src/site/xdoc/installation.xml 
b/openmeetings-server/src/site/xdoc/installation.xml
index eaa33dc3a..da35f1d56 100644
--- a/openmeetings-server/src/site/xdoc/installation.xml
+++ b/openmeetings-server/src/site/xdoc/installation.xml
@@ -38,7 +38,7 @@


Download latest .zip (.tar.gz)
-   Java 
11 required
+   Java 
17 required
  

[jira] [Commented] (OPENMEETINGS-2734) OM should be migrated to java17

2022-05-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538292#comment-17538292
 ] 

ASF subversion and git services commented on OPENMEETINGS-2734:
---

Commit fdc7e9ac04a8a87b7776c4f8005bbba7fd59217d in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=fdc7e9ac0 ]

[OPENMEETINGS-2734] updated to java17


> OM should be migrated to java17
> ---
>
> Key: OPENMEETINGS-2734
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2734
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Minimum java version for project should be updated to Java17
> additional steps required:
>  - Hebrew (_iw) should be renamed to {{_he}}
>  -  indonesian(_in) should be renamed to {{_id}}
> - 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)