Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 4c96d1e29bd492d92c03e1e57005830484d72a3d
      
https://github.com/Mobicents/RestComm/commit/4c96d1e29bd492d92c03e1e57005830484d72a3d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/recordings.xml
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/RecordingsDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRecordingsDao.java
    A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsJsonEndpoint.java
    A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsXmlEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/RecordingsEndpoint.java

  Log Message:
  -----------
  Added REST endpoints that return recordings for a call. Both JSON and XML 
versions are provided. Also added the respective dao call and mybatis mappings. 
Fixes #356.


  Commit: b7f009eb04a6d748f0a37985cc4aac9b93468a6d
      
https://github.com/Mobicents/RestComm/commit/b7f009eb04a6d748f0a37985cc4aac9b93468a6d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    R 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsJsonEndpoint.java
    R 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallRecordingsXmlEndpoint.java
    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/CallsXmlEndpoint.java

  Log Message:
  -----------
  Call's recordings endpoint refactoring.
- Moved Call's recordings method from CallRecordings endpoint into Calls 
endpoint.

Refers #356


  Commit: ee230f53f6fdf855a11f0dc1cabb23270cd6cdff
      
https://github.com/Mobicents/RestComm/commit/ee230f53f6fdf855a11f0dc1cabb23270cd6cdff
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/recordings.xml
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/RecordingsDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisRecordingsDao.java
    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/CallsXmlEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/RecordingsEndpoint.java

  Log Message:
  -----------
  Merge branch 'issue356_call_recordings' into issue356_merging (master)

Conflicts:
        
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java


  Commit: ea8f7ac795abb1507315992dc19da78a5ea0c054
      
https://github.com/Mobicents/RestComm/commit/ea8f7ac795abb1507315992dc19da78a5ea0c054
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
    M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/CallsEndpointTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RestcommCallsTool.java
    M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script

  Log Message:
  -----------
  Added integration tests for Call recordings method.

Refers #356


  Commit: c6d481fd5f61bd646fa98dca77160cc7d34a6d90
      
https://github.com/Mobicents/RestComm/commit/c6d481fd5f61bd646fa98dca77160cc7d34a6d90
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
    M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/CallsEndpointTest.java

  Log Message:
  -----------
  Minor fix for integrations tests

Refers #356


  Commit: eaa564a2e574eb8a5f04c1df3f2fbab864f29c05
      
https://github.com/Mobicents/RestComm/commit/eaa564a2e574eb8a5f04c1df3f2fbab864f29c05
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java

  Log Message:
  -----------
  Fixed converter initialization for call recordings

Refers #356


Compare: 
https://github.com/Mobicents/RestComm/compare/0885da9278c8...eaa564a2e574

-- 

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