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

2022-06-13 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2737:


Glad everything works :))

not sure what tomcat4 is :(

the usual procedure is:
# copy _your_DB_persistence.xml to persistence.xml
# specify valid connection params/credentials

:

> 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 can not dial into a open meetings 
> I can not dial between conference rooms
> I have also tried to create AOR, Auth and Endpoint records for a conference 
> room as follows:
> [40011]
> type=endpoint
> context=rooms-omsip
> 

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

2022-06-13 Thread Horace Miles (Jira)


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

Horace Miles edited comment on OPENMEETINGS-2737 at 6/13/22 7:31 PM:
-

hi Maxim,
I hope you had peaceful holiday.
Thanks for the reply.I took your advice and upgraded to Java 17:
loveofyah@meetings:/opt/open602/bin$ sudo ./startup.sh
Using CATALINA_BASE:   /opt/open602
Using CATALINA_HOME:   /opt/open602
Using CATALINA_TMPDIR: /opt/open602/temp
Using JRE_HOME:/usr/lib/jvm/jdk-17
Using CLASSPATH:   
/opt/open602/bin/bootstrap.jar:/opt/open602/bin/tomcat-juli.jar
Using CATALINA_OPTS:   
Tomcat started.
loveofyah@meeting

Updated the following files
/opt/open602/webapps/openmeetings/WEB-INF/classes/openmeetings.properties 
/opt/open602/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml
 
/opt/open602/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml 
/opt/open602/conf/server.xml 

copied/upgraded to 
/opt/open602/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-8.0.29.jar

I am not getting:
The page isn’t redirecting properly

An error occurred during a connection to localhost:5443.

This problem can sometimes be caused by disabling or refusing to accept 
cookies. 

I have verified the page is accepting cookies 
I have deleted all existing cookies

Do I also need to upgrade the Tomcat version.  I am currently running tom34

Any ideas?


was (Author: hormiles):
hi Maxim,
I hope you had peaceful holiday.
Thanks for the reply.I took your advice and upgraded to Java 17:
loveofyah@meetings:/opt/open602/bin$ sudo ./startup.sh
Using CATALINA_BASE:   /opt/open602
Using CATALINA_HOME:   /opt/open602
Using CATALINA_TMPDIR: /opt/open602/temp
Using JRE_HOME:/usr/lib/jvm/jdk-17
Using CLASSPATH:   
/opt/open602/bin/bootstrap.jar:/opt/open602/bin/tomcat-juli.jar
Using CATALINA_OPTS:   
Tomcat started.
loveofyah@meeting

Updated the following files
/opt/open602/webapps/openmeetings/WEB-INF/classes/openmeetings.properties 
/opt/open602/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml
 
/opt/open602/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml 
/opt/open602/conf/server.xml 

copied/upgraded to 
/opt/open602/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-8.0.29.jar

I am not getting:
The page isn’t redirecting properly

An error occurred during a connection to localhost:5443.

This problem can sometimes be caused by disabling or refusing to accept 
cookies. 

I have verified the page is accepting cookies 

Do I also need to upgrade the Tomcat version.  I am currently running tom34

Any ideas?

> 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 

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

2022-06-13 Thread Horace Miles (Jira)


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

Horace Miles edited comment on OPENMEETINGS-2737 at 6/13/22 7:21 PM:
-

hi Maxim,
I hope you had peaceful holiday.
Thanks for the reply.I took your advice and upgraded to Java 17:
loveofyah@meetings:/opt/open602/bin$ sudo ./startup.sh
Using CATALINA_BASE:   /opt/open602
Using CATALINA_HOME:   /opt/open602
Using CATALINA_TMPDIR: /opt/open602/temp
Using JRE_HOME:/usr/lib/jvm/jdk-17
Using CLASSPATH:   
/opt/open602/bin/bootstrap.jar:/opt/open602/bin/tomcat-juli.jar
Using CATALINA_OPTS:   
Tomcat started.
loveofyah@meeting

Updated the following files
/opt/open602/webapps/openmeetings/WEB-INF/classes/openmeetings.properties 
/opt/open602/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml
 
/opt/open602/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml 
/opt/open602/conf/server.xml 

copied/upgraded to 
/opt/open602/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-8.0.29.jar

I am not getting:
The page isn’t redirecting properly

An error occurred during a connection to localhost:5443.

This problem can sometimes be caused by disabling or refusing to accept 
cookies. 

I have verified the page is accepting cookies 

Do I also need to upgrade the Tomcat version.  I am currently running tom34

Any ideas?


was (Author: hormiles):
hi Maxim,
I hope you had peaceful holiday.
Thanks for the reply.I took your advice and upgraded to Java 17:
loveofyah@meetings:/opt/open602/bin$ sudo ./startup.sh
Using CATALINA_BASE:   /opt/open602
Using CATALINA_HOME:   /opt/open602
Using CATALINA_TMPDIR: /opt/open602/temp
Using JRE_HOME:/usr/lib/jvm/jdk-17
Using CLASSPATH:   
/opt/open602/bin/bootstrap.jar:/opt/open602/bin/tomcat-juli.jar
Using CATALINA_OPTS:   
Tomcat started.
loveofyah@meeting

Updated the following files
/opt/open602/webapps/openmeetings/WEB-INF/classes/openmeetings.properties 
/opt/open602/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml
 
/opt/open602/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml 
/opt/open602/conf/server.xml 

copied/upgraded to 
/opt/open602/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-8.0.29.jar

I am not getting:
The page isn’t redirecting properly

An error occurred during a connection to localhost:5443.

This problem can sometimes be caused by disabling or refusing to accept 
cookies. 

I have verified the page is accepting cookies 

Any ideas?

> 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 => 
> 

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

2022-06-13 Thread Horace Miles (Jira)


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

Horace Miles commented on OPENMEETINGS-2737:


hi Maxim,
I hope you had peaceful holiday.
Thanks for the reply.I took your advice and upgraded to Java 17:
loveofyah@meetings:/opt/open602/bin$ sudo ./startup.sh
Using CATALINA_BASE:   /opt/open602
Using CATALINA_HOME:   /opt/open602
Using CATALINA_TMPDIR: /opt/open602/temp
Using JRE_HOME:/usr/lib/jvm/jdk-17
Using CLASSPATH:   
/opt/open602/bin/bootstrap.jar:/opt/open602/bin/tomcat-juli.jar
Using CATALINA_OPTS:   
Tomcat started.
loveofyah@meeting

Updated the following files
/opt/open602/webapps/openmeetings/WEB-INF/classes/openmeetings.properties 
/opt/open602/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml
 
/opt/open602/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml 
/opt/open602/conf/server.xml 

copied/upgraded to 
/opt/open602/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-8.0.29.jar

I am not getting:
The page isn’t redirecting properly

An error occurred during a connection to localhost:5443.

This problem can sometimes be caused by disabling or refusing to accept 
cookies. 

I have verified the page is accepting cookies 

Any ideas?

> 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: 
> 

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

2022-06-13 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2737:


Hello [~hormiles]

sorry for keeping silence (we have public holidays :)))

# 7.0.0 requires java17
# I wouldn't copy {{conf/server.xml, conf/web.xml, 
webapps/openmeetings/WEB-INF/classes/openmeetings.properties, 
webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml and 
webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml}} I would apply 
the changes one by one :))
# You can download newer MySQL connector: 
https://mvnrepository.com/artifact/mysql/mysql-connector-java/8.0.29
# your copy command for last 3 lines looks wrong :(


> 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 

[jira] [Commented] (OPENMEETINGS-2732) (7.0.0) Libraries should be updated

2022-06-13 Thread ASF subversion and git services (Jira)


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

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

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

[OPENMEETINGS-2732] apache-rat-plugin


> (7.0.0) Libraries should be updated
> ---
>
> Key: OPENMEETINGS-2732
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2732
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 7.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 7.0.0
>
>
> Libraries should be updated



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


[openmeetings] branch master updated: [OPENMEETINGS-2732] apache-rat-plugin

2022-06-13 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 95814692f [OPENMEETINGS-2732] apache-rat-plugin
95814692f is described below

commit 95814692faa21a6efa6ffa854d5929e21b709433
Author: Maxim Solodovnik 
AuthorDate: Mon Jun 13 16:33:34 2022 +0700

[OPENMEETINGS-2732] apache-rat-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cfd81a076..e45209203 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
1.0.2
8.7

3.0.0
-   0.13
+   0.14
1.5

3.0.0

3.9.1.2184