Branch: refs/heads/atsakiridis_FS-122
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 5cba8a5e337791c164a143d2d280c62defc2fa49
      
https://github.com/RestComm/Restcomm-Connect/commit/5cba8a5e337791c164a143d2d280c62defc2fa49
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2018-07-02 (Mon, 02 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/common/SortDirection.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.dao/src/test/java/org/restcomm/connect/dao/mybatis/IncomingPhoneNumbersDaoTest.java
    M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java

  Log Message:
  -----------
  FS-122: Addressing Maria's comments: removing unused enum, fixing a unit 
test, removing some unneeded stuff


  Commit: f951465beb9abe222802c419da24b4206705714b
      
https://github.com/RestComm/Restcomm-Connect/commit/f951465beb9abe222802c419da24b4206705714b
  Author: Antonis Tsakiridis <antonis.tsakiri...@telestax.com>
  Date:   2018-07-02 (Mon, 02 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.application/src/main/webapp/WEB-INF/conf/restcomm.xml
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Organization.java
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Profile.java
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/gather-rcml.adoc
    M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/index.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.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/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
    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
    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
    M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/GatherSpeechTest.java
    A restcomm/restcomm.interpreter/src/test/resources/restcomm_downloader.xml
    A 
restcomm/restcomm.mscontrol.api/src/main/java/org/restcomm/connect/mscontrol/api/messages/RecordStoped.java
    M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309CallController.java
    M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.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
    A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallMaxDurationTest.java
    A 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_callmaxduration.script
    A 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_callmaxduration.xml

  Log Message:
  -----------
  Merge branch 'atsakiridis_FS-122' of 
https://github.com/RestComm/RestComm-Core into atsakiridis_FS-122


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/df6d5eb290b9...f951465beb9a
      **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.

Reply via email to