[RestComm/Restcomm-Connect] 936de2: added Error in SMS model

2018-06-22 Thread Jaime Casero
  Branch: refs/heads/atsakiridis_FS-122
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 936de2b62b5b722948ffa393f9162e94ca2522be
  
https://github.com/RestComm/Restcomm-Connect/commit/936de2b62b5b722948ffa393f9162e94ca2522be
  Author: Maria Farooq 
  Date:   2018-06-05 (Tue, 05 Jun 2018)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Error.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.dao/src/main/resources/org/restcomm/connect/dao/mybatis/sms-messages.xml
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/SmsMessagesDaoTest.java
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
M restcomm/restcomm.dao/src/test/resources/restcomm.script

  Log Message:
  ---
  added Error in SMS model


  Commit: f92ecdd46c6fcaa60a9c8f7d97d547ac73236e13
  
https://github.com/RestComm/Restcomm-Connect/commit/f92ecdd46c6fcaa60a9c8f7d97d547ac73236e13
  Author: Maria Farooq 
  Date:   2018-06-06 (Wed, 06 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Error.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/SmsMessageConverter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/SmsMessagesEndpointTest.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script

  Log Message:
  ---
  feat BS-194


  Commit: 0c05dbc92e67b02b773a3073b56dcf8900198353
  
https://github.com/RestComm/Restcomm-Connect/commit/0c05dbc92e67b02b773a3073b56dcf8900198353
  Author: Maria Farooq 
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
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/sms-messages.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/testsuite/extensions/restcomm.script
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-applications
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_ReferMessageOrgTest
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_UserAgentTestClientAlgorithm
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_account_removal_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_migration_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_client_password_migration_test
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_dialForkPlayDelayTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialForkTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialStatusCallbackTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialTest_new
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dial_pure_sip_from_pstn
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_imsDialTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_mgcpoperations
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_multitenancyTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_playTest
M 
restcomm/restcomm

[RestComm/Restcomm-Connect] 6bf6e8: added more comments for partialResultCallback

2018-06-22 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 6bf6e8575e7809c5f5a1476fbe1327fa400a99e3
  
https://github.com/RestComm/Restcomm-Connect/commit/6bf6e8575e7809c5f5a1476fbe1327fa400a99e3
  Author: Jaime Casero 
  Date:   2018-06-21 (Thu, 21 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/gather-rcml.adoc

  Log Message:
  ---
  added more comments for partialResultCallback


  Commit: 4e60ea9cb5b2da2fc0c78d3a0beb43a38c256489
  
https://github.com/RestComm/Restcomm-Connect/commit/4e60ea9cb5b2da2fc0c78d3a0beb43a38c256489
  Author: Jaime Casero 
  Date:   2018-06-21 (Thu, 21 Jun 2018)

  Changed paths:
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/asyncclient/HttpAsycClientHelper.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/CallApiResponse.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/Downloader.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/DownloaderResponse.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/HttpRequestDescriptor.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/HttpResponseDescriptor.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/api/CallApiClient.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/api/RestcommApiClientUtil.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolver.java
R 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/client/DownloaderTest.java
R 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/client/api/ApiClientTests.java
R 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolverTest.java
M restcomm/restcomm.interpreter/pom.xml
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/asyncclient/HttpAsycClientHelper.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/CallApiResponse.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/Downloader.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/DownloaderResponse.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/HttpRequestDescriptor.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/HttpResponseDescriptor.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/api/CallApiClient.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/api/RestcommApiClientUtil.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolver.java
A 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/http/client/DownloaderTest.java
A 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/http/client/api/ApiClientTests.java
A 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolverTest.java
A restcomm/restcomm.interpreter/src/test/resources/restcomm_downloader.xml
M restcomm/restcomm.telephony/pom.xml

  Log Message:
  ---
  http client stuff relocated to interpreter.This reduces  undesired 
dependencies in the project


  Commit: d7b7104c66c3cdc76bf087b54e8e16d336e4420c
  
https://github.com/RestComm/Restcomm-Connect/commit/d7b7104c66c3cdc76bf087b54e8e16d336e4420c
  Author: Jaime Casero 
  Date:   2018-06-21 (Thu, 21 Jun 2018)

  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/VoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/GatherSpeechTest.java

  Log Message:
  ---
  fixed partialresult gather notification. Do not expect any RCML from 
notification.


  Commit: 1627fe0da547c97e9f425c6d2a9a4fd5bbaa848f
  
https://github.com/RestComm/Restcomm-Connect/commit/1627fe0da547c97e9f425c6d2a9a4fd5bbaa848f
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/gather-rcml.adoc
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/asyncclient/HttpAsycClientHelper.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/CallApiResponse.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/Downloader.java
R 
restcomm/restcomm.http/src/main/java/o

[RestComm/Restcomm-Connect] ea4dd7: jira_2087 Say/Play verb can be executed in failed ...

2018-06-22 Thread Jaime Casero
  Branch: refs/heads/issue-35767
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ea4dd746ae1ed6f580933bbdafc4e6e045d89448
  
https://github.com/RestComm/Restcomm-Connect/commit/ea4dd746ae1ed6f580933bbdafc4e6e045d89448
  Author: Hoan HL 
  Date:   2018-06-05 (Tue, 05 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java

  Log Message:
  ---
  jira_2087 Say/Play verb can be executed in failed Dial verb.


  Commit: f5409c6ed5f73d03ab3715dd52dc002a8b2f6bfb
  
https://github.com/RestComm/Restcomm-Connect/commit/f5409c6ed5f73d03ab3715dd52dc002a8b2f6bfb
  Author: Hoan HL 
  Date:   2018-06-05 (Tue, 05 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockPlayDelayMediaGateway.java

  Log Message:
  ---
  jira_2087 fix falling testcases


  Commit: 936de2b62b5b722948ffa393f9162e94ca2522be
  
https://github.com/RestComm/Restcomm-Connect/commit/936de2b62b5b722948ffa393f9162e94ca2522be
  Author: Maria Farooq 
  Date:   2018-06-05 (Tue, 05 Jun 2018)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Error.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.dao/src/main/resources/org/restcomm/connect/dao/mybatis/sms-messages.xml
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/SmsMessagesDaoTest.java
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
M restcomm/restcomm.dao/src/test/resources/restcomm.script

  Log Message:
  ---
  added Error in SMS model


  Commit: f92ecdd46c6fcaa60a9c8f7d97d547ac73236e13
  
https://github.com/RestComm/Restcomm-Connect/commit/f92ecdd46c6fcaa60a9c8f7d97d547ac73236e13
  Author: Maria Farooq 
  Date:   2018-06-06 (Wed, 06 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Error.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/SmsMessageConverter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/SmsMessagesEndpointTest.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script

  Log Message:
  ---
  feat BS-194


  Commit: 0c05dbc92e67b02b773a3073b56dcf8900198353
  
https://github.com/RestComm/Restcomm-Connect/commit/0c05dbc92e67b02b773a3073b56dcf8900198353
  Author: Maria Farooq 
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
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/sms-messages.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/testsuite/extensions/restcomm.script
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-applications
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_ReferMessageOrgTest
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_UserAgentTestClientAlgorithm
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_account_removal_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_migration_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_client_password_migration_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/

[RestComm/Restcomm-Connect] ea4dd7: jira_2087 Say/Play verb can be executed in failed ...

2018-06-22 Thread Maria Farooq
  Branch: refs/heads/issue-2165
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ea4dd746ae1ed6f580933bbdafc4e6e045d89448
  
https://github.com/RestComm/Restcomm-Connect/commit/ea4dd746ae1ed6f580933bbdafc4e6e045d89448
  Author: Hoan HL 
  Date:   2018-06-05 (Tue, 05 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java

  Log Message:
  ---
  jira_2087 Say/Play verb can be executed in failed Dial verb.


  Commit: f5409c6ed5f73d03ab3715dd52dc002a8b2f6bfb
  
https://github.com/RestComm/Restcomm-Connect/commit/f5409c6ed5f73d03ab3715dd52dc002a8b2f6bfb
  Author: Hoan HL 
  Date:   2018-06-05 (Tue, 05 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockPlayDelayMediaGateway.java

  Log Message:
  ---
  jira_2087 fix falling testcases


  Commit: 936de2b62b5b722948ffa393f9162e94ca2522be
  
https://github.com/RestComm/Restcomm-Connect/commit/936de2b62b5b722948ffa393f9162e94ca2522be
  Author: Maria Farooq 
  Date:   2018-06-05 (Tue, 05 Jun 2018)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Error.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.dao/src/main/resources/org/restcomm/connect/dao/mybatis/sms-messages.xml
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/SmsMessagesDaoTest.java
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
M restcomm/restcomm.dao/src/test/resources/restcomm.script

  Log Message:
  ---
  added Error in SMS model


  Commit: f92ecdd46c6fcaa60a9c8f7d97d547ac73236e13
  
https://github.com/RestComm/Restcomm-Connect/commit/f92ecdd46c6fcaa60a9c8f7d97d547ac73236e13
  Author: Maria Farooq 
  Date:   2018-06-06 (Wed, 06 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Error.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/SmsMessageConverter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/SmsMessagesEndpointTest.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script

  Log Message:
  ---
  feat BS-194


  Commit: 0c05dbc92e67b02b773a3073b56dcf8900198353
  
https://github.com/RestComm/Restcomm-Connect/commit/0c05dbc92e67b02b773a3073b56dcf8900198353
  Author: Maria Farooq 
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
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/sms-messages.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/testsuite/extensions/restcomm.script
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-applications
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_ReferMessageOrgTest
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_UserAgentTestClientAlgorithm
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_account_removal_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_migration_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_client_password_migration_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/r

[RestComm/Restcomm-Mayday-Web] 179e57: New release candidate

2018-06-22 Thread Ubuntu
  Branch: refs/tags/1.1.0-130
  Home:   https://github.com/RestComm/Restcomm-Mayday-Web
  Commit: 179e5744e54d82a986b1b4693484ffb0c1d3a216
  
https://github.com/RestComm/Restcomm-Mayday-Web/commit/179e5744e54d82a986b1b4693484ffb0c1d3a216
  Author: Ubuntu 
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  New release candidate



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[RestComm/gmlc] 8c3e7a: New release candidate

2018-06-22 Thread Ubuntu
  Branch: refs/tags/2.1.0-140
  Home:   https://github.com/RestComm/gmlc
  Commit: 8c3e7acf2adc198bcd74190e365f9f16a630747d
  
https://github.com/RestComm/gmlc/commit/8c3e7acf2adc198bcd74190e365f9f16a630747d
  Author: Ubuntu 
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
M core/bootstrap-wildfly/pom.xml
M core/bootstrap/pom.xml
M core/domain/pom.xml
M core/gmlc-common-library/pom.xml
M core/oam/cli/pom.xml
M core/pom.xml
M core/slee/pom.xml
M core/slee/services/du/pom.xml
M core/slee/services/library/pom.xml
M core/slee/services/pom.xml
M core/slee/services/sbbs/pom.xml
M docs/adminguide/pom.xml
M docs/adminguide/sources-asciidoc/pom.xml
M docs/commons/pom.xml
M docs/installationguide/pom.xml
M docs/installationguide/sources-asciidoc/pom.xml
M docs/pom.xml
M pom.xml
M test-suite/pom.xml
M tools/pom.xml

  Log Message:
  ---
  New release candidate



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[RestComm/ussdgateway] d763b2: New release candidate

2018-06-22 Thread Ubuntu
  Branch: refs/tags/7.1.0-149
  Home:   https://github.com/RestComm/ussdgateway
  Commit: d763b243fc93d8ea9870e98b234ff5234545bd33
  
https://github.com/RestComm/ussdgateway/commit/d763b243fc93d8ea9870e98b234ff5234545bd33
  Author: Ubuntu 
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
M core/bootstrap-wildfly/pom.xml
M core/bootstrap/pom.xml
M core/domain/pom.xml
M core/oam/cli/pom.xml
M core/pom.xml
M core/slee/library/pom.xml
M core/slee/pom.xml
M core/slee/sbbs/pom.xml
M core/slee/services-du/pom.xml
M core/xml/pom.xml
M docs/adminguide/pom.xml
M docs/adminguide/sources-asciidoc/pom.xml
M docs/installationguide/pom.xml
M docs/installationguide/sources-asciidoc/pom.xml
M docs/pom.xml
M examples/http-push/pom.xml
M examples/http/pom.xml
M examples/pom.xml
M examples/sip/pom.xml
M management/ussd-management/pom.xml
M pom.xml
M test/bootstrap/pom.xml
M test/mapmodule/pom.xml
M test/pom.xml
M tools/http-simulator/bootstrap/pom.xml
M tools/http-simulator/pom.xml
M tools/http-simulator/simulator/pom.xml
M tools/pom.xml

  Log Message:
  ---
  New release candidate



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.


[RestComm/jain-slee] 8a5eed: New release candidate

2018-06-22 Thread Ubuntu
  Branch: refs/tags/7.2.0-139
  Home:   https://github.com/RestComm/jain-slee
  Commit: 8a5eedf3f62aac33fbdc03aafeb3a7be468670f3
  
https://github.com/RestComm/jain-slee/commit/8a5eedf3f62aac33fbdc03aafeb3a7be468670f3
  Author: Ubuntu 
  Date:   2018-06-23 (Sat, 23 Jun 2018)

  Changed paths:
M api/extensions/pom.xml
M container/activities/pom.xml
M container/build/as7/extension/pom.xml
M container/build/as7/modules/pom.xml
M container/build/as7/pom.xml
M container/build/pom.xml
M container/common/pom.xml
M container/components/components/pom.xml
M container/components/descriptors/pom.xml
M container/components/pom.xml
M container/congestion/pom.xml
M container/docs/pom.xml
M container/docs/sources-asciidoc/pom.xml
M container/events/pom.xml
M container/fault-tolerant-ra/api/pom.xml
M container/fault-tolerant-ra/impl/pom.xml
M container/fault-tolerant-ra/pom.xml
M container/jmx-property-editors/pom.xml
M container/pom.xml
M container/profiles/pom.xml
M container/remote/pom.xml
M container/resource/pom.xml
M container/router/pom.xml
M container/services/pom.xml
M container/spi/pom.xml
M container/standard-components/du/pom.xml
M container/standard-components/pom.xml
M container/standard-components/standard-events-jar/pom.xml
M container/standard-components/standard-events11-jar/pom.xml
M container/standard-components/standard-profiles-jar/pom.xml
M container/standard-components/standard-profiles11-jar/pom.xml
M container/timers/pom.xml
M container/transaction/pom.xml
M container/usage/pom.xml
M pom.xml
M tools/slee-management-console/pom.xml
M tools/slee-management-console/rpc/pom.xml
M tools/slee-management-console/server/pom.xml
M tools/slee-management-console/war/pom.xml
M tools/twiddle/cli/pom.xml
M tools/twiddle/pom.xml
M tools/twiddle/release/pom.xml

  Log Message:
  ---
  New release candidate



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

--- 
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.
For more options, visit https://groups.google.com/d/optout.