[RestComm/Restcomm-Connect] f7f1b7: Implement message, recording, notification, transc...

2017-03-31 Thread Maria Farooq
  Branch: refs/heads/issue-1821
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f7f1b7ffb8ef6806235e668e9e0d045c95dd4f15
  
https://github.com/RestComm/Restcomm-Connect/commit/f7f1b7ffb8ef6806235e668e9e0d045c95dd4f15
  Author: forever3000 
  Date:   2016-12-11 (Sun, 11 Dec 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/notifications.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/transcriptions.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/NotificationsDao.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/SmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/TranscriptionsDao.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/NotificationFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/RecordingFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessageFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/TranscriptionFilter.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisNotificationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisRecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisSmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisTranscriptionsDao.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/NotificationsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/NotificationsXmlEndpoint.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/RecordingsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/RecordingsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesXmlEndpoint.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/TranscriptionsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/TranscriptionsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/NotificationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RecordingListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/SmsMessageListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/TranscriptionListConverter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/RestcommRvdProjectsMigratorTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsEndpointTool.java
M restcomm/restcomm.ui/src/main/webapp/modules/logs-messages.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-notifications.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-recordings.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-transcriptions.html
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-messages.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-notifications.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-recordings.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-transcriptions.js
M restcomm/restcomm.ui/src/main/webapp/resources/js/services.js

  Log Message:
  ---
  Implement message, recording, notification, transcription filter on server 
side following this issue : 
https://github.com/RestComm/Restcomm-Connect/issues/1395


  Commit: 90cb6ee621ca6cba48c383465ed109117480b847
  
https://github.com/RestComm/Restcomm-Connect/commit/90cb6ee621ca6cba48c383465ed109117480b847
  Author: forever3000 
  Date:   2016-12-12 (Mon, 12 Dec 2016)

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

[RestComm/Restcomm-Connect] f7f1b7: Implement message, recording, notification, transc...

2017-03-23 Thread Guilherme Humberto Jansen
  Branch: refs/heads/Issue1767_RecordVideoRCML
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f7f1b7ffb8ef6806235e668e9e0d045c95dd4f15
  
https://github.com/RestComm/Restcomm-Connect/commit/f7f1b7ffb8ef6806235e668e9e0d045c95dd4f15
  Author: forever3000 
  Date:   2016-12-11 (Sun, 11 Dec 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/notifications.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/transcriptions.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/NotificationsDao.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/SmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/TranscriptionsDao.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/NotificationFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/RecordingFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessageFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/TranscriptionFilter.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisNotificationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisRecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisSmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisTranscriptionsDao.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/NotificationsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/NotificationsXmlEndpoint.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/RecordingsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/RecordingsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesXmlEndpoint.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/TranscriptionsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/TranscriptionsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/NotificationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RecordingListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/SmsMessageListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/TranscriptionListConverter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/RestcommRvdProjectsMigratorTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsEndpointTool.java
M restcomm/restcomm.ui/src/main/webapp/modules/logs-messages.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-notifications.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-recordings.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-transcriptions.html
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-messages.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-notifications.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-recordings.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-transcriptions.js
M restcomm/restcomm.ui/src/main/webapp/resources/js/services.js

  Log Message:
  ---
  Implement message, recording, notification, transcription filter on server 
side following this issue : 
https://github.com/RestComm/Restcomm-Connect/issues/1395


  Commit: 90cb6ee621ca6cba48c383465ed109117480b847
  
https://github.com/RestComm/Restcomm-Connect/commit/90cb6ee621ca6cba48c383465ed109117480b847
  Author: forever3000 
  Date:   2016-12-12 (Mon, 12 Dec 2016)

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

[RestComm/Restcomm-Connect] f7f1b7: Implement message, recording, notification, transc...

2017-03-16 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f7f1b7ffb8ef6806235e668e9e0d045c95dd4f15
  
https://github.com/RestComm/Restcomm-Connect/commit/f7f1b7ffb8ef6806235e668e9e0d045c95dd4f15
  Author: forever3000 
  Date:   2016-12-11 (Sun, 11 Dec 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/notifications.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/transcriptions.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/NotificationsDao.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/SmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/TranscriptionsDao.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/NotificationFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/RecordingFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessageFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/TranscriptionFilter.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisNotificationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisRecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisSmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisTranscriptionsDao.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/NotificationsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/NotificationsXmlEndpoint.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/RecordingsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/RecordingsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesXmlEndpoint.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/TranscriptionsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/TranscriptionsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/NotificationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RecordingListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/SmsMessageListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/TranscriptionListConverter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/RestcommRvdProjectsMigratorTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsEndpointTool.java
M restcomm/restcomm.ui/src/main/webapp/modules/logs-messages.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-notifications.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-recordings.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-transcriptions.html
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-messages.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-notifications.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-recordings.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-transcriptions.js
M restcomm/restcomm.ui/src/main/webapp/resources/js/services.js

  Log Message:
  ---
  Implement message, recording, notification, transcription filter on server 
side following this issue : 
https://github.com/RestComm/Restcomm-Connect/issues/1395


  Commit: 90cb6ee621ca6cba48c383465ed109117480b847
  
https://github.com/RestComm/Restcomm-Connect/commit/90cb6ee621ca6cba48c383465ed109117480b847
  Author: forever3000 
  Date:   2016-12-12 (Mon, 12 Dec 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
M restcomm/restcomm.ui/src/main/webapp/modules/logs-calls.html
 

[RestComm/Restcomm-Connect] f7f1b7: Implement message, recording, notification, transc...

2017-01-09 Thread Orestis Tsakiridis
  Branch: refs/heads/forever3000-master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f7f1b7ffb8ef6806235e668e9e0d045c95dd4f15
  
https://github.com/RestComm/Restcomm-Connect/commit/f7f1b7ffb8ef6806235e668e9e0d045c95dd4f15
  Author: forever3000 
  Date:   2016-12-11 (Sun, 11 Dec 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/notifications.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/recordings.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/transcriptions.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/NotificationsDao.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/SmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/TranscriptionsDao.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/NotificationFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/RecordingFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessageFilter.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/TranscriptionFilter.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisNotificationsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisRecordingsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisSmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisTranscriptionsDao.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/NotificationsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/NotificationsXmlEndpoint.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/RecordingsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/RecordingsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesXmlEndpoint.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/TranscriptionsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/TranscriptionsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/NotificationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RecordingListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/SmsMessageListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/TranscriptionListConverter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/RestcommRvdProjectsMigratorTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsEndpointTool.java
M restcomm/restcomm.ui/src/main/webapp/modules/logs-messages.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-notifications.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-recordings.html
M restcomm/restcomm.ui/src/main/webapp/modules/logs-transcriptions.html
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-messages.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-notifications.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-recordings.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-transcriptions.js
M restcomm/restcomm.ui/src/main/webapp/resources/js/services.js

  Log Message:
  ---
  Implement message, recording, notification, transcription filter on server 
side following this issue : 
https://github.com/RestComm/Restcomm-Connect/issues/1395


  Commit: 90cb6ee621ca6cba48c383465ed109117480b847
  
https://github.com/RestComm/Restcomm-Connect/commit/90cb6ee621ca6cba48c383465ed109117480b847
  Author: forever3000 
  Date:   2016-12-12 (Mon, 12 Dec 2016)

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