Branch: refs/heads/issue1496_account_password
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 7ff68c7a10e6666a55a588967283d44d48fa4fab
      
https://github.com/RestComm/Restcomm-Connect/commit/7ff68c7a10e6666a55a588967283d44d48fa4fab
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  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.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationTest.java

  Log Message:
  -----------
  In Dial Forking, the CallManager update (LCM) should get the list of fork 
branches to disconnect.
This close #1695


  Commit: 17f2480e990dde1cc5ca30e2e37c074036a4edf0
      
https://github.com/RestComm/Restcomm-Connect/commit/17f2480e990dde1cc5ca30e2e37c074036a4edf0
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2017-01-08 (Sun, 08 Jan 2017)

  Changed paths:
    A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingTest.java

  Log Message:
  -----------
  Tests for dial recording.
This refer to #1694


  Commit: ac2bbb603732ba636fc294e2c4f9d5ee995c3b66
      
https://github.com/RestComm/Restcomm-Connect/commit/ac2bbb603732ba636fc294e2c4f9d5ee995c3b66
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2017-01-08 (Sun, 08 Jan 2017)

  Changed paths:
    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/test/java/org/restcomm/connect/dao/mybatis/AccountsDaoTest.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

  Log Message:
  -----------
  Moved AccountHierarchyDepthCrossed to org.restcomm.connect.dao.exceptions


  Commit: f3606e321366782e92aabe9733c7e10bd99589e1
      
https://github.com/RestComm/Restcomm-Connect/commit/f3606e321366782e92aabe9733c7e10bd99589e1
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2017-01-08 (Sun, 08 Jan 2017)

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

  Log Message:
  -----------
  Dial recording DB record is not created when outgoing call disconnects
This refers to #1697 and #1694


  Commit: 4e64db86fc88296fef91428bd287d9b9691d7aa3
      
https://github.com/RestComm/Restcomm-Connect/commit/4e64db86fc88296fef91428bd287d9b9691d7aa3
  Author: George Vagenas <gvage...@gmail.com>
  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
    M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisDaoManager.java
    M restcomm/restcomm.testsuite/pom.xml
    A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadTest.java
    A 
restcomm/restcomm.testsuite/src/test/resources/restcomm_recording_s3_upload.xml

  Log Message:
  -----------
  Properly terminate Bridge endpoint, create recording DB record, and upload to 
Amazon S3 when callee disconnects.
This close #1694
This close #1697
This close #1702


  Commit: bcf9c73e67bd70fa07d8fb3348a1a5d9df0dbb12
      
https://github.com/RestComm/Restcomm-Connect/commit/bcf9c73e67bd70fa07d8fb3348a1a5d9df0dbb12
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2017-01-10 (Tue, 10 Jan 2017)

  Changed paths:
    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.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  -----------
  Protect CallsEndpoint and CallManager from faulty LiveCallModification 
requests. Also updated LCM documentation
This close #1700


  Commit: 839082cd0c16b5207ba42ba761721521be556817
      
https://github.com/RestComm/Restcomm-Connect/commit/839082cd0c16b5207ba42ba761721521be556817
  Author: maria-farooq <maria-far...@live.com>
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
    M 
restcomm/restcomm.mrb/src/main/java/org/restcomm/connect/mrb/MediaResourceBrokerGeneric.java

  Log Message:
  -----------
  changed a misleading msg from error to debug log

changed a misleading msg from error to debug log. as this is not an error


  Commit: e639453ceaf0f8bfa88663dc23cc7b5435267f27
      
https://github.com/RestComm/Restcomm-Connect/commit/e639453ceaf0f8bfa88663dc23cc7b5435267f27
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-01-11 (Wed, 11 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.mrb/src/main/java/org/restcomm/connect/mrb/MediaResourceBrokerGeneric.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 issue1496_account_password


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/3fc7d0ce03a1...e639453ceaf0

-- 

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