[RestComm/Restcomm-Connect] 1bdafd: Organisation REST API. Issue #748.

2022-01-13 Thread 'Guilherme Humberto Jansen' via mobicents-commits
  Branch: refs/heads/Issue748_Organization
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1bdafd7f11a3fad77fc372c8ba0c3ec9f02cf14f
  
https://github.com/RestComm/Restcomm-Connect/commit/1bdafd7f11a3fad77fc372c8ba0c3ec9f02cf14f
  Author: Guilherme Humberto Jansen 
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/mybatis.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog/mariadb/update_script_Feb11_2016.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/accounts.xml
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/organizations.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mongodb/init.js
M restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/sql/init.sql
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/accounts.xml
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/organizations.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/DaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/OrganizationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisDaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisOrganizationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/Account.java
A 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/Organization.java
A 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/OrganizationList.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/Sid.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/OrganizationsEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/OrganizationsJsonEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/OrganizationsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/AccountConverter.java
A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/OrganizationConverter.java

  Log Message:
  ---
  Organisation REST API. Issue #748.


  Commit: b61005d74690b4bf37276712c72776d8346a5387
  
https://github.com/RestComm/Restcomm-Connect/commit/b61005d74690b4bf37276712c72776d8346a5387
  Author: Guilherme Humberto Jansen 
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisDaoManager.java
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisOrganizationsDao.java
A 
restcomm/restcomm.dao/src/test/java/org/mobicents/servlet/restcomm/dao/mybatis/OrganizationsDaoTest.java
M restcomm/restcomm.dao/src/test/resources/accounts.xml
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
M restcomm/restcomm.dao/src/test/resources/mybatis.xml
A restcomm/restcomm.dao/src/test/resources/organizations.xml
M restcomm/restcomm.dao/src/test/resources/restcomm.script
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/OrganizationsEndpoint.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/AccountsEndpointTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/OrganizationsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RestcommAccountsTool.java
A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RestcommOrganizationsTool.java
M 
restcomm/restcomm.testsuite/src/test/resources/org/mobicents/servlet/restcomm/telephony/restcomm_no_auth.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/mobicents/servlet/restcomm/ussd/restcomm.script_ussdPullTest
M 
restcomm/restcomm.testsuite/src/test/resources/org/mobicents/servlet/restcomm/ussd/restcomm_conf_ussd_push.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-EmailEndpoint.xml
M 

[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/restcomm-1854
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/restcomm-1854/a40b67-151e8c%40github.com.


[RestComm/Restcomm-Connect] 3bcd42: Updated RMS version to 5.2.0.36

2022-01-13 Thread 'Henrique Rosa' via mobicents-commits
  Branch: refs/heads/issue1526-rms6
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 3bcd425fb1efc553e5d03f847059ca4748f17f0e
  
https://github.com/RestComm/Restcomm-Connect/commit/3bcd425fb1efc553e5d03f847059ca4748f17f0e
  Author: hrosa 
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated RMS version to 5.2.0.36


  Commit: 8d8aa0a1902045c8e3b4e5b3254901b040194192
  
https://github.com/RestComm/Restcomm-Connect/commit/8d8aa0a1902045c8e3b4e5b3254901b040194192
  Author: hrosa 
  Date:   2017-01-09 (Mon, 09 Jan 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated RMS build to 37.


  Commit: 64bae1c275f4c93ae52c0726d18aceeff6968f64
  
https://github.com/RestComm/Restcomm-Connect/commit/64bae1c275f4c93ae52c0726d18aceeff6968f64
  Author: hrosa 
  Date:   2017-01-10 (Tue, 10 Jan 2017)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/amazonS3/S3AccessTool.java
R 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/exceptions/AccountHierarchyDepthCrossed.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/AccountsDao.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/exceptions/AccountHierarchyDepthCrossed.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisDaoManager.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/AccountsDaoTest.java
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/calls-api.adoc
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/AccountsDaoMock.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/UserIdentityContext.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M restcomm/restcomm.testsuite/pom.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingTest.java
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm_recording_s3_upload.xml

  Log Message:
  ---
  Merge branch 'master' into issue1526-rms6


  Commit: 5088e5aeb4c15be4b18e933d88d34e54175256b1
  
https://github.com/RestComm/Restcomm-Connect/commit/5088e5aeb4c15be4b18e933d88d34e54175256b1
  Author: hrosa 
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated RMS build to 38.


  Commit: 8e232b0ec5c9eaade93b14d5355833a73ecba8d4
  
https://github.com/RestComm/Restcomm-Connect/commit/8e232b0ec5c9eaade93b14d5355833a73ecba8d4
  Author: hrosa 
  Date:   2017-01-17 (Tue, 17 Jan 2017)

  Changed paths:
M load_tests/run_offline.sh
M 
restcomm/restcomm.mrb/src/main/java/org/restcomm/connect/mrb/MediaResourceBrokerGeneric.java
M 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
M restcomm/restcomm.rvd/src/main/webapp/js/app/services.js
M restcomm/restcomm.rvd/src/main/webapp/js/lib/basic-dragdrop.js
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkTest.java

  Log Message:
  ---
  Merge branch 'master' into issue1526-rms6


  Commit: fe510367facdd6cf1202f7fb8de5c0a8a3efbbc6
  
https://github.com/RestComm/Restcomm-Connect/commit/fe510367facdd6cf1202f7fb8de5c0a8a3efbbc6
  Author: hrosa 
  Date:   2017-01-19 (Thu, 19 Jan 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountConverter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mrb.api/src/main/java/org/restcomm/connect/mrb/api/ConferenceMediaResourceControllerStateChanged.java
R 

[RestComm/Restcomm-Connect] b26338: Add Multiprovider headers for WebRTC and proxyOut ...

2022-01-13 Thread 'abdul aziz ali' via mobicents-commits
  Branch: refs/heads/MPROV_WebRTC
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b26338f6e7327b2f39b0edf3f426f576e00d83d8
  
https://github.com/RestComm/Restcomm-Connect/commit/b26338f6e7327b2f39b0edf3f426f576e00d83d8
  Author: abdulazizali77 
  Date:   2018-01-15 (Mon, 15 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  Add Multiprovider headers for WebRTC and proxyOut cases. Fix proxyPassword


  Commit: 6f714afd57a7cf5e92b6246f8813f04b25c42c64
  
https://github.com/RestComm/Restcomm-Connect/commit/6f714afd57a7cf5e92b6246f8813f04b25c42c64
  Author: abdulazizali77 
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  Add explicit handling for Route headers


  Commit: 0ef440bbf3a332ae4b79348c6ad0be74f39d768f
  
https://github.com/RestComm/Restcomm-Connect/commit/0ef440bbf3a332ae4b79348c6ad0be74f39d768f
  Author: abdulazizali77 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  Copy Route headers in B2BUAHelper


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/1bf49ea1ce9e...0ef440bbf3a3

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/MPROV_WebRTC/1bf49e-0ef440%40github.com.


[RestComm/Restcomm-Connect] 67bc52: using assembly to build binary

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/restcomm1657
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 67bc5217bfbc4aceb0ba4816d198ff674296e34d
  
https://github.com/RestComm/Restcomm-Connect/commit/67bc5217bfbc4aceb0ba4816d198ff674296e34d
  Author: Jaime Casero 
  Date:   2018-03-07 (Wed, 07 Mar 2018)

  Changed paths:
A pom.xml
A release/pom.xml
A release/src/main/resources/common.xml
A release/src/main/resources/descriptor.xml

  Log Message:
  ---
  using assembly to build binary


  Commit: 15bcadfd86317d6d2275e87d8f7b6d3537a10629
  
https://github.com/RestComm/Restcomm-Connect/commit/15bcadfd86317d6d2275e87d8f7b6d3537a10629
  Author: Jaime Casero 
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
A release/restcomm-assembly-wildfly10/pom.xml
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/configuration/dars/mobicents-dar.properties
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/configuration/mss-sip-stack.properties
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/deployments/olympus.war.dodeploy
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/deployments/restcomm-management.war.dodeploy
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/deployments/restcomm-rvd.war.dodeploy
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/deployments/restcomm.war.dodeploy
A release/restcomm-assembly-wildfly10/src/main/resources/descriptor.xml

  Log Message:
  ---
  wildfly10 assembly


  Commit: 518ceeebdf1cf9b51b7644767b790f8ed4f230e1
  
https://github.com/RestComm/Restcomm-Connect/commit/518ceeebdf1cf9b51b7644767b790f8ed4f230e1
  Author: Jaime Casero 
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
M release/pom.xml

  Log Message:
  ---
  assembly parent


  Commit: fb6b1a734366431b9df08d4ffe49c6ce57164360
  
https://github.com/RestComm/Restcomm-Connect/commit/fb6b1a734366431b9df08d4ffe49c6ce57164360
  Author: Jaime Casero 
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  added scm and common properties


  Commit: 6174c71eedb814fb434384e85e0b7996d1ffc817
  
https://github.com/RestComm/Restcomm-Connect/commit/6174c71eedb814fb434384e85e0b7996d1ffc817
  Author: Jaime Casero 
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
M pom.xml
M release/pom.xml
M release/restcomm-assembly-wildfly10/pom.xml

  Log Message:
  ---
  refactoring pom files


  Commit: d47652eb922ef0ccc7afab91c33413308c14a122
  
https://github.com/RestComm/Restcomm-Connect/commit/d47652eb922ef0ccc7afab91c33413308c14a122
  Author: Jaime Casero 
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
M restcomm/pom.xml

  Log Message:
  ---
  adapted to latest root


  Commit: afe66e0d0047480b198c25faa32a735f6ee89d49
  
https://github.com/RestComm/Restcomm-Connect/commit/afe66e0d0047480b198c25faa32a735f6ee89d49
  Author: Jaime Casero 
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
M release/restcomm-assembly-wildfly10/src/main/resources/descriptor.xml

  Log Message:
  ---
  all elements in place, testing missing


  Commit: 7cd2226b27b70976c609e56207ca8c210bf31b39
  
https://github.com/RestComm/Restcomm-Connect/commit/7cd2226b27b70976c609e56207ca8c210bf31b39
  Author: Jaime Casero 
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/autoconfigure.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/collect_jmap.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/gsed_macos.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/jvmtop.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/logs_collect.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/restart-restcomm.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/set-log-level.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/start-mediaserver.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/start-restcomm.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/stop-mediaserver.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/stop-restcomm.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/verify-dependencies.sh

  Log Message:
  

[RestComm/Restcomm-Connect] 0e34e6: Bump commons-io from 2.4 to 2.7 in /restcomm

2022-01-13 Thread 'dependabot[bot]' via mobicents-commits
  Branch: refs/heads/dependabot/maven/restcomm/commons-io-commons-io-2.7
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0e34e6d67d551a5c0e9e42edfc95b193969bdba1
  
https://github.com/RestComm/Restcomm-Connect/commit/0e34e6d67d551a5c0e9e42edfc95b193969bdba1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
M restcomm/pom.xml

  Log Message:
  ---
  Bump commons-io from 2.4 to 2.7 in /restcomm

Bumps commons-io from 2.4 to 2.7.

Signed-off-by: dependabot[bot] 


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/dependabot/maven/restcomm/commons-io-commons-io-2.7/c789ad-0e34e6%40github.com.


[RestComm/Restcomm-Connect] c20678: added test case for testP2PWithOutProperHngup #1962

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue-1962
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: c206789860797c551fecc7be38b08c3ac6612598
  
https://github.com/RestComm/Restcomm-Connect/commit/c206789860797c551fecc7be38b08c3ac6612598
  Author: Maria Farooq 
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientsDialTest.java

  Log Message:
  ---
  added test case for testP2PWithOutProperHngup #1962


  Commit: 5bc45048082ff5b4d0b97c4272e982834c21e83e
  
https://github.com/RestComm/Restcomm-Connect/commit/5bc45048082ff5b4d0b97c4272e982834c21e83e
  Author: Maria Farooq 
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/call-detail-records.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/CallDetailRecordsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisCallDetailRecordsDao.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/GetAndDisconnectCall.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientsDialTest.java
M restcomm/restcomm.testsuite/src/test/resources/log4j.xml

  Log Message:
  ---
  testing POC for a solution #1962


  Commit: 0ccc5f370182aaad189af3ba081c2d05b74569da
  
https://github.com/RestComm/Restcomm-Connect/commit/0ccc5f370182aaad189af3ba081c2d05b74569da
  Author: Maria Farooq 
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/call-detail-records.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/CallDetailRecordsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisCallDetailRecordsDao.java
R 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/GetAndDisconnectCall.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientsDialTest.java
M restcomm/restcomm.testsuite/src/test/resources/log4j.xml

  Log Message:
  ---
  Revert "testing POC for a solution #1962"

This reverts commit 5bc45048082ff5b4d0b97c4272e982834c21e83e.


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/1f9d3d726f96...0ccc5f370182

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue-1962/1f9d3d-0ccc5f%40github.com.


[RestComm/Restcomm-Connect] 0a00fe: add check for ssl password and allow only alphanum...

2022-01-13 Thread 'Charles R' via mobicents-commits
  Branch: refs/heads/issue#2539
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0a00fe5d654dbd4e2658bea080db4f49572d390a
  
https://github.com/RestComm/Restcomm-Connect/commit/0a00fe5d654dbd4e2658bea080db4f49572d390a
  Author: croufay 
  Date:   2017-10-03 (Tue, 03 Oct 2017)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-SecureSSL.sh

  Log Message:
  ---
  add check for ssl password and allow only alphanumerica characters


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue%232539/0e182f-0a00fe%40github.com.


[RestComm/Restcomm-Connect] fdcc57: SDR service event stream implementation

2022-01-13 Thread 'Oleg Agafonov' via mobicents-commits
  Branch: refs/heads/sdr-service-eventstream
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: fdcc578c9f28a293180aea09416c5722960cc313
  
https://github.com/RestComm/Restcomm-Connect/commit/fdcc578c9f28a293180aea09416c5722960cc313
  Author: agafox 
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/FiniteStateMachine.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/TransitionEndListener.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/stream/StreamEvent.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreterParams.java
R 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/B2BUASdrMessage.java
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfoStreamEvent.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  SDR service event stream implementation


  Commit: e0db880f671d21a0bac5e7bf67146e53fe8986bd
  
https://github.com/RestComm/Restcomm-Connect/commit/e0db880f671d21a0bac5e7bf67146e53fe8986bd
  Author: agafox 
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  sms implementation


  Commit: 76e66799ecb9bb9af6e183fe33b9751c05d03f6d
  
https://github.com/RestComm/Restcomm-Connect/commit/76e66799ecb9bb9af6e183fe33b9751c05d03f6d
  Author: agafox 
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  Revert "sms implementation"

This reverts commit 56211a6


  Commit: 093723d80fa5963ed770b012375052090f12af90
  
https://github.com/RestComm/Restcomm-Connect/commit/093723d80fa5963ed770b012375052090f12af90
  Author: agafox 
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  SDR service sms messages implementation


  Commit: 46171efe3cd393ebcc4e2270caf4828c6c01b15d
  
https://github.com/RestComm/Restcomm-Connect/commit/46171efe3cd393ebcc4e2270caf4828c6c01b15d
  Author: agafox 
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  Revert "SDR service sms messages implementation"

This reverts commit 60ba69f


  Commit: f0bcc1be6c5b38372bdcc5a63d8eff4108f5
  

[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/sdr-inbound-sms-bugfix
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/sdr-inbound-sms-bugfix/574dea-056e63%40github.com.


[RestComm/Restcomm-Connect] 60e679: added logs for UAM

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/critical-cloud-delay
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 60e679f15dc27ba5b538ccb5a3b49a837ce49545
  
https://github.com/RestComm/Restcomm-Connect/commit/60e679f15dc27ba5b538ccb5a3b49a837ce49545
  Author: Maria Farooq 
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java

  Log Message:
  ---
  added logs for UAM


  Commit: 053c2ce914f690f1d3c999510774bd20a77fd287
  
https://github.com/RestComm/Restcomm-Connect/commit/053c2ce914f690f1d3c999510774bd20a77fd287
  Author: Maria Farooq 
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java

  Log Message:
  ---
  added log for register


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/25d88e5b5ea1...053c2ce914f6

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/critical-cloud-delay/25d88e-053c2c%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/RESTCOMM-2158
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/RESTCOMM-2158/336043-028c35%40github.com.


[RestComm/Restcomm-Connect] 08df74: BS-282 imcomming call duration should not contain ...

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/BS-282
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 08df74922f38f9d732a361fef134474d95c18437
  
https://github.com/RestComm/Restcomm-Connect/commit/08df74922f38f9d732a361fef134474d95c18437
  Author: Hoan HL 
  Date:   2018-06-29 (Fri, 29 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialActionTest.java

  Log Message:
  ---
  BS-282 imcomming call duration should not contain Ringing duration of 
outbound call


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/BS-282/9f7133-08df74%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/kacmos-issue_opl
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/kacmos-issue_opl/88a4ed-038765%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/otsakir_rolling_upgrades
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/otsakir_rolling_upgrades/78fb17-022b0a%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/hotfix/media_playback_docker_compose
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/hotfix/media_playback_docker_compose/5852d8-07aa51%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue1496_account_password_RollingStates
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue1496_account_password_RollingStates/78fb17-022b0a%40github.com.


[RestComm/Restcomm-Connect] 791fbc: Work in progress for executing RCML from Dial Acti...

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/restcomm1259_dial_action_rcml_when_200_ok_delay_is_enabled
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 791fbc50d7ea8c756340cce12836e2401cdda405
  
https://github.com/RestComm/Restcomm-Connect/commit/791fbc50d7ea8c756340cce12836e2401cdda405
  Author: George Vagenas 
  Date:   2017-11-14 (Tue, 14 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialActionAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialAction_New

  Log Message:
  ---
  Work in progress for executing RCML from Dial Action when 200-ok-delay is 
enabled
This refer to #RESTCOMM-1259


  Commit: fb13b921b209cba4ead7deb3c629a4e0976c2810
  
https://github.com/RestComm/Restcomm-Connect/commit/fb13b921b209cba4ead7deb3c629a4e0976c2810
  Author: George Vagenas 
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsCallController.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialActionAnswerDelayTest.java

  Log Message:
  ---
  Work in progress for executing RCML from Dial Action when 200-ok-delay is 
enabled
This refer to #RESTCOMM-1259
This refer to #2633


  Commit: 1aa51b6b99c26d73f09b9d0f064ee4887db5b68f
  
https://github.com/RestComm/Restcomm-Connect/commit/1aa51b6b99c26d73f09b9d0f064ee4887db5b68f
  Author: Maria Farooq 
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
A Jenkinsfile
M README.md
M build.sh
A docker-compose.yml
M release/build.xml
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-SecureSSL.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/restcomm.conf
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/RvdProjectsMigrationHelper.java
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/accounts.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/incoming-phone-numbers.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/accounts.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M restcomm/restcomm.commons/pom.xml
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/BrokenTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/FeatureAltTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/FeatureExpTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/NewTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/ParallelClassTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/ParallelMethodTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/ParallelTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/SequentialClassTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/UnstableTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/WithInMillisTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/WithInMinsTests.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/annotations/WithInSecsTests.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/common/http/CustomHttpClientBuilder.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/MainConfigurationSet.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/impl/MainConfigurationSetImpl.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/push/PushNotificationServerHelper.java
A 

[RestComm/Restcomm-Connect] 1d6eaa: Configurable rvd.log location

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue2512_config_rvd_log_location
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1d6eaa42d4a305446d5de4531f5db3752e78cec6
  
https://github.com/RestComm/Restcomm-Connect/commit/1d6eaa42d4a305446d5de4531f5db3752e78cec6
  Author: Orestis Tsakiridis 
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-rvd-logging.sh

  Log Message:
  ---
  Configurable rvd.log location

Fixes #2512


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2512_config_rvd_log_location/8c88e6-1d6eaa%40github.com.


[RestComm/Restcomm-Connect] 1d0993: Bump junit from 3.8.1 to 4.13.1 in /restcomm/restc...

2022-01-13 Thread 'dependabot[bot]' via mobicents-commits
  Branch: 
refs/heads/dependabot/maven/restcomm/restcomm.rvd.sampleservices/junit-junit-4.13.1
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1d0993409c8c5c7c023998f710e280fa5ccaf4e5
  
https://github.com/RestComm/Restcomm-Connect/commit/1d0993409c8c5c7c023998f710e280fa5ccaf4e5
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-10-12 (Mon, 12 Oct 2020)

  Changed paths:
M restcomm/restcomm.rvd.sampleservices/pom.xml

  Log Message:
  ---
  Bump junit from 3.8.1 to 4.13.1 in /restcomm/restcomm.rvd.sampleservices

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- 
[Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/commits/r4.13.1)

Signed-off-by: dependabot[bot] 


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/dependabot/maven/restcomm/restcomm.rvd.sampleservices/junit-junit-4.13.1/69f551-1d0993%40github.com.


[RestComm/Restcomm-Connect] a4b69f: using assembly to build binary

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/feature/mavenized_assembly
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: a4b69fba084adbc28ba75815048e95c7b79d47b1
  
https://github.com/RestComm/Restcomm-Connect/commit/a4b69fba084adbc28ba75815048e95c7b79d47b1
  Author: Jaime Casero 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
A pom.xml
A release/pom.xml
A release/src/main/resources/common.xml
A release/src/main/resources/descriptor.xml

  Log Message:
  ---
  using assembly to build binary

(cherry picked from commit 67bc521)


  Commit: 0c562d84c8e41e8cbcb7416a58c826c44f44359f
  
https://github.com/RestComm/Restcomm-Connect/commit/0c562d84c8e41e8cbcb7416a58c826c44f44359f
  Author: Jaime Casero 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
A release/restcomm-assembly-wildfly10/pom.xml
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/configuration/dars/mobicents-dar.properties
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/configuration/mss-sip-stack.properties
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/deployments/olympus.war.dodeploy
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/deployments/restcomm-management.war.dodeploy
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/deployments/restcomm-rvd.war.dodeploy
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/standalone/deployments/restcomm.war.dodeploy
A release/restcomm-assembly-wildfly10/src/main/resources/descriptor.xml

  Log Message:
  ---
  wildfly10 assembly

(cherry picked from commit 15bcadf)


  Commit: 622942e29d8a860580bdad4372586daafa9c486f
  
https://github.com/RestComm/Restcomm-Connect/commit/622942e29d8a860580bdad4372586daafa9c486f
  Author: Jaime Casero 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
M release/pom.xml

  Log Message:
  ---
  assembly parent

(cherry picked from commit 518ceee)


  Commit: a4c49739b34cb059509beafcb1be340639c32fc6
  
https://github.com/RestComm/Restcomm-Connect/commit/a4c49739b34cb059509beafcb1be340639c32fc6
  Author: Jaime Casero 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  added scm and common properties

(cherry picked from commit fb6b1a7)


  Commit: 8070444ebfd8262154e98a3f789aa756eaddc246
  
https://github.com/RestComm/Restcomm-Connect/commit/8070444ebfd8262154e98a3f789aa756eaddc246
  Author: Jaime Casero 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
M pom.xml
M release/pom.xml
M release/restcomm-assembly-wildfly10/pom.xml

  Log Message:
  ---
  refactoring pom files

(cherry picked from commit 6174c71)


  Commit: fbb24f8666c137342a2dcfc3a262372f49df5905
  
https://github.com/RestComm/Restcomm-Connect/commit/fbb24f8666c137342a2dcfc3a262372f49df5905
  Author: Jaime Casero 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
M restcomm/pom.xml

  Log Message:
  ---
  adapted to latest root

(cherry picked from commit d47652e)


  Commit: 42c3aa42afcd22bfab5a37e9fa39aad2d93c91ed
  
https://github.com/RestComm/Restcomm-Connect/commit/42c3aa42afcd22bfab5a37e9fa39aad2d93c91ed
  Author: Jaime Casero 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
M release/restcomm-assembly-wildfly10/src/main/resources/descriptor.xml

  Log Message:
  ---
  all elements in place, testing missing

(cherry picked from commit afe66e0)


  Commit: 5c6616cc8a15b610d6eb5e0fe323076b89415af8
  
https://github.com/RestComm/Restcomm-Connect/commit/5c6616cc8a15b610d6eb5e0fe323076b89415af8
  Author: Jaime Casero 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/autoconfigure.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/collect_jmap.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/gsed_macos.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/jvmtop.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/logs_collect.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/restart-restcomm.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/set-log-level.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/start-mediaserver.sh
A 
release/restcomm-assembly-wildfly10/src/main/resources/assembly-resources/bin/restcomm/start-restcomm.sh
A 

[RestComm/Restcomm-Connect] 1cae93: Trying to workaround CORS issues in Dashboard

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/rvd_microservice
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1cae9366fc006404e7e00e84e8c8f1af93feef45
  
https://github.com/RestComm/Restcomm-Connect/commit/1cae9366fc006404e7e00e84e8c8f1af93feef45
  Author: Orestis Tsakiridis 
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js
M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/services.js

  Log Message:
  ---
  Trying to workaround CORS issues in Dashboard

- Added hardcoded reference to RVD and tweaked interceptor to add security token


  Commit: 7e2a316f98d707e270b29a31d72b188953f532c7
  
https://github.com/RestComm/Restcomm-Connect/commit/7e2a316f98d707e270b29a31d72b188953f532c7
  Author: Orestis Tsakiridis 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/cors/CorsFilter.java

  Log Message:
  ---
  Added allow-all CORS filter

refers #2163


  Commit: 336a1292680dea2a9bdb6ac272144bfb92d16134
  
https://github.com/RestComm/Restcomm-Connect/commit/336a1292680dea2a9bdb6ac272144bfb92d16134
  Author: Orestis Tsakiridis 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
A .idea/codeStyleSettings.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/MainConfigurationSet.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/impl/MainConfigurationSetImpl.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/IncomingPhoneNumbersDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisIncomingPhoneNumbersDao.java
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/incoming-phone-numbers-api.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/monitoring-service.adoc
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SupervisorEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SupservisorJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverter.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverterCallDetails.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/cors/CorsFilter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
A 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/LiveCallsDetails.java
M 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/MonitoringService.java
M 
restcomm/restcomm.mscontrol.api/src/main/java/org/restcomm/connect/mscontrol/api/messages/StopMediaGroup.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsCallController.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsConferenceController.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/ConferenceModeratorPresent.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/GetStatistics.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/MonitoringServiceResponse.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Conference.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateCallsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateCallsWithStatusCallbackTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommCallsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleAnswerDelayTest.java
M 

[RestComm/Restcomm-Connect] 242ff2: New integration test to introduce delay on status ...

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/bs-407
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 242ff2e445b82b9210459edfb9e62044f54207b8
  
https://github.com/RestComm/Restcomm-Connect/commit/242ff2e445b82b9210459edfb9e62044f54207b8
  Author: George Vagenas 
  Date:   2018-07-16 (Mon, 16 Jul 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialStatusCallbackTest.java

  Log Message:
  ---
  New integration test to introduce delay on status callback response and check 
whether we have delay on sending ACK
This refer to BS-407


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/bs-407/19ed56-242ff2%40github.com.


[RestComm/Restcomm-Connect] 1e5473: added test to check startInputKeys att

2022-01-13 Thread 'jaimecasero' via mobicents-commits
  Branch: refs/heads/bs-253
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1e5473c4d59630d704f613cfbb2f9388babb4084
  
https://github.com/RestComm/Restcomm-Connect/commit/1e5473c4d59630d704f613cfbb2f9388babb4084
  Author: Jaime Casero 
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/GatherSpeechTest.java

  Log Message:
  ---
  added test to check startInputKeys att


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/bs-253/2789b1-1e5473%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/RESTCOMM-2140
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/RESTCOMM-2140/358678-1e2db2%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/Issue2835_LogoutSecurityFilter
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/Issue2835_LogoutSecurityFilter/1fbeea-1df3d3%40github.com.


[RestComm/Restcomm-Connect] 1b63f5: Work in progress

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/restcomm1169_onDownloaderTimeout_fail_call
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1b63f58e2fc2089f9db79388660b1db4f2c05d54
  
https://github.com/RestComm/Restcomm-Connect/commit/1b63f58e2fc2089f9db79388660b1db4f2c05d54
  Author: George Vagenas 
  Date:   2017-10-13 (Fri, 13 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleTest.java

  Log Message:
  ---
  Work in progress
This refer to #RESTCOMM-1169


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/restcomm1169_onDownloaderTimeout_fail_call/5fe9b1-1b63f5%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/dataart-telco-cache-no-wav
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/dataart-telco-cache-no-wav/b94bb3-35c48f%40github.com.


[RestComm/Restcomm-Connect] 35ebfe: Use system classloader for SdrService actor

2022-01-13 Thread 'Oleg Agafonov' via mobicents-commits
  Branch: refs/heads/sdr-service
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 35ebfe664fbb16f95c48848a504014e6b60050e7
  
https://github.com/RestComm/Restcomm-Connect/commit/35ebfe664fbb16f95c48848a504014e6b60050e7
  Author: agafox 
  Date:   2017-12-12 (Tue, 12 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java

  Log Message:
  ---
  Use system classloader for SdrService actor


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/sdr-service/75c41a-35ebfe%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/restcomm-1595
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/restcomm-1595/7cfb2d-3116d6%40github.com.


[RestComm/Restcomm-Connect] 76719c: added local mgco options

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue-49
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 76719cda81e743dd51ed96ad8916eddd0d049626
  
https://github.com/RestComm/Restcomm-Connect/commit/76719cda81e743dd51ed96ad8916eddd0d049626
  Author: Maria Farooq 
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/Connection.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/CreateConnection.java
A 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MgcpLocalOptions.java

  Log Message:
  ---
  added local mgco options


  Commit: 5ed28b538772cd79195f63d9d9853a2a3c9359f4
  
https://github.com/RestComm/Restcomm-Connect/commit/5ed28b538772cd79195f63d9d9853a2a3c9359f4
  Author: Maria Farooq 
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
M release/build-restcomm-local.sh
R 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/upgrade_scripts/patches_for_790/V7_9_2_For_790_rename_account_sid_to_parent_sid_for_Accounts_Table.sql
A 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/upgrade_scripts/patches_for_790/V7_9_2__For_790_add_rms_table.sql
A 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/upgrade_scripts/patches_for_790/V7_9_3__For_790_add_mrb_table.sql
A 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/upgrade_scripts/patches_for_790/V7_9_4__For_790_add_rms_id_in_call_table.sql
A 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/upgrade_scripts/patches_for_790/V7_9_5__For_790_add_mrb_columns_in_conference_table.sql
A 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/upgrade_scripts/patches_for_790/V7_9_6_For_790_rename_account_sid_to_parent_sid_for_Accounts_Table.sql
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/mybatis.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/addConferenceDetailRecord.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/conference-detail-records.xml
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/media-resource-broker-entity.xml
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/media-servers.xml
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/sql/addConferenceDetailRecord.sql
M restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/sql/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/conference-detail-records.xml
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/media-resource-broker-entity.xml
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/media-servers.xml
M 
restcomm/restcomm.commons/src/test/resources/restcomm-cache-no-wav-false.xml
M 
restcomm/restcomm.commons/src/test/resources/restcomm-cache-no-wav-true.xml
M restcomm/restcomm.commons/src/test/resources/restcomm.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/CallDetailRecordsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/ConferenceDetailRecordsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/DaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/MediaResourceBrokerDao.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/MediaServersDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/CallDetailRecord.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/ConferenceDetailRecord.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/MediaResourceBrokerEntity.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/MediaResourceBrokerEntityFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/MediaServerEntity.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/MediaServerFilter.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisCallDetailRecordsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisConferenceDetailRecordsDao.java
M 

[RestComm/Restcomm-Connect] f57601: Updated url to Media Server binary.

2022-01-13 Thread 'Vladimir Morosev' via mobicents-commits
  Branch: refs/heads/8.2.1-ms-7-old
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f57601618352b5a5ce5a287df5dc54f426b6d4d6
  
https://github.com/RestComm/Restcomm-Connect/commit/f57601618352b5a5ce5a287df5dc54f426b6d4d6
  Author: hrosa 
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated url to Media Server binary.


  Commit: b0ab1b84c634b72228fdbb52fdf6c3aacbdc3021
  
https://github.com/RestComm/Restcomm-Connect/commit/b0ab1b84c634b72228fdbb52fdf6c3aacbdc3021
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated media server download link.


  Commit: d0463aff8436f1c7f00ec2537d89c2246e18be12
  
https://github.com/RestComm/Restcomm-Connect/commit/d0463aff8436f1c7f00ec2537d89c2246e18be12
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated media server download link.


  Commit: e7b9ca09c3d3eadc576c8bdc72461c9f5fee2670
  
https://github.com/RestComm/Restcomm-Connect/commit/e7b9ca09c3d3eadc576c8bdc72461c9f5fee2670
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated media server download link.


  Commit: 8df7d4df0c619da783fc8aeeb4fdd31f80e56b46
  
https://github.com/RestComm/Restcomm-Connect/commit/8df7d4df0c619da783fc8aeeb4fdd31f80e56b46
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated media server download link.


  Commit: af7bb1f4b3fe4dece0cf2abccbdaa88f91144e91
  
https://github.com/RestComm/Restcomm-Connect/commit/af7bb1f4b3fe4dece0cf2abccbdaa88f91144e91
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated media server download link.


  Commit: 6d384e39736972ce9a2ac49c2935dfe21b68d4b7
  
https://github.com/RestComm/Restcomm-Connect/commit/6d384e39736972ce9a2ac49c2935dfe21b68d4b7
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Patching build script.


  Commit: ad001e00fa780e533cbf5e7096c68768016c2087
  
https://github.com/RestComm/Restcomm-Connect/commit/ad001e00fa780e533cbf5e7096c68768016c2087
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Patching build script.


  Commit: f45185a870a4f626df93ef9df118d13932aa394c
  
https://github.com/RestComm/Restcomm-Connect/commit/f45185a870a4f626df93ef9df118d13932aa394c
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Patching build script.


  Commit: dff0bf6d64cbb36d4f576ac2eba2aaa5a496519d
  
https://github.com/RestComm/Restcomm-Connect/commit/dff0bf6d64cbb36d4f576ac2eba2aaa5a496519d
  Author: hrosa 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated MS build.


  Commit: 1fd43842019ce58e3588c9e19da41f0e2e5b1bef
  
https://github.com/RestComm/Restcomm-Connect/commit/1fd43842019ce58e3588c9e19da41f0e2e5b1bef
  Author: Vladimir Morosev 
  Date:   2017-11-27 (Mon, 27 Nov 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Changed media server verson and build number.


  Commit: 2c1561cf75b3839ceaf2342ec3a995cdcb253c7c
  
https://github.com/RestComm/Restcomm-Connect/commit/2c1561cf75b3839ceaf2342ec3a995cdcb253c7c
  Author: Vladimir Morosev 
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Changed sip servlet downlaod URL.


  Commit: 2ee4be894efabad4e761b8534a2ef5709c751bc4
  
https://github.com/RestComm/Restcomm-Connect/commit/2ee4be894efabad4e761b8534a2ef5709c751bc4
  Author: Vladimir Morosev 
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Setting sip servlet output file name.


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/eed41a59e0c4...2ee4be894efa

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/8.2.1-ms-7-old/eed41a-2ee4be%40github.com.


[RestComm/Restcomm-Connect] ab451f: New 'applicationSid' filter value for IncomingPhon...

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue2608_numbers_filterd_by_appSid
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ab451fa30e03a743df73e1689e05c3fb55447afc
  
https://github.com/RestComm/Restcomm-Connect/commit/ab451fa30e03a743df73e1689e05c3fb55447afc
  Author: Orestis Tsakiridis 
  Date:   2017-11-09 (Thu, 09 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/IncomingPhoneNumberFilter.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/IncomingPhoneNumbersDaoTest.java
A 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/IncomingPhoneNumbersRetrievalTest.java
M 
restcomm/restcomm.dao/src/test/resources/applicationsDao/incoming-phone-numbers.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersEndpoint.java

  Log Message:
  ---
  New 'applicationSid' filter value for IncomingPhoneNumbersFilter, unit test 
and mybatis layer update (for test only)

Refers #2608


  Commit: 7903b8df7d2bb1578e87341747b227c1a8a98448
  
https://github.com/RestComm/Restcomm-Connect/commit/7903b8df7d2bb1578e87341747b227c1a8a98448
  Author: Orestis Tsakiridis 
  Date:   2017-11-09 (Thu, 09 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.dao/src/test/resources/applicationsDao/incoming-phone-numbers.xml
M restcomm/restcomm.dao/src/test/resources/incoming-phone-numbers.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersEndpoint.java
M 
restcomm/restcomm.mrb/src/test/resources/mappers/incoming-phone-numbers.xml
M restcomm/restcomm.telephony/resources/mappers/incoming-phone-numbers.xml
M 
restcomm/restcomm.telephony/src/test/resources/mappers/incoming-phone-numbers.xml

  Log Message:
  ---
  Copied changes to numbers mybatis descriptor to all places throughout the 
codebase (tests, mysql descriptors etc.)

Refers #2608


  Commit: 2c853ad89846438d9dc01febdd771066ca3d1257
  
https://github.com/RestComm/Restcomm-Connect/commit/2c853ad89846438d9dc01febdd771066ca3d1257
  Author: Orestis Tsakiridis 
  Date:   2017-11-10 (Fri, 10 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/incoming-phone-numbers-api.adoc

  Log Message:
  ---
  Updated docs about numbers 'ApplicationSid' based filtering

Refers #2608


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/84bf56aab9a1...2c853ad89846

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2608_numbers_filterd_by_appSid/84bf56-2c853a%40github.com.


[RestComm/Restcomm-Connect] 2ecf8e: RESTCOM-1927: Workaround, hardcode submit_sm encod...

2022-01-13 Thread 'abdul aziz ali' via mobicents-commits
  Branch: refs/heads/RESTCOMM-1927
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 2ecf8ed3abee5e1f64e098790beb38ad8872517d
  
https://github.com/RestComm/Restcomm-Connect/commit/2ecf8ed3abee5e1f64e098790beb38ad8872517d
  Author: abdulazizali77 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppClientOpsThread.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java

  Log Message:
  ---
  RESTCOM-1927: Workaround, hardcode submit_sm encoding to UTF-8. Fix decoding.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/RESTCOMM-1927/4ffd57-2ecf8e%40github.com.


[RestComm/Restcomm-Connect] 5657ef: 'X-RestComm-Type' and 'X-RestComm-CallType'

2022-01-13 Thread 'Jean Deruelle' via mobicents-commits
  Branch: refs/heads/sdr-service-x-headers
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 5657ef71794ca15afd483de5d4600e4624fa010c
  
https://github.com/RestComm/Restcomm-Connect/commit/5657ef71794ca15afd483de5d4600e4624fa010c
  Author: agafox 
  Date:   2017-12-22 (Fri, 22 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: 2b17dbc7dd7fd8a92b5ca4ea699ede56aa9f2298
  
https://github.com/RestComm/Restcomm-Connect/commit/2b17dbc7dd7fd8a92b5ca4ea699ede56aa9f2298
  Author: agafox 
  Date:   2017-12-22 (Fri, 22 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: 03432841cb4919dc2588419186cef2fbc3ac9747
  
https://github.com/RestComm/Restcomm-Connect/commit/03432841cb4919dc2588419186cef2fbc3ac9747
  Author: agafox 
  Date:   2017-12-22 (Fri, 22 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-SmsType'


  Commit: 6a4d3cbeb0cb8b9b7f31cd989c612a8dda6e7133
  
https://github.com/RestComm/Restcomm-Connect/commit/6a4d3cbeb0cb8b9b7f31cd989c612a8dda6e7133
  Author: agafox 
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: 9a904649b36831756c7a6426e44556bda353cfca
  
https://github.com/RestComm/Restcomm-Connect/commit/9a904649b36831756c7a6426e44556bda353cfca
  Author: agafox 
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: 5039de2d28eaa046164acff9b2c471eae4a09185
  
https://github.com/RestComm/Restcomm-Connect/commit/5039de2d28eaa046164acff9b2c471eae4a09185
  Author: agafox 
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-SmsType'


  Commit: 2c5e9756affce2adb38a584c265ad629008db635
  
https://github.com/RestComm/Restcomm-Connect/commit/2c5e9756affce2adb38a584c265ad629008db635
  Author: agafox 
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:

  Log Message:
  ---
  Merge remote-tracking branch 'origin/sdr-service-x-headers' into 
sdr-service-x-headers


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/b78bf07461ea...2c5e9756affc

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/sdr-service-x-headers/b78bf0-2c5e97%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue1544
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue1544/0c1c31-2ad851%40github.com.


[RestComm/Restcomm-Connect] 2b24ed: Handle illegal argument exception and log when des...

2022-01-13 Thread 'Charles R' via mobicents-commits
  Branch: refs/heads/issue_#672
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 2b24ed305f82219bebf286b456ea25ee5f46f059
  
https://github.com/RestComm/Restcomm-Connect/commit/2b24ed305f82219bebf286b456ea25ee5f46f059
  Author: Charles Roufay 
  Date:   2016-09-15 (Thu, 15 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsSession.java

  Log Message:
  ---
  Handle illegal argument exception and log when destination Restcomm client is 
not connected


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue_%23672/34848c-2b24ed%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/ussd_sdr_support
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/ussd_sdr_support/326017-28d48e%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/FS-146_remove_rvd_outdated_docs
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/FS-146_remove_rvd_outdated_docs/cee878-238598%40github.com.


[RestComm/Restcomm-Connect] ee47f1: fixed restcomm side issue with #1942

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue-1978
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ee47f1b39063b9599f6ff9a71c0668627bff8d1c
  
https://github.com/RestComm/Restcomm-Connect/commit/ee47f1b39063b9599f6ff9a71c0668627bff8d1c
  Author: Maria Farooq 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309ConferenceController.java

  Log Message:
  ---
  fixed restcomm side issue with #1942


  Commit: 2177c2267a574e76c521ded610d084c8c640a8df
  
https://github.com/RestComm/Restcomm-Connect/commit/2177c2267a574e76c521ded610d084c8c640a8df
  Author: Maria Farooq 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309ConferenceController.java

  Log Message:
  ---
  Revert "fixed restcomm side issue with #1942"

This reverts commit ee47f1b39063b9599f6ff9a71c0668627bff8d1c.


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/b44bd52ddca6...2177c2267a57

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue-1978/b44bd5-2177c2%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/github-1881
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/github-1881/0698d2-108570%40github.com.


[RestComm/Restcomm-Connect] e20fe2: New release candidate

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/850_241
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e20fe2296c4a6efada9f453d4fd0e3f12c0eeb8d
  
https://github.com/RestComm/Restcomm-Connect/commit/e20fe2296c4a6efada9f453d4fd0e3f12c0eeb8d
  Author: Ubuntu 
  Date:   2018-06-01 (Fri, 01 Jun 2018)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/pom.xml
M restcomm/restcomm.core/pom.xml
M restcomm/restcomm.dao/pom.xml
M restcomm/restcomm.dns.api/pom.xml
M restcomm/restcomm.docs/pom.xml
M restcomm/restcomm.docs/sources-asciidoc/pom.xml
M restcomm/restcomm.email.api/pom.xml
M restcomm/restcomm.email/pom.xml
M restcomm/restcomm.extension.api/pom.xml
M restcomm/restcomm.extension.controller/pom.xml
M restcomm/restcomm.fax/pom.xml
M restcomm/restcomm.http/pom.xml
M restcomm/restcomm.identity/pom.xml
M restcomm/restcomm.interpreter/pom.xml
M restcomm/restcomm.mgcp/pom.xml
M restcomm/restcomm.monitoring.service/pom.xml
M restcomm/restcomm.mrb.api/pom.xml
M restcomm/restcomm.mrb/pom.xml
M restcomm/restcomm.mscontrol.api/pom.xml
M restcomm/restcomm.mscontrol.jsr309/pom.xml
M restcomm/restcomm.mscontrol.mms/pom.xml
M restcomm/restcomm.provisioning.number.api/pom.xml
M restcomm/restcomm.provisioning.number.bandwidth/pom.xml
M restcomm/restcomm.provisioning.number.nexmo/pom.xml
M restcomm/restcomm.provisioning.number.vi/pom.xml
M restcomm/restcomm.provisioning.number.voxbone/pom.xml
M restcomm/restcomm.routing/pom.xml
M restcomm/restcomm.sdr.api/pom.xml
M restcomm/restcomm.sms.api/pom.xml
M restcomm/restcomm.sms/pom.xml
M restcomm/restcomm.telephony.api/pom.xml
M restcomm/restcomm.telephony/pom.xml
M restcomm/restcomm.testsuite/pom.xml
M restcomm/restcomm.tts.acapela/pom.xml
M restcomm/restcomm.tts.api/pom.xml
M restcomm/restcomm.tts.att/pom.xml
M restcomm/restcomm.tts.awspolly/pom.xml
M restcomm/restcomm.tts.voicerss/pom.xml
M restcomm/restcomm.ui/pom.xml
M restcomm/restcomm.ussd/pom.xml

  Log Message:
  ---
  New release candidate


  Commit: cc67265b899e202530aa50bab3d33583c9ea0814
  
https://github.com/RestComm/Restcomm-Connect/commit/cc67265b899e202530aa50bab3d33583c9ea0814
  Author: George Vagenas 
  Date:   2018-07-16 (Mon, 16 Jul 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialStatusCallbackTest.java

  Log Message:
  ---
  New integration test to introduce delay on status callback response and check 
whether we have delay on sending ACK
This refer to BS-407


  Commit: b9e0d542bcef6f9076bcd8507409ce0a37e28a44
  
https://github.com/RestComm/Restcomm-Connect/commit/b9e0d542bcef6f9076bcd8507409ce0a37e28a44
  Author: George Vagenas 
  Date:   2018-07-17 (Tue, 17 Jul 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManagerProxy.java

  Log Message:
  ---
  Added new log statements to help debug the issue
This refer to BS-407


  Commit: 0fe8b2eddb4f0a20b5bb1ac58356e003ed6393ab
  
https://github.com/RestComm/Restcomm-Connect/commit/0fe8b2eddb4f0a20b5bb1ac58356e003ed6393ab
  Author: George Vagenas 
  Date:   2018-07-17 (Tue, 17 Jul 2018)

  Changed paths:
M restcomm/restcomm.ui/package.json

  Log Message:
  ---
  Fix for restcomm.ui
This refer to BS-407


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/24287161ea7a...0fe8b2eddb4f

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/850_241/242871-0fe8b2%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/conference-termination-api
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/conference-termination-api/183717-0acb93%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/1410
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/1410/3041ca-09432d%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/restcomm-1629
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/restcomm-1629/810cc5-091e7e%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/bs-356
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/bs-356/6f13f1-9591c1%40github.com.


[RestComm/Restcomm-Connect] 7fd1ba: Added extra log statements

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue2391
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 7fd1ba51aa188f54c2bc817f9c17b2cc546ab460
  
https://github.com/RestComm/Restcomm-Connect/commit/7fd1ba51aa188f54c2bc817f9c17b2cc546ab460
  Author: George Vagenas 
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  Added extra log statements
This refer to #2391


  Commit: f4cb9b289007f833fc434545979fc9c325bab329
  
https://github.com/RestComm/Restcomm-Connect/commit/f4cb9b289007f833fc434545979fc9c325bab329
  Author: George Vagenas 
  Date:   2017-08-22 (Tue, 22 Aug 2017)

  Changed paths:
M release/build.xml
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-dialogic-xms.sh
R restcomm/configuration/dlgcsmiltypes-4.1.429.jar
R restcomm/configuration/dlgmsc-5.0-alpha.jar
R restcomm/configuration/msmltypes-4.1.429.jar
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/clients.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/sql/init.sql
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/clients.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Client.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisClientsDao.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ClientsDaoTest.java
M restcomm/restcomm.dao/src/test/resources/clients.xml
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
M restcomm/restcomm.dao/src/test/resources/restcomm.script
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/extensions-multiprovider-configuration.adoc
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ClientsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AbstractConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ClientConverter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
A 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/GatherMockMediaGateway.java
M restcomm/restcomm.mrb/src/test/resources/data/hsql/restcomm.script
M restcomm/restcomm.mrb/src/test/resources/mappers/clients.xml
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
M restcomm/restcomm.telephony/resources/data/hsql/restcomm.script
M restcomm/restcomm.telephony/resources/mappers/clients.xml
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M restcomm/restcomm.telephony/src/test/resources/mappers/clients.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ClientsEndpointTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/TestGatherVerb.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/push/PushNotificationServerTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm.script_ussdPullTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script-smpp
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_DialRecording
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_ReferMessageTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_SmsTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_account_removal_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_acting_as_proxy
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_callLifecycleTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_callRegexTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_callRegexTest2
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialForkTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialStatusCallbackTest
M 

[RestComm/Restcomm-Connect] 9697e9: updating dao manager configuration as per windows ...

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/smpp-dlr
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 9697e97c642f93188b897f737306b574d86f817c
  
https://github.com/RestComm/Restcomm-Connect/commit/9697e97c642f93188b897f737306b574d86f817c
  Author: ImranRazaKhan 
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/dao-manager.xml

  Log Message:
  ---
  updating dao manager configuration as per windows enviornment


  Commit: 1124b738a65d054b2561b9e9031a95ebb8d72dc6
  
https://github.com/RestComm/Restcomm-Connect/commit/1124b738a65d054b2561b9e9031a95ebb8d72dc6
  Author: ImranRazaKhan 
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/dao-manager.xml

  Log Message:
  ---
  Revert "updating dao manager configuration as per windows enviornment"

This reverts commit 9697e97c642f93188b897f737306b574d86f817c.


  Commit: 3342f8da904053e88b664844bf56360da710da1e
  
https://github.com/RestComm/Restcomm-Connect/commit/3342f8da904053e88b664844bf56360da710da1e
  Author: ImranRazaKhan 
  Date:   2017-07-13 (Thu, 13 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/sms-messages.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/SmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisSmsMessagesDao.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesEndpoint.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppClientOpsThread.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInboundMessageEntity.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java

  Log Message:
  ---
  Fix for Issue-2190


  Commit: aa8cf955f446ac5bce005ff30ef827f14d836867
  
https://github.com/RestComm/Restcomm-Connect/commit/aa8cf955f446ac5bce005ff30ef827f14d836867
  Author: imranrazakhan 
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
M README.md
A 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-dashboard.sh
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M restcomm/restcomm.application/src/main/resources/application.conf
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/Configurable.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/amazonS3/S3AccessTool.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/MainConfigurationSet.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/impl/MainConfigurationSetImpl.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sources/ApacheConfigurationSource.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sources/ConfigurationSource.java
M 
restcomm/restcomm.commons/src/test/java/org/restcomm/connect/commons/configuration/sources/EditableConfigurationSource.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/RecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisDaoManager.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisRecordingsDao.java
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/How to 
get started with Restcomm-Connect and Mysql.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/index.adoc
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolver.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/DaoManagerMock.java
A 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolverTest.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mrb/src/test/java/org/restcomm/connect/mrb/util/MediaResourceBrokerTestUtil.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
M 

[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/bs-161
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/bs-161/97c989-93f19f%40github.com.


[RestComm/Restcomm-Connect] 5bf3d4: first commit

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/messageCorelation
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 5bf3d4b50e23c1d22693116936532def723923ec
  
https://github.com/RestComm/Restcomm-Connect/commit/5bf3d4b50e23c1d22693116936532def723923ec
  Author: Maria Farooq 
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/logger/CallLogger.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/logger/LogCall.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/InitializeCall.java

  Log Message:
  ---
  first commit


  Commit: 5a81385064e01b3c5988296b71b3fb269ead71fc
  
https://github.com/RestComm/Restcomm-Connect/commit/5a81385064e01b3c5988296b71b3fb269ead71fc
  Author: Maria Farooq 
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
M restcomm/pom.xml
R 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/logger/CallLogger.java
R 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/logger/LogCall.java
A restcomm/restcomm.data.recorder.api/pom.xml
A 
restcomm/restcomm.data.recorder.api/src/main/java/org/restcomm/connect/data/recorder/api/LogCall.java
A restcomm/restcomm.data.recorder/pom.xml
A 
restcomm/restcomm.data.recorder/src/main/java/org/restcomm/connect/data/recorder/CallLogger.java

  Log Message:
  ---
  created 2 modules for data recorder


  Commit: ad0dfa158a2f17b7196b22a12d73fd33e4a11507
  
https://github.com/RestComm/Restcomm-Connect/commit/ad0dfa158a2f17b7196b22a12d73fd33e4a11507
  Author: Maria Farooq 
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
A 
restcomm/restcomm.data.recorder/src/main/java/org/restcomm/connect/data/recorder/CallDataRecorder.java
R 
restcomm/restcomm.data.recorder/src/main/java/org/restcomm/connect/data/recorder/CallLogger.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfo.java
M restcomm/restcomm.telephony/pom.xml
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  created new modules for data recording


  Commit: 6b10c363de9a8a13ba7e273ac6d0a7a41ea77b5e
  
https://github.com/RestComm/Restcomm-Connect/commit/6b10c363de9a8a13ba7e273ac6d0a7a41ea77b5e
  Author: Maria Farooq 
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/Connection.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/CreateConnection.java
A 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MgcpLocalOptions.java

  Log Message:
  ---
  added local mgco options


  Commit: 951303e5c105774f2a70200e46721e9f77ca29a2
  
https://github.com/RestComm/Restcomm-Connect/commit/951303e5c105774f2a70200e46721e9f77ca29a2
  Author: Maria Farooq 
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
A 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/upgrade_scripts/patches_for_790/V7_9_2_For_790_rename_account_sid_to_parent_sid_for_Accounts_Table.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/accounts.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/accounts.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/AccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Account.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/conferences-api.adoc
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script-smpp
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_SmsTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_callLifecycleTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
M 

[RestComm/Restcomm-Connect] 91e968: Bump commons-io from 2.4 to 2.7 in /restcomm

2022-01-13 Thread 'dependabot[bot]' via mobicents-commits
  Branch: refs/heads/dependabot/maven/restcomm/commons-io-commons-io-2.7
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 91e9684f1442354c37e8b6eb597f4779c9065cf8
  
https://github.com/RestComm/Restcomm-Connect/commit/91e9684f1442354c37e8b6eb597f4779c9065cf8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
M restcomm/pom.xml

  Log Message:
  ---
  Bump commons-io from 2.4 to 2.7 in /restcomm

Bumps commons-io from 2.4 to 2.7.

Signed-off-by: dependabot[bot] 


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/dependabot/maven/restcomm/commons-io-commons-io-2.7/0e34e6-91e968%40github.com.


[RestComm/Restcomm-Connect] 4ece3e: Account suspension reviewing. WIP - #1509

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue1509_suspend_account_review
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 4ece3ecac26e670b5221ef4213d788240f500670
  
https://github.com/RestComm/Restcomm-Connect/commit/4ece3ecac26e670b5221ef4213d788240f500670
  Author: Orestis 
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointClosingTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test

  Log Message:
  ---
  Account suspension reviewing. WIP - #1509

- Implemented core algorithm for account suspension
- Started writing tests.

Refers #1509


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue1509_suspend_account_review/92e94f-4ece3e%40github.com.


[RestComm/Restcomm-Connect] 54c30c: Bump grunt from 0.4.5 to 1.3.0 in /restcomm/restco...

2022-01-13 Thread 'dependabot[bot]' via mobicents-commits
  Branch: refs/heads/dependabot/npm_and_yarn/restcomm/restcomm.ui/grunt-1.3.0
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 54c30c1b61ceb8b1d9e6723af6b18001b4ea7599
  
https://github.com/RestComm/Restcomm-Connect/commit/54c30c1b61ceb8b1d9e6723af6b18001b4ea7599
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M restcomm/restcomm.ui/package-lock.json
M restcomm/restcomm.ui/package.json

  Log Message:
  ---
  Bump grunt from 0.4.5 to 1.3.0 in /restcomm/restcomm.ui

Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.3.0.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt/compare/v0.4.5...v1.3.0)

Signed-off-by: dependabot[bot] 


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/dependabot/npm_and_yarn/restcomm/restcomm.ui/grunt-1.3.0/8e9508-54c30c%40github.com.


[RestComm/Restcomm-Connect] 60f097: CLOUDOPS-391: ProblemStatement4 Proposal1a - Role ...

2022-01-13 Thread 'abdul aziz ali' via mobicents-commits
  Branch: refs/heads/CLOUDOPS-391_Proposal1a
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 60f097359b48dedd023641cef5690bde3a1101ff
  
https://github.com/RestComm/Restcomm-Connect/commit/60f097359b48dedd023641cef5690bde3a1101ff
  Author: abdulazizali77 
  Date:   2017-07-16 (Sun, 16 Jul 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java.orig
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/AuthorizationException.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/InsufficientPermission.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/NotAuthenticated.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/UserIdentityContext.java
A 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
M restcomm/restcomm.ussd/pom.xml
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  CLOUDOPS-391: ProblemStatement4 Proposal1a - Role based USSD feature blocking


  Commit: f046f1afcf5e37d56552849711f4acd3fe032be7
  
https://github.com/RestComm/Restcomm-Connect/commit/f046f1afcf5e37d56552849711f4acd3fe032be7
  Author: abdulazizali77 
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  CLOUDOPS-391: ProblemStatement4 Proposal1a - Fix imports, expose 
UserIdentityContext setter/getter. init UserIdentityContext in Ussd


  Commit: 529f6046afeea67d0b75147ca4c922ba48905e08
  
https://github.com/RestComm/Restcomm-Connect/commit/529f6046afeea67d0b75147ca4c922ba48905e08
  Author: abdulazizali77 
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UssdPushEndpoint.java

  Log Message:
  ---
  CLOUDOPS-391: ProblemStatement4 Proposal1a - Change UssdEP permissions string


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/ca618ed9d9e3...529f6046afee

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/CLOUDOPS-391_Proposal1a/ca618e-529f60%40github.com.


[RestComm/Restcomm-Connect] 880677: Updated url to Media Server binary.

2022-01-13 Thread 'Vladimir Morosev' via mobicents-commits
  Branch: refs/heads/8.2.1-ms-7-old
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8806775ca8306bb31ceb5ff5a289cb3626df3a67
  
https://github.com/RestComm/Restcomm-Connect/commit/8806775ca8306bb31ceb5ff5a289cb3626df3a67
  Author: hrosa 
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated url to Media Server binary.


  Commit: dc09209c0990113f2f23320d1d2c5584addf26fb
  
https://github.com/RestComm/Restcomm-Connect/commit/dc09209c0990113f2f23320d1d2c5584addf26fb
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated media server download link.


  Commit: 9482bb90a7524263b8a282da49afd9abe9c43870
  
https://github.com/RestComm/Restcomm-Connect/commit/9482bb90a7524263b8a282da49afd9abe9c43870
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated media server download link.


  Commit: 594aece6830b2e470e8492670b5e02c38119e5fa
  
https://github.com/RestComm/Restcomm-Connect/commit/594aece6830b2e470e8492670b5e02c38119e5fa
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated media server download link.


  Commit: 3cb8bf28232643b238d0dab9d14267438f31ac43
  
https://github.com/RestComm/Restcomm-Connect/commit/3cb8bf28232643b238d0dab9d14267438f31ac43
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated media server download link.


  Commit: 0c114898e7b9b7371093863854a3b99f45247e7c
  
https://github.com/RestComm/Restcomm-Connect/commit/0c114898e7b9b7371093863854a3b99f45247e7c
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated media server download link.


  Commit: fa53e1e95556b5d114086aa6fd94670b0d07aa31
  
https://github.com/RestComm/Restcomm-Connect/commit/fa53e1e95556b5d114086aa6fd94670b0d07aa31
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Patching build script.


  Commit: ac06170a9ab920a6e5804866d38d2a032bd7a9c3
  
https://github.com/RestComm/Restcomm-Connect/commit/ac06170a9ab920a6e5804866d38d2a032bd7a9c3
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Patching build script.


  Commit: 2b28ace3dd8c23e4981467724f3f5b2c256cfc0d
  
https://github.com/RestComm/Restcomm-Connect/commit/2b28ace3dd8c23e4981467724f3f5b2c256cfc0d
  Author: hrosa 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Patching build script.


  Commit: 60b71e1715b9760f7e366a2081c96cbb187e104f
  
https://github.com/RestComm/Restcomm-Connect/commit/60b71e1715b9760f7e366a2081c96cbb187e104f
  Author: hrosa 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Updated MS build.


  Commit: 3a64232cfda078b31a88faa98ec456dd452059a1
  
https://github.com/RestComm/Restcomm-Connect/commit/3a64232cfda078b31a88faa98ec456dd452059a1
  Author: Vladimir Morosev 
  Date:   2017-11-27 (Mon, 27 Nov 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Changed media server verson and build number.


  Commit: 7e54cba74741bafa6440b37bea07d510acaf62bb
  
https://github.com/RestComm/Restcomm-Connect/commit/7e54cba74741bafa6440b37bea07d510acaf62bb
  Author: Vladimir Morosev 
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Changed sip servlet downlaod URL.


  Commit: 4c61d69d3d68b43a6f4a842ba6c062914454b490
  
https://github.com/RestComm/Restcomm-Connect/commit/4c61d69d3d68b43a6f4a842ba6c062914454b490
  Author: Vladimir Morosev 
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  Setting sip servlet output file name.


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/2ee4be894efa...4c61d69d3d68

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/8.2.1-ms-7-old/2ee4be-4c61d6%40github.com.


[RestComm/Restcomm-Connect] 60a3d4: fixed 2145

2022-01-13 Thread 'Anh NT Nguyen' via mobicents-commits
  Branch: refs/heads/origin/issue#2145
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 60a3d4c53b1c3a6aa90b3339916ccdea93c9bf5f
  
https://github.com/RestComm/Restcomm-Connect/commit/60a3d4c53b1c3a6aa90b3339916ccdea93c9bf5f
  Author: Anh Nguyen 
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleTest.java

  Log Message:
  ---
  fixed 2145


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/origin/issue%232145/431845-60a3d4%40github.com.


[RestComm/Restcomm-Connect] 407d58: Turn the SQL select command into case sensitive wh...

2022-01-13 Thread 'Guilherme Humberto Jansen' via mobicents-commits
  Branch: refs/heads/Issue1028_FixRVDUpgrade
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 407d58395b55a8aa534b579ec8d05643d6660f01
  
https://github.com/RestComm/Restcomm-Connect/commit/407d58395b55a8aa534b579ec8d05643d6660f01
  Author: Guilherme Humberto Jansen 
  Date:   2016-05-04 (Wed, 04 May 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/applications.xml
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/ApplicationsEndpoint.java

  Log Message:
  ---
  Turn the SQL select command into case sensitive when using MySQL databases 
and searching for Applications by friendly name. Also, the Applications 
Endpoint now returns a HTTP 409 to each attempt of creating a application using 
a friendly name already in use, therefore the response will contain application 
info only if a new entity was successfully created.


  Commit: 447a4a96d26b91dd48e163ce7dd6f865875c
  
https://github.com/RestComm/Restcomm-Connect/commit/447a4a96d26b91dd48e163ce7dd6f865875c
  Author: Guilherme Humberto Jansen 
  Date:   2016-05-04 (Wed, 04 May 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/CallDetailRecordListConverter.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/CreateCallsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/LiveCallModificationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/OutboudProxyCallsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RestcommCallsTool.java

  Log Message:
  ---
  Merge branch 'master' into Issue1028_FixRVDUpgrade


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/6b08e96b3545...447a4a96d26b

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/Issue1028_FixRVDUpgrade/6b08e9-447a4a%40github.com.


[RestComm/Restcomm-Connect] 471c9f: Use system classloader for SdrService actor

2022-01-13 Thread 'Oleg Agafonov' via mobicents-commits
  Branch: refs/heads/sdr-service
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 471c9fe3bf1b3a8a29a6de4c35a500ffd0b91463
  
https://github.com/RestComm/Restcomm-Connect/commit/471c9fe3bf1b3a8a29a6de4c35a500ffd0b91463
  Author: agafox 
  Date:   2017-12-12 (Tue, 12 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java

  Log Message:
  ---
  Use system classloader for SdrService actor


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/sdr-service/35ebfe-471c9f%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/feature/mgcp_local_address_as_variable
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/feature/mgcp_local_address_as_variable/7385c7-4b6f35%40github.com.


[RestComm/Restcomm-Connect] 4400c1: Prepare for patch release 8.7.1

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/870-267
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 4400c1d26f31063dcff2504bc0ccf8075b6ff8bf
  
https://github.com/RestComm/Restcomm-Connect/commit/4400c1d26f31063dcff2504bc0ccf8075b6ff8bf
  Author: George Vagenas 
  Date:   2018-07-20 (Fri, 20 Jul 2018)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManagerProxy.java

  Log Message:
  ---
  Prepare for patch release 8.7.1
This refer to BS-412


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/870-267/7d890d-4400c1%40github.com.


[RestComm/Restcomm-Connect] 405e2f: Update config-utensil.sh

2022-01-13 Thread 'Lefteris Banos' via mobicents-commits
  Branch: refs/heads/telenor
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 405e2fcbe7284fc4ac41708225d7979f4836f329
  
https://github.com/RestComm/Restcomm-Connect/commit/405e2fcbe7284fc4ac41708225d7979f4836f329
  Author: Lefteris Banos 
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-utensil.sh

  Log Message:
  ---
  Update config-utensil.sh

Fix for new ubuntu docker base image.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/telenor/8c7721-405e2f%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/RESTCOMM-747
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/RESTCOMM-747/bb0126-76561c%40github.com.


[RestComm/Restcomm-Connect] d130cb: Upgraded SipUnit version to 2.0.3

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/restcomm-1487
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: d130cbf98294a79a13aba90d299da5c0445e58fc
  
https://github.com/RestComm/Restcomm-Connect/commit/d130cbf98294a79a13aba90d299da5c0445e58fc
  Author: George Vagenas 
  Date:   2017-12-29 (Fri, 29 Dec 2017)

  Changed paths:
M restcomm/pom.xml

  Log Message:
  ---
  Upgraded SipUnit version to 2.0.3
This resolve #RESTCOMM-1487


  Commit: 85487304d7f1d3eeb3a787a47071de8287d316ce
  
https://github.com/RestComm/Restcomm-Connect/commit/85487304d7f1d3eeb3a787a47071de8287d316ce
  Author: George Vagenas 
  Date:   2017-12-29 (Fri, 29 Dec 2017)

  Changed paths:
M restcomm/pom.xml

  Log Message:
  ---
  Updated mss-arquillian to 1.0.2
This refer to #RESTCOMM-1487


  Commit: 75709788318869483597bdced91a6aeebb49e9b8
  
https://github.com/RestComm/Restcomm-Connect/commit/75709788318869483597bdced91a6aeebb49e9b8
  Author: George Vagenas 
  Date:   2017-12-29 (Fri, 29 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/TestDialVerbPartThree.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/TestDialVerbPartTwo.java

  Log Message:
  ---
  Removed unstable category from TestDialVerb* test classes in order to see 
results
This refer to #RESTCOMM-1487


  Commit: 095ba851508f77b1f636fabde98160e671b873e1
  
https://github.com/RestComm/Restcomm-Connect/commit/095ba851508f77b1f636fabde98160e671b873e1
  Author: George Vagenas 
  Date:   2017-12-29 (Fri, 29 Dec 2017)

  Changed paths:
M Jenkinsfile
M restcomm/restcomm.testsuite/pom.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/GeolocationEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationMuteUnMuteTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleTestLive.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallRegexSingleTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallRegexTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientsDialAnswerDelayRingingErrorTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientsDialAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientsDialTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialActionAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialActionOrganizationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialActionTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialConferenceTerminationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialConferenceTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkAnswerDelayCancelTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialPureSipNumbersFromPstnTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadNoneSecurityTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadSecureTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialStatusCallbackTest.java
M 

[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/Issue1550_VideoCallRCML
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/Issue1550_VideoCallRCML/5b1cc3-707b91%40github.com.


[RestComm/Restcomm-Connect] 33f1bd: push global notification class and updated SMS. SM...

2022-01-13 Thread 'Charles R' via mobicents-commits
  Branch: refs/heads/issue1392
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 33f1bd789d22e4fd3312dc832fb62c17ec4b2bed
  
https://github.com/RestComm/Restcomm-Connect/commit/33f1bd789d22e4fd3312dc832fb62c17ec4b2bed
  Author: Charles Roufay 
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
M restcomm/pom.xml
A restcomm/restcomm.notification/pom.xml
A 
restcomm/restcomm.notification/src/main/java/org/restcomm/connect/notification/GlobalNotification.java
M restcomm/restcomm.sms/pom.xml
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppClientOpsThread.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppService.java
M restcomm/restcomm.telephony/pom.xml
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManagerProxy.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/proxy/ProxyManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/proxy/ProxyManagerProxy.java

  Log Message:
  ---
  push global notification class and updated SMS. SMPP and VOICE to use global 
notification


  Commit: 6f5e531823925884c52e8e3ffc23a940bfde1bf2
  
https://github.com/RestComm/Restcomm-Connect/commit/6f5e531823925884c52e8e3ffc23a940bfde1bf2
  Author: Charles Roufay 
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M 
restcomm/restcomm.notification/src/main/java/org/restcomm/connect/notification/GlobalNotification.java

  Log Message:
  ---
  add error reference page to notification


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/cc7a0c4acb0b...6f5e53182392

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue1392/cc7a0c-6f5e53%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/kacmos-issue_opl
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/kacmos-issue_opl/038765-6d06d9%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/restcomm-1758
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/restcomm-1758/f88729-6dc324%40github.com.


[RestComm/Restcomm-Connect] 0f098d: Load test script now tries to collect logs and sys...

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/github-1671
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0f098df9b93f6453856cb6acfb173c914ae762bb
  
https://github.com/RestComm/Restcomm-Connect/commit/0f098df9b93f6453856cb6acfb173c914ae762bb
  Author: hrosa 
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M load_tests/prepare-restcomm-for-perf.sh
M load_tests/run.sh

  Log Message:
  ---
  Load test script now tries to collect logs and system data before shutting 
down RestComm and Media Server #1671


  Commit: 66c22f1cf439787cbce60e7a92b4669856640a3a
  
https://github.com/RestComm/Restcomm-Connect/commit/66c22f1cf439787cbce60e7a92b4669856640a3a
  Author: hrosa 
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M load_tests/perfRecorder.sh
M load_tests/tests/conference/conference.sh
M load_tests/tests/dialclient/dialclient-client.sh
M load_tests/tests/gather/gather.sh
M load_tests/tests/hello-play-one-minute/helloplay-one-minute.sh

  Log Message:
  ---
  Load test scripts no longer capture RTT statistics since latest PerfCorder 
does not rely on those. #1671

Load test scripts are now responsible for rendering HTML graphics once test 
completes.


  Commit: 2be77a406df58f17025e566ec0c329c70bf67a06
  
https://github.com/RestComm/Restcomm-Connect/commit/2be77a406df58f17025e566ec0c329c70bf67a06
  Author: George Vagenas 
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
M load_tests/run_offline.sh

  Log Message:
  ---
  fixes for load tests


  Commit: dd9b0494b8fd3f48e79c7c3cf6bfaf382fcb2d3c
  
https://github.com/RestComm/Restcomm-Connect/commit/dd9b0494b8fd3f48e79c7c3cf6bfaf382fcb2d3c
  Author: George Vagenas 
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
M load_tests/collect_jmap.sh
M load_tests/run.sh
M load_tests/run_offline.sh
M load_tests/tests/conference/conference-app.xml

  Log Message:
  ---
  Fixes for Restcomm load test scripts


  Commit: 6cb245824c6cd09c74b541243c49e1541822aed5
  
https://github.com/RestComm/Restcomm-Connect/commit/6cb245824c6cd09c74b541243c49e1541822aed5
  Author: George Vagenas 
  Date:   2016-12-23 (Fri, 23 Dec 2016)

  Changed paths:
M 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/MonitoringService.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  Patch for completed calls counter to be equal to incoming calls counter
This refere to #1679


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/44937cb242c4...6cb245824c6c

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/github-1671/44937c-6cb245%40github.com.


[RestComm/Restcomm-Connect] 6e475e: FS-333: Added implementation and tests

2022-01-13 Thread 'Antonis Tsakiridis' via mobicents-commits
  Branch: refs/heads/atsakiridis_FS-333
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 6e475e74146737dd8d936e4b3367869ff1097245
  
https://github.com/RestComm/Restcomm-Connect/commit/6e475e74146737dd8d936e4b3367869ff1097245
  Author: Antonis Tsakiridis 
  Date:   2018-07-25 (Wed, 25 Jul 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/call-detail-records.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/CallDetailRecordFilter.java
M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/call-detail-records.xml
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/CallDetailRecordsDaoTest.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SupervisorEndpoint.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CallsEndpointTest.java

  Log Message:
  ---
  FS-333: Added implementation and tests


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/atsakiridis_FS-333/bc8943-6e475e%40github.com.


[RestComm/Restcomm-Connect] f43f33: Working on #905: Add load tests for webrtc clients

2022-01-13 Thread 'Antonis Tsakiridis' via mobicents-commits
  Branch: refs/heads/atsakiridis_issue905
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f43f3379f56182bf88fa3d3bf8dc4523a5912807
  
https://github.com/RestComm/Restcomm-Connect/commit/f43f3379f56182bf88fa3d3bf8dc4523a5912807
  Author: Antonis Tsakiridis 
  Date:   2016-03-02 (Wed, 02 Mar 2016)

  Changed paths:
A load_tests/tests/webrtc-test/README.txt
A load_tests/tests/webrtc-test/webrtc-client.sh
A load_tests/tests/webrtc-test/webrtc-sipp-client.xml

  Log Message:
  ---
  Working on #905: Add load tests for webrtc clients


  Commit: 711b6962ac5094a65da9a4efa591825bf0f99b13
  
https://github.com/RestComm/Restcomm-Connect/commit/711b6962ac5094a65da9a4efa591825bf0f99b13
  Author: Antonis Tsakiridis 
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
A load_tests/resources/pcap/one-minute-wait-music.pcap
M load_tests/tests/webrtc-test/README.txt
M load_tests/tests/webrtc-test/webrtc-sipp-client.xml

  Log Message:
  ---
  Working on #905: Add load tests for webrtc clients: introduced 1 minute legth 
pcap to allow realistic 1-minute calls for load testing


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/9a19db8f8362...711b6962ac50

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/atsakiridis_issue905/9a19db-711b69%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue2332
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2332/37c7bd-670d66%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/ccProductization
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/ccProductization/ec58a3-675f39%40github.com.


[RestComm/Restcomm-Connect] f63d36: Included 'encoding' to SmsSessionRequest and added...

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue2385_SMS_encoding_attribute
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f63d3624e4a343653a3f66ede9f61dc00719d719
  
https://github.com/RestComm/Restcomm-Connect/commit/f63d3624e4a343653a3f66ede9f61dc00719d719
  Author: Orestis Tsakiridis 
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/MockSmppServer.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/SmppTests.java

  Log Message:
  ---
  Included 'encoding' to SmsSessionRequest and added arquilian tests firh RCML 
with SMS/encoding attribute

Refers #2385


  Commit: 5d8a0d7404b53a7e95dd19df82e977ca93fad73b
  
https://github.com/RestComm/Restcomm-Connect/commit/5d8a0d7404b53a7e95dd19df82e977ca93fad73b
  Author: Orestis Tsakiridis 
  Date:   2017-07-26 (Wed, 26 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/MockSmppServer.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/SmppTests.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsTest.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_SmsTest
A 
restcomm/restcomm.testsuite/src/test/resources/send-sms-test-withEncoding.xml

  Log Message:
  ---
  Added 'encoding' handling to BaseVoiceInterpreter and SmsInterpreter.

- Also added fix to SmppTests test case and added test cases to SmsTest (still 
fails)

Refers #2385


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/fe382a751de3...5d8a0d7404b5

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2385_SMS_encoding_attribute/fe382a-5d8a0d%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/github2900
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/github2900/70108b-61085f%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/bs-255
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/bs-255/7dbdd7-64e333%40github.com.


[RestComm/Restcomm-Connect] 8aef03: Encapsulated account accessor methods of Accounts ...

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue1496_account_password_with_DaoManager_xml
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8aef03e9311fee59617c6b5d7dae793f79eb6371
  
https://github.com/RestComm/Restcomm-Connect/commit/8aef03e9311fee59617c6b5d7dae793f79eb6371
  Author: Orestis 
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisDaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/rolling_upgrades/AccountAccessor.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/rolling_upgrades/DefaultAccountAccessor.java

  Log Message:
  ---
  Encapsulated account accessor methods of Accounts DAO to separate class to 
allow for versioning.

Refers #1496
Fixes #1624


  Commit: 09eb21c27dfd30e646c59d8317ca9e396a432920
  
https://github.com/RestComm/Restcomm-Connect/commit/09eb21c27dfd30e646c59d8317ca9e396a432920
  Author: Orestis 
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
M load_tests/run.sh
M load_tests/run_offline.sh
M load_tests/tests/hello-play/helloplay.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/upgrade_scripts/patches_for_790/V7_9_9__For_790_add_Enabled_to_ExtensionsConfigurationTable.sql
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisDaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/rolling_upgrades/AccountAccessor.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/rolling_upgrades/DefaultAccountAccessor.java
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/Restcomm
 - Enable HTTPS secure connector on JBoss AS 7 or EAP 6.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/gather-rcml.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/geolocation-rcml.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/play-rcml.adoc
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
How To White Label a Restcomm Instance.adoc
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/IvrEndpoint.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MediaGateway.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/StopEndpoint.java
M 
restcomm/restcomm.mrb/src/main/java/org/restcomm/connect/mrb/MgcpMediaGroup.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MgcpMediaGroup.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ConferenceCenter.java

  Log Message:
  ---
  Merge branch 'issue1624_encapsulate_accounts_dao_accessors' into 
issue1496_account_password


  Commit: 2a0ee9c1591ab3a14c8e172ca011b0fbcfde5c56
  
https://github.com/RestComm/Restcomm-Connect/commit/2a0ee9c1591ab3a14c8e172ca011b0fbcfde5c56
  Author: Orestis 
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ApplicationsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ConferencesEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/EmailMessagesEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/GatewaysEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/NotificationsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OutboundProxyEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/OutgoingCallerIdsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ParticipantsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/RecordingsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SupervisorEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/TranscriptionsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UsageEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UssdPushEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/VersionEndpoint.java

  Log Message:
  ---
  Reordered in imports in endpoint classes to allow for easier merging

Refers #1496


  Commit: 8334da0eb5a2e1d7f229e278f6b6f566ba771de5
  
https://github.com/RestComm/Restcomm-Connect/commit/8334da0eb5a2e1d7f229e278f6b6f566ba771de5
  Author: Orestis 
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  

[RestComm/Restcomm-Connect] 5a9b27: Bump junit from 3.8.1 to 4.13.1 in /restcomm/restc...

2022-01-13 Thread 'dependabot[bot]' via mobicents-commits
  Branch: 
refs/heads/dependabot/maven/restcomm/restcomm.routing/junit-junit-4.13.1
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 5a9b27a6f089e0ae1b90e7e69828f16cec54f209
  
https://github.com/RestComm/Restcomm-Connect/commit/5a9b27a6f089e0ae1b90e7e69828f16cec54f209
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-10-12 (Mon, 12 Oct 2020)

  Changed paths:
M restcomm/restcomm.routing/pom.xml

  Log Message:
  ---
  Bump junit from 3.8.1 to 4.13.1 in /restcomm/restcomm.routing

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- 
[Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/commits/r4.13.1)

Signed-off-by: dependabot[bot] 


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/dependabot/maven/restcomm/restcomm.routing/junit-junit-4.13.1/53ff44-5a9b27%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue637
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue637/7ad63f-5b1112%40github.com.


[RestComm/Restcomm-Connect] 5fd962: Added Evicting state to the Bridge actor. Now when...

2022-01-13 Thread 'Henrique Rosa' via mobicents-commits
  Branch: refs/heads/restcomm-xms-bridge-refactor
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 5fd9620492eaea39c472e27466c2b14da3c4d667
  
https://github.com/RestComm/Restcomm-Connect/commit/5fd9620492eaea39c472e27466c2b14da3c4d667
  Author: hrosa 
  Date:   2016-01-18 (Mon, 18 Jan 2016)

  Changed paths:
M architecture_diagrams/mscontrol/bridge.dia
M restcomm/restcomm.commons/.gitignore
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Bridge.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java

  Log Message:
  ---
  Added Evicting state to the Bridge actor. Now when a call leg receives BYE, 
it asks the bridge to stop. Bridge then enter evicting state and asks both call 
legs to unjoin from bridge. Once all call legs leaves, the Bridge closes media 
session and changes state to Inactive. The interpreter, who is observing bridge 
state, finally hangs up both call legs.

Update Bridge state diagram


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/restcomm-xms-bridge-refactor/86b807-5fd962%40github.com.


[RestComm/Restcomm-Connect] 116c21: SDR service event stream implementation

2022-01-13 Thread 'abdul aziz ali' via mobicents-commits
  Branch: refs/heads/sdr-service-eventstream_rebased
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 116c217e8acca3ebb2caa95d476cf518d878e16f
  
https://github.com/RestComm/Restcomm-Connect/commit/116c217e8acca3ebb2caa95d476cf518d878e16f
  Author: agafox 
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/FiniteStateMachine.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/TransitionEndListener.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/stream/StreamEvent.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreterParams.java
R 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/B2BUASdrMessage.java
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfoStreamEvent.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  SDR service event stream implementation


  Commit: f16f459c63454187f33fd15eb1cde8c81c96a943
  
https://github.com/RestComm/Restcomm-Connect/commit/f16f459c63454187f33fd15eb1cde8c81c96a943
  Author: agafox 
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  sms implementation


  Commit: 287d8f468866fac57d57467016f0322423236d94
  
https://github.com/RestComm/Restcomm-Connect/commit/287d8f468866fac57d57467016f0322423236d94
  Author: agafox 
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  Revert "sms implementation"

This reverts commit ecbdb4a


  Commit: 53eb5fbfa558bb41635c7397b2f579687ed33c0a
  
https://github.com/RestComm/Restcomm-Connect/commit/53eb5fbfa558bb41635c7397b2f579687ed33c0a
  Author: agafox 
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  SDR service sms messages implementation


  Commit: 4d9d5807010acc39c204e43a9f643fb56d098aa4
  
https://github.com/RestComm/Restcomm-Connect/commit/4d9d5807010acc39c204e43a9f643fb56d098aa4
  Author: agafox 
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  Revert "SDR service sms messages implementation"

This reverts commit 8eaac00


  Commit: 

[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/restcomm-1937
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/restcomm-1937/4e9842-5d46d5%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/atsakiridis_FS-269
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/atsakiridis_FS-269/be12f4-54b621%40github.com.


[RestComm/Restcomm-Connect] 06ba9d: New release candidate

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/850_241
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 06ba9daf4483bf03e7fbf9f918822f0dacbf1f8c
  
https://github.com/RestComm/Restcomm-Connect/commit/06ba9daf4483bf03e7fbf9f918822f0dacbf1f8c
  Author: Ubuntu 
  Date:   2018-06-01 (Fri, 01 Jun 2018)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/pom.xml
M restcomm/restcomm.core/pom.xml
M restcomm/restcomm.dao/pom.xml
M restcomm/restcomm.dns.api/pom.xml
M restcomm/restcomm.docs/pom.xml
M restcomm/restcomm.docs/sources-asciidoc/pom.xml
M restcomm/restcomm.email.api/pom.xml
M restcomm/restcomm.email/pom.xml
M restcomm/restcomm.extension.api/pom.xml
M restcomm/restcomm.extension.controller/pom.xml
M restcomm/restcomm.fax/pom.xml
M restcomm/restcomm.http/pom.xml
M restcomm/restcomm.identity/pom.xml
M restcomm/restcomm.interpreter/pom.xml
M restcomm/restcomm.mgcp/pom.xml
M restcomm/restcomm.monitoring.service/pom.xml
M restcomm/restcomm.mrb.api/pom.xml
M restcomm/restcomm.mrb/pom.xml
M restcomm/restcomm.mscontrol.api/pom.xml
M restcomm/restcomm.mscontrol.jsr309/pom.xml
M restcomm/restcomm.mscontrol.mms/pom.xml
M restcomm/restcomm.provisioning.number.api/pom.xml
M restcomm/restcomm.provisioning.number.bandwidth/pom.xml
M restcomm/restcomm.provisioning.number.nexmo/pom.xml
M restcomm/restcomm.provisioning.number.vi/pom.xml
M restcomm/restcomm.provisioning.number.voxbone/pom.xml
M restcomm/restcomm.routing/pom.xml
M restcomm/restcomm.sdr.api/pom.xml
M restcomm/restcomm.sms.api/pom.xml
M restcomm/restcomm.sms/pom.xml
M restcomm/restcomm.telephony.api/pom.xml
M restcomm/restcomm.telephony/pom.xml
M restcomm/restcomm.testsuite/pom.xml
M restcomm/restcomm.tts.acapela/pom.xml
M restcomm/restcomm.tts.api/pom.xml
M restcomm/restcomm.tts.att/pom.xml
M restcomm/restcomm.tts.awspolly/pom.xml
M restcomm/restcomm.tts.voicerss/pom.xml
M restcomm/restcomm.ui/pom.xml
M restcomm/restcomm.ussd/pom.xml

  Log Message:
  ---
  New release candidate


  Commit: 96c14ee3eab28ac99672bd0d89c11bb10fcc797e
  
https://github.com/RestComm/Restcomm-Connect/commit/96c14ee3eab28ac99672bd0d89c11bb10fcc797e
  Author: George Vagenas 
  Date:   2018-07-16 (Mon, 16 Jul 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialStatusCallbackTest.java

  Log Message:
  ---
  New integration test to introduce delay on status callback response and check 
whether we have delay on sending ACK
This refer to BS-407


  Commit: 8256078e48e96f093b7d96aa6432917ffb672ac1
  
https://github.com/RestComm/Restcomm-Connect/commit/8256078e48e96f093b7d96aa6432917ffb672ac1
  Author: George Vagenas 
  Date:   2018-07-17 (Tue, 17 Jul 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManagerProxy.java

  Log Message:
  ---
  Added new log statements to help debug the issue
This refer to BS-407


  Commit: 576a840587cfef5fe8583f1cd6d0d49f2f199e5e
  
https://github.com/RestComm/Restcomm-Connect/commit/576a840587cfef5fe8583f1cd6d0d49f2f199e5e
  Author: George Vagenas 
  Date:   2018-07-17 (Tue, 17 Jul 2018)

  Changed paths:
M restcomm/restcomm.ui/package.json

  Log Message:
  ---
  Fix for restcomm.ui
This refer to BS-407


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/0fe8b2eddb4f...576a840587cf

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/850_241/0fe8b2-576a84%40github.com.


[RestComm/Restcomm-Connect] 808f0f: moved getInitialIpAddressPort in RC commons

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue-1563
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 808f0fec3dabc93ffe014db0a9e94b76a8436274
  
https://github.com/RestComm/Restcomm-Connect/commit/808f0fec3dabc93ffe014db0a9e94b76a8436274
  Author: Maria Farooq 
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/common/sip/util/SipUtil.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  moved getInitialIpAddressPort in RC commons


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue-1563/9b2185-808f0f%40github.com.


[RestComm/Restcomm-Connect] fa0003: SDR service event stream implementation

2022-01-13 Thread 'Oleg Agafonov' via mobicents-commits
  Branch: refs/heads/sdr-service-eventstream
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: fa00034aa42b2e7f4cff40a5048a75062ac70599
  
https://github.com/RestComm/Restcomm-Connect/commit/fa00034aa42b2e7f4cff40a5048a75062ac70599
  Author: agafox 
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/FiniteStateMachine.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/TransitionEndListener.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/stream/StreamEvent.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreterParams.java
R 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/B2BUASdrMessage.java
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfoStreamEvent.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  SDR service event stream implementation


  Commit: 158d3cf31fdccf04650e9ea094372182e5c1b565
  
https://github.com/RestComm/Restcomm-Connect/commit/158d3cf31fdccf04650e9ea094372182e5c1b565
  Author: agafox 
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  sms implementation


  Commit: 4a17018e8fe5ac52d664ff1e3a2960712f21aa42
  
https://github.com/RestComm/Restcomm-Connect/commit/4a17018e8fe5ac52d664ff1e3a2960712f21aa42
  Author: agafox 
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  Revert "sms implementation"

This reverts commit ecbdb4a


  Commit: f931df9445f5497a77f026bd0760833b03e9e784
  
https://github.com/RestComm/Restcomm-Connect/commit/f931df9445f5497a77f026bd0760833b03e9e784
  Author: agafox 
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  SDR service sms messages implementation


  Commit: d42cd137d6c314747163ed693a76cdbd5d0eac24
  
https://github.com/RestComm/Restcomm-Connect/commit/d42cd137d6c314747163ed693a76cdbd5d0eac24
  Author: agafox 
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  Revert "SDR service sms messages implementation"

This reverts commit 8eaac00


  Commit: 96843bb7ae55c3f498b86651cfad53473a687eb9
  

[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/sso
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/sso/76e243-837510%40github.com.


[RestComm/Restcomm-Connect] 6aaca4: fixed restcomm side issue with #1942

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue-1978
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 6aaca43764e3ce7f2181befd55e3acbd21d3dc5d
  
https://github.com/RestComm/Restcomm-Connect/commit/6aaca43764e3ce7f2181befd55e3acbd21d3dc5d
  Author: Maria Farooq 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309ConferenceController.java

  Log Message:
  ---
  fixed restcomm side issue with #1942


  Commit: 7f64d23212e804f461058e9d356b11a3ba0ebca5
  
https://github.com/RestComm/Restcomm-Connect/commit/7f64d23212e804f461058e9d356b11a3ba0ebca5
  Author: Maria Farooq 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309ConferenceController.java

  Log Message:
  ---
  Revert "fixed restcomm side issue with #1942"

This reverts commit 6aaca43764e3ce7f2181befd55e3acbd21d3dc5d.


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/2177c2267a57...7f64d23212e8

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue-1978/2177c2-7f64d2%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/hotfix/media_playback_docker_compose
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/hotfix/media_playback_docker_compose/07aa51-81008f%40github.com.


[RestComm/Restcomm-Connect] 79ff86: RESTCOM-1927: Workaround, hardcode submit_sm encod...

2022-01-13 Thread 'abdul aziz ali' via mobicents-commits
  Branch: refs/heads/RESTCOMM-1927
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 79ff8633107763ffaf12f94d4300900a4926d2eb
  
https://github.com/RestComm/Restcomm-Connect/commit/79ff8633107763ffaf12f94d4300900a4926d2eb
  Author: abdulazizali77 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppClientOpsThread.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java

  Log Message:
  ---
  RESTCOM-1927: Workaround, hardcode submit_sm encoding to UTF-8. Fix decoding.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/RESTCOMM-1927/2ecf8e-79ff86%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/recordings-sdr-events
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/recordings-sdr-events/7661ba-7a6a22%40github.com.


[RestComm/Restcomm-Connect] 78232e: added test to check startInputKeys att

2022-01-13 Thread 'jaimecasero' via mobicents-commits
  Branch: refs/heads/bs-253
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 78232ed165aee2c3fd1dac3dbf1b08146272330a
  
https://github.com/RestComm/Restcomm-Connect/commit/78232ed165aee2c3fd1dac3dbf1b08146272330a
  Author: Jaime Casero 
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/GatherSpeechTest.java

  Log Message:
  ---
  added test to check startInputKeys att


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/bs-253/1e5473-78232e%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/841_release
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/841_release/cfa77d-880219%40github.com.


[RestComm/Restcomm-Connect] 88edda: added new test

2022-01-13 Thread 'Guilherme Humberto Jansen' via mobicents-commits
  Branch: refs/heads/RESTCOMM-2085
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 88eddae8e60bd2b0da26c9b5cc8d0419711470c3
  
https://github.com/RestComm/Restcomm-Connect/commit/88eddae8e60bd2b0da26c9b5cc8d0419711470c3
  Author: Maria Farooq 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkWithSBCTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialForkTest

  Log Message:
  ---
  added new test


  Commit: 5c9400b5031929096b028b6db100ac80ec89da15
  
https://github.com/RestComm/Restcomm-Connect/commit/5c9400b5031929096b028b6db100ac80ec89da15
  Author: Maria Farooq 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkWithSBCTest.java

  Log Message:
  ---
  dont register bob


  Commit: 88b6968d74646b7745c2aaa3167f33e1f9179513
  
https://github.com/RestComm/Restcomm-Connect/commit/88b6968d74646b7745c2aaa3167f33e1f9179513
  Author: Guilherme Humberto Jansen 
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  RESTCOMM-2085 #Additional log messages for the actor and session [WIP] [skip 
ci]


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/73ecc0c47225...88b6968d7464

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/RESTCOMM-2085/73ecc0-88b696%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue-#1285
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue-%231285/9b4b91-8e1cbb%40github.com.


[RestComm/Restcomm-Connect] 24e91b: 'X-RestComm-Type' and 'X-RestComm-CallType'

2022-01-13 Thread 'Jean Deruelle' via mobicents-commits
  Branch: refs/heads/sdr-service-x-headers
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 24e91b1d133f61c1dc497a9b51bd9e9ac21abb7f
  
https://github.com/RestComm/Restcomm-Connect/commit/24e91b1d133f61c1dc497a9b51bd9e9ac21abb7f
  Author: agafox 
  Date:   2017-12-22 (Fri, 22 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: 47d38444995030b418514b6dfa474b81ecaadf73
  
https://github.com/RestComm/Restcomm-Connect/commit/47d38444995030b418514b6dfa474b81ecaadf73
  Author: agafox 
  Date:   2017-12-22 (Fri, 22 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: a622719c49e87680897a8f0c46635db4550e39a1
  
https://github.com/RestComm/Restcomm-Connect/commit/a622719c49e87680897a8f0c46635db4550e39a1
  Author: agafox 
  Date:   2017-12-22 (Fri, 22 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-SmsType'


  Commit: a9f171de9e717448edb0b5a114f65c7d527a63f8
  
https://github.com/RestComm/Restcomm-Connect/commit/a9f171de9e717448edb0b5a114f65c7d527a63f8
  Author: agafox 
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: 64dc009569430c5556621d87f47fc8baf897a8e6
  
https://github.com/RestComm/Restcomm-Connect/commit/64dc009569430c5556621d87f47fc8baf897a8e6
  Author: agafox 
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: f693b6bc54b7617a090e1d631c2b283ab61c8111
  
https://github.com/RestComm/Restcomm-Connect/commit/f693b6bc54b7617a090e1d631c2b283ab61c8111
  Author: agafox 
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-SmsType'


  Commit: 86391f8360e2ad9c6409bee08f8ae48162c08ba5
  
https://github.com/RestComm/Restcomm-Connect/commit/86391f8360e2ad9c6409bee08f8ae48162c08ba5
  Author: agafox 
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:

  Log Message:
  ---
  Merge remote-tracking branch 'origin/sdr-service-x-headers' into 
sdr-service-x-headers


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/2c5e9756affc...86391f8360e2

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/sdr-service-x-headers/2c5e97-86391f%40github.com.


[RestComm/Restcomm-Connect] a94ec6: Work in progress to enable Kamon

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/issue2031
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: a94ec66d3a2b229c5cdffab5e97617d8d201ba5c
  
https://github.com/RestComm/Restcomm-Connect/commit/a94ec66d3a2b229c5cdffab5e97617d8d201ba5c
  Author: George Vagenas 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java

  Log Message:
  ---
  Work in progress to enable Kamon
This refer to #2031


  Commit: 43add21e2f54dc92d59cdbe9319458c989d880c7
  
https://github.com/RestComm/Restcomm-Connect/commit/43add21e2f54dc92d59cdbe9319458c989d880c7
  Author: George Vagenas 
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.mrb/src/test/java/org/restcomm/connect/mrb/util/MediaResourceBrokerTestUtil.java

  Log Message:
  ---
  Work in progress to enable Kamon
This refer to #2031


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/fb85be0ed0e6...43add21e2f54

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2031/fb85be-43add2%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/RESTCOMM-2158
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/RESTCOMM-2158/028c35-3a4e50%40github.com.


[RestComm/Restcomm-Connect] 413f55: CLOUDOPS-584: Expose GET Extensions list REST API....

2022-01-13 Thread 'abdul aziz ali' via mobicents-commits
  Branch: refs/heads/CLOUDOPS-584
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 413f55fc2b5f52881f04253aff0b47dc03de2642
  
https://github.com/RestComm/Restcomm-Connect/commit/413f55fc2b5f52881f04253aff0b47dc03de2642
  Author: abdulazizali77 
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/extensions-configuration.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/extensions-configuration.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/ExtensionsConfigurationDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisExtensionsConfigurationDao.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationXmlEndpoint.java

  Log Message:
  ---
  CLOUDOPS-584: Expose GET Extensions list REST API. Expose GET Account 
Specific Extensions configuration REST API.


  Commit: 91b1d74d698d76a2a1d0b2f1a1dda7db8d6d416f
  
https://github.com/RestComm/Restcomm-Connect/commit/91b1d74d698d76a2a1d0b2f1a1dda7db8d6d416f
  Author: abdulazizali77 
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/ExtensionConfigurationList.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationXmlEndpoint.java

  Log Message:
  ---
  CLOUDOPS-584: Implement getExtensions. Add ExtensionsConfigurationList


  Commit: 3d7b26d5fdaad66ec228c21c9de754a637f7f612
  
https://github.com/RestComm/Restcomm-Connect/commit/3d7b26d5fdaad66ec228c21c9de754a637f7f612
  Author: abdulazizali77 
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/http/RestcommExtensionsConfigurationTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ExtensionsConfigurationTest.java

  Log Message:
  ---
  CLOUDOPS-584: Add getExtensions integration test


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/76f91570ec12...3d7b26d5fdaa

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/CLOUDOPS-584/76f915-3d7b26%40github.com.


[RestComm/Restcomm-Connect] 378fcc: MSB-196: Add extensions preOutbound to UssdCallMan...

2022-01-13 Thread 'abdul aziz ali' via mobicents-commits
  Branch: refs/heads/MSB-196
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 378fccacc712aa03df1516a242e6a76b4bfbc7d1
  
https://github.com/RestComm/Restcomm-Connect/commit/378fccacc712aa03df1516a242e6a76b4bfbc7d1
  Author: abdulazizali77 
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  MSB-196: Add extensions preOutbound to UssdCallManager


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/MSB-196/7ee086-378fcc%40github.com.


[RestComm/Restcomm-Connect]

2022-01-13 Thread 'George Vagenas' via mobicents-commits
  Branch: refs/heads/FS-146_remove_rvd_outdated_docs
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/FS-146_remove_rvd_outdated_docs/238598-92c805%40github.com.


  1   2   3   4   >