[RestComm/Restcomm-Connect] 408a4b: Outbound SMS business logic bugfix

2018-04-30 Thread agafox
  Branch: refs/heads/sms-session-outbound-logic-bugfix
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 408a4b15f589b5a1879358d2636dd7d9a461b25a
  
https://github.com/RestComm/Restcomm-Connect/commit/408a4b15f589b5a1879358d2636dd7d9a461b25a
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-04-30 (Mon, 30 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java

  Log Message:
  ---
  Outbound SMS business logic bugfix


-- 

--- 
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/Restcomm-Connect] 12f7f9: Recording SDR events added

2018-04-27 Thread agafox
  Branch: refs/heads/recordings-sdr-events
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 12f7f9d1ceaa15e0bd5f44a27eeb582ca3f29d56
  
https://github.com/RestComm/Restcomm-Connect/commit/12f7f9d1ceaa15e0bd5f44a27eeb582ca3f29d56
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Recording.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309BridgeController.java
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309CallController.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsBridgeController.java
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java

  Log Message:
  ---
  Recording SDR events added


-- 

--- 
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/Restcomm-Connect] 574dea: Added inbound sms SDR event

2018-03-19 Thread agafox
  Branch: refs/heads/sdr-inbound-sms-bugfix
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 574dea591726fe298398bebe78e0de14fd10f18c
  
https://github.com/RestComm/Restcomm-Connect/commit/574dea591726fe298398bebe78e0de14fd10f18c
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  Added inbound sms SDR event


-- 

--- 
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/commons] a8ee54: maven-compiler-plugin added

2018-03-08 Thread agafox
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/commons
  Commit: a8ee542489846c75a23939a0bf3454f5d3ff92f7
  
https://github.com/RestComm/commons/commit/a8ee542489846c75a23939a0bf3454f5d3ff92f7
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
M pom.xml
M statistics/pom.xml

  Log Message:
  ---
  maven-compiler-plugin added


-- 

--- 
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/Restcomm-Connect] 0acbe7: SDR service event stream implementation

2018-03-01 Thread agafox
  Branch: refs/heads/sdr-service-eventstream
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0acbe787ba7d07fc27b4a088ac4ab67c237a428d
  
https://github.com/RestComm/Restcomm-Connect/commit/0acbe787ba7d07fc27b4a088ac4ab67c237a428d
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/FiniteStateMachine.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/TransitionEndListener.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/stream/StreamEvent.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
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreterParams.java
R 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/B2BUASdrMessage.java
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfoStreamEvent.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.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

  Log Message:
  ---
  SDR service event stream implementation


  Commit: de040ae2f6356be3806c61c395c19cbe5a6f9f88
  
https://github.com/RestComm/Restcomm-Connect/commit/de040ae2f6356be3806c61c395c19cbe5a6f9f88
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  sms implementation


  Commit: f0bf75afe43980b9ca759bbc1a4b9832da916719
  
https://github.com/RestComm/Restcomm-Connect/commit/f0bf75afe43980b9ca759bbc1a4b9832da916719
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  Revert "sms implementation"

This reverts commit 0d3a4bd


  Commit: 4f5cb83ec70c839cfa04d60829184931f251e5fd
  
https://github.com/RestComm/Restcomm-Connect/commit/4f5cb83ec70c839cfa04d60829184931f251e5fd
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.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/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  SDR service sms messages implementation


  Commit: d91bd88f40767a005d8d8a47bffc4ed8d819ddf8
  
https://github.com/RestComm/Restcomm-Connect/commit/d91bd88f40767a005d8d8a47bffc4ed8d819ddf8
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.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/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  Revert "SDR service sms messages

[RestComm/Restcomm-Connect] 6c4110: SDR service event stream implementation

2018-02-18 Thread agafox
  Branch: refs/heads/sdr-service-eventstream
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 6c411018d042aaf1f0959401c65a6d6790859ecf
  
https://github.com/RestComm/Restcomm-Connect/commit/6c411018d042aaf1f0959401c65a6d6790859ecf
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/FiniteStateMachine.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/TransitionEndListener.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/stream/StreamEvent.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
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreterParams.java
R 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/B2BUASdrMessage.java
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfoStreamEvent.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.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

  Log Message:
  ---
  SDR service event stream implementation


  Commit: ea0c0c081e5556c1f5e3fd49836244b72e1ea792
  
https://github.com/RestComm/Restcomm-Connect/commit/ea0c0c081e5556c1f5e3fd49836244b72e1ea792
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  sms implementation


  Commit: 44fb2fb8c7263df16536b174cc3021147bfb8c7c
  
https://github.com/RestComm/Restcomm-Connect/commit/44fb2fb8c7263df16536b174cc3021147bfb8c7c
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  Revert "sms implementation"

This reverts commit 0d3a4bd


  Commit: 73639c2b27645859d33a97c496e9570935c207e1
  
https://github.com/RestComm/Restcomm-Connect/commit/73639c2b27645859d33a97c496e9570935c207e1
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.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/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  SDR service sms messages implementation


  Commit: 03eede9bf50a34c409a5c77013929e6eba8259db
  
https://github.com/RestComm/Restcomm-Connect/commit/03eede9bf50a34c409a5c77013929e6eba8259db
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.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/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  Revert "SDR service sms messages

[RestComm/commons] 371a67: license header added to new classes

2018-02-17 Thread agafox
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/commons
  Commit: 371a67e5cbbca4b2001dba0d26e29e0b06023c0e
  
https://github.com/RestComm/commons/commit/371a67e5cbbca4b2001dba0d26e29e0b06023c0e
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-17 (Sat, 17 Feb 2018)

  Changed paths:
M 
statistics/src/main/java/org/restcomm/commons/statistics/reporter/RestcommStatsReporterExtension.java
M 
statistics/src/test/java/org/restcomm/commons/statistics/test/StatsReporterExtensionTest.java

  Log Message:
  ---
  license header added to new classes


-- 

--- 
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/commons] 48d39b: StatsReporterExtensionTest bugfix

2018-02-17 Thread agafox
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/commons
  Commit: 48d39b05d8d772720d73688843804b063e4cfe7e
  
https://github.com/RestComm/commons/commit/48d39b05d8d772720d73688843804b063e4cfe7e
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-17 (Sat, 17 Feb 2018)

  Changed paths:
M 
statistics/src/test/java/org/restcomm/commons/statistics/test/StatsReporterExtensionTest.java

  Log Message:
  ---
  StatsReporterExtensionTest bugfix


-- 

--- 
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/commons] 4d95ac: bugfix

2018-02-14 Thread agafox
  Branch: refs/heads/RestcommStatsReporterExtension
  Home:   https://github.com/RestComm/commons
  Commit: 4d95acbb68f87bc8a7f62e4783d4fb67a1b61731
  
https://github.com/RestComm/commons/commit/4d95acbb68f87bc8a7f62e4783d4fb67a1b61731
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-14 (Wed, 14 Feb 2018)

  Changed paths:
M 
statistics/src/test/java/org/restcomm/commons/statistics/test/StatsReporterExtensionTest.java

  Log Message:
  ---
  bugfix


-- 

--- 
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/commons] b480ee: generic interface RestcommStatsReporterExtension

2018-02-14 Thread agafox
  Branch: refs/heads/RestcommStatsReporterExtension
  Home:   https://github.com/RestComm/commons
  Commit: b480eeceab3598ba5e8230673d02d0a48a449c5d
  
https://github.com/RestComm/commons/commit/b480eeceab3598ba5e8230673d02d0a48a449c5d
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-14 (Wed, 14 Feb 2018)

  Changed paths:
M statistics/pom.xml
M 
statistics/src/main/java/org/restcomm/commons/statistics/reporter/RestcommStatsReporter.java
A 
statistics/src/main/java/org/restcomm/commons/statistics/reporter/RestcommStatsReporterExtension.java
A 
statistics/src/test/java/org/restcomm/commons/statistics/test/StatsReporterExtensionTest.java

  Log Message:
  ---
  generic interface RestcommStatsReporterExtension


-- 

--- 
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/Restcomm-Connect] 90cc59: SDR service event stream implementation

2018-02-08 Thread agafox
  Branch: refs/heads/sdr-service-eventstream
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 90cc59e96a4edf0e94f16da7de586ea3513bafcd
  
https://github.com/RestComm/Restcomm-Connect/commit/90cc59e96a4edf0e94f16da7de586ea3513bafcd
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/FiniteStateMachine.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/TransitionEndListener.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/stream/StreamEvent.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
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreterParams.java
R 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/B2BUASdrMessage.java
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfoStreamEvent.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.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

  Log Message:
  ---
  SDR service event stream implementation


  Commit: 6349935846157ddcf7f102c64996c5b47641bc51
  
https://github.com/RestComm/Restcomm-Connect/commit/6349935846157ddcf7f102c64996c5b47641bc51
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  sms implementation


  Commit: ad1b47df77ab941f1a3373709345391414e81f86
  
https://github.com/RestComm/Restcomm-Connect/commit/ad1b47df77ab941f1a3373709345391414e81f86
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  Revert "sms implementation"

This reverts commit 0d3a4bd


  Commit: 01691bef873bf517011b1ede1a1603359b77bfa4
  
https://github.com/RestComm/Restcomm-Connect/commit/01691bef873bf517011b1ede1a1603359b77bfa4
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.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/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  SDR service sms messages implementation


  Commit: 3e9d44c231e0f50baed0214000c4f830f0588cd7
  
https://github.com/RestComm/Restcomm-Connect/commit/3e9d44c231e0f50baed0214000c4f830f0588cd7
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.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/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  Revert "SDR service sms messages

[RestComm/Restcomm-Connect] ee621a: SDR service sms messages implementation

2018-01-08 Thread agafox
  Branch: refs/heads/sdr-service-eventstream
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ee621a88b02f6b7c28e6103a9c6de87fcb1ba3df
  
https://github.com/RestComm/Restcomm-Connect/commit/ee621a88b02f6b7c28e6103a9c6de87fcb1ba3df
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

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

  Log Message:
  ---
  SDR service sms messages implementation


-- 

--- 
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/Restcomm-Connect] 5207fd: Revert "SDR service sms messages implementation"

2018-01-08 Thread agafox
  Branch: refs/heads/sdr-service-eventstream
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 5207fd86a56ab9c01bd20ae081d09be3a7ca2672
  
https://github.com/RestComm/Restcomm-Connect/commit/5207fd86a56ab9c01bd20ae081d09be3a7ca2672
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.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/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  Revert "SDR service sms messages implementation"

This reverts commit 1b464b3


  Commit: affa2010cb7162e6844cb6d30a4bfba367e2ceed
  
https://github.com/RestComm/Restcomm-Connect/commit/affa2010cb7162e6844cb6d30a4bfba367e2ceed
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesEndpoint.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/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  SDR service sms messages implementation


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/1b464b37d4b4...affa2010cb71

-- 

--- 
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/Restcomm-Connect] 0d3a4b: sms implementation

2018-01-08 Thread agafox
  Branch: refs/heads/sdr-service-eventstream
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0d3a4bdf835e4034ae2f41a8bee05ef9a4846abe
  
https://github.com/RestComm/Restcomm-Connect/commit/0d3a4bdf835e4034ae2f41a8bee05ef9a4846abe
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-01-05 (Fri, 05 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  sms implementation


  Commit: 6af1013df74d0f4c4b31dcee6ef4abac4e2118b6
  
https://github.com/RestComm/Restcomm-Connect/commit/6af1013df74d0f4c4b31dcee6ef4abac4e2118b6
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/TextMessage.java

  Log Message:
  ---
  Revert "sms implementation"

This reverts commit 0d3a4bd


  Commit: 1b464b37d4b4b37406f35af61524f50c3387522b
  
https://github.com/RestComm/Restcomm-Connect/commit/1b464b37d4b4b37406f35af61524f50c3387522b
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.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/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  SDR service sms messages implementation


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/b8bd62dd2daf...1b464b37d4b4

-- 

--- 
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/Restcomm-Connect] b8bd62: SDR service event stream implementation

2018-01-02 Thread agafox
  Branch: refs/heads/sdr-service-eventstream
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b8bd62dd2dafa3c14a9f52af4b34abcc252fe1da
  
https://github.com/RestComm/Restcomm-Connect/commit/b8bd62dd2dafa3c14a9f52af4b34abcc252fe1da
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/FiniteStateMachine.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/fsm/TransitionEndListener.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/stream/StreamEvent.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
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreterParams.java
R 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/B2BUASdrMessage.java
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfoStreamEvent.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.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

  Log Message:
  ---
  SDR service event stream implementation


-- 

--- 
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/Restcomm-Connect] b385d1: Work in progress for TestDialVerbPartTwo

2017-12-28 Thread agafox
 2017-12-27 (Wed, 27 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  cs fix


  Commit: 68a72cd7b5fd5990bac1cc7a8d52441a3f7a3483
  
https://github.com/RestComm/Restcomm-Connect/commit/68a72cd7b5fd5990bac1cc7a8d52441a3f7a3483
  Author: Maria Farooq <maria-far...@live.com>
  Date:   2017-12-27 (Wed, 27 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialConferenceConnectionFailureTest.java

  Log Message:
  ---
  updated test


  Commit: fc2beef1798fc4ac3e76568d0bdbe949ff21580c
  
https://github.com/RestComm/Restcomm-Connect/commit/fc2beef1798fc4ac3e76568d0bdbe949ff21580c
  Author: Maria Farooq <maria-far...@live.com>
  Date:   2017-12-27 (Wed, 27 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialConferenceConnectionFailureTest.java

  Log Message:
  ---
  cleanup


  Commit: 6c24a2dba112606af865c42dc123ba0f1a6f1fb2
  
https://github.com/RestComm/Restcomm-Connect/commit/6c24a2dba112606af865c42dc123ba0f1a6f1fb2
  Author: Maria Farooq <maria-far...@live.com>
  Date:   2017-12-27 (Wed, 27 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/MonitoringService.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  Let conference know the call exited the room so it does keep waiting for it 
to complete the join


  Commit: 0a2fa2fc1b124c37feb8331adc6fbb9b615c23a9
  
https://github.com/RestComm/Restcomm-Connect/commit/0a2fa2fc1b124c37feb8331adc6fbb9b615c23a9
  Author: Maria Farooq <maria-far...@live.com>
  Date:   2017-12-27 (Wed, 27 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  updated commentary


  Commit: cee716b877392f9d44aa1a1f8f322f1067cb2133
  
https://github.com/RestComm/Restcomm-Connect/commit/cee716b877392f9d44aa1a1f8f322f1067cb2133
  Author: Maria Farooq <maria-far...@live.com>
  Date:   2017-12-27 (Wed, 27 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  cs fix


  Commit: 453fbb09701638aa662e857523aa269d9434b92f
  
https://github.com/RestComm/Restcomm-Connect/commit/453fbb09701638aa662e857523aa269d9434b92f
  Author: maria-farooq <maria-far...@live.com>
  Date:   2017-12-27 (Wed, 27 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java
A 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGatewayConferenceLinkCreationError.java
M 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/MonitoringService.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialConferenceConnectionFailureTest.java
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm-with-failing-mockmedia.xml

  Log Message:
  ---
  Merge pull request #2737 from RestComm/restcomm-1343

fixed hault condition https://telestax.atlassian.net/browse/RESTCOMM-…


  Commit: 4efa42cef90500d9ac2c3fd4ff45503db6a39e31
  
https://github.com/RestComm/Restcomm-Connect/commit/4efa42cef90500d9ac2c3fd4ff45503db6a39e31
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: de9899d1f8060187157ed58a047ef868ed33c174
  
https://github.com/RestComm/Restcomm-Connect/commit/de9899d1f8060187157ed58a047ef868ed33c174
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: 37ed7c1631188a5673f1531e0e41d1e7cd0ee96a
  
https://github.com/RestComm/Restcomm-Connect/commit/37ed7c1631188a5673f1531e0e41d1e7cd0ee96a
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-SmsType'


  Commit: b78bf07461eac54ef85aa8c72e801652bd99d143
  
https://github.com/R

[RestComm/Restcomm-Connect] b6aff6: 'X-RestComm-Type' and 'X-RestComm-CallType'

2017-12-27 Thread agafox
  Branch: refs/heads/sdr-service-x-headers
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b6aff65a14e9b871ffa70064e548e395d7c6d540
  
https://github.com/RestComm/Restcomm-Connect/commit/b6aff65a14e9b871ffa70064e548e395d7c6d540
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-22 (Fri, 22 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: c2eec165c03093a58941612c57ef8db65af1f889
  
https://github.com/RestComm/Restcomm-Connect/commit/c2eec165c03093a58941612c57ef8db65af1f889
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-22 (Fri, 22 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-CallType'


  Commit: dd27b66a8723e2237df237a98f5ac5080f2052cb
  
https://github.com/RestComm/Restcomm-Connect/commit/dd27b66a8723e2237df237a98f5ac5080f2052cb
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-22 (Fri, 22 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java

  Log Message:
  ---
  'X-RestComm-Type' and 'X-RestComm-SmsType'


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/b6aff65a14e9^...dd27b66a8723

-- 

--- 
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/Restcomm-Connect] 9b7cb0: Sdr Service configuration

2017-12-14 Thread agafox
  Branch: refs/heads/sdr-service-configuration
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 9b7cb0fb12f738ff38bfd6617a106fb5ccafa0ec
  
https://github.com/RestComm/Restcomm-Connect/commit/9b7cb0fb12f738ff38bfd6617a106fb5ccafa0ec
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java

  Log Message:
  ---
  Sdr Service configuration


-- 

--- 
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/Restcomm-Connect] 88e83d: Sdr Service configuration

2017-12-14 Thread agafox
  Branch: refs/heads/sdr-service-configuration
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 88e83d100fab9fba9549470317f9e83e2f4b892a
  
https://github.com/RestComm/Restcomm-Connect/commit/88e83d100fab9fba9549470317f9e83e2f4b892a
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/restcomm.conf

  Log Message:
  ---
  Sdr Service configuration


-- 

--- 
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/Restcomm-Connect] 75c41a: Use system classloader for SdrService actor

2017-12-12 Thread agafox
  Branch: refs/heads/sdr-service
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 75c41a20cb0de4218a26d31b0cbd273e84423eae
  
https://github.com/RestComm/Restcomm-Connect/commit/75c41a20cb0de4218a26d31b0cbd273e84423eae
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-12 (Tue, 12 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java

  Log Message:
  ---
  Use system classloader for SdrService actor


-- 

--- 
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/Restcomm-Connect] 800086: B2BUASdrMessage class with final modifier

2017-12-12 Thread agafox
  Branch: refs/heads/sdr-service
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 800086a666003b534cc35b441a01fc99defc8b4a
  
https://github.com/RestComm/Restcomm-Connect/commit/800086a666003b534cc35b441a01fc99defc8b4a
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-12 (Tue, 12 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/B2BUASdrMessage.java

  Log Message:
  ---
  B2BUASdrMessage class with final modifier


-- 

--- 
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/Restcomm-Connect] f7a8f7: small bugfix

2017-12-10 Thread agafox
  Branch: refs/heads/sdr-service
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f7a8f79ae4e233488fefddf3c32a47d1fc36ad5c
  
https://github.com/RestComm/Restcomm-Connect/commit/f7a8f79ae4e233488fefddf3c32a47d1fc36ad5c
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java

  Log Message:
  ---
  small bugfix


-- 

--- 
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/Restcomm-Connect] df6db0: isAssignableFrom() bugfix

2017-12-10 Thread agafox
  Branch: refs/heads/sdr-service
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: df6db00416305fa7d9cf495eca313f185038d1be
  
https://github.com/RestComm/Restcomm-Connect/commit/df6db00416305fa7d9cf495eca313f185038d1be
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java

  Log Message:
  ---
  isAssignableFrom() bugfix


-- 

--- 
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/Restcomm-Connect] 49db24: B2BUASdrMessage API

2017-12-07 Thread agafox
  Branch: refs/heads/sdr-service
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 49db243b1eff4aca25016576b76bca2aa92b28a2
  
https://github.com/RestComm/Restcomm-Connect/commit/49db243b1eff4aca25016576b76bca2aa92b28a2
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
A 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/B2BUASdrMessage.java
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java

  Log Message:
  ---
  B2BUASdrMessage API


-- 

--- 
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/Restcomm-Connect] 23d9fa: PushNotificationServerHelper 'httpPost.releaseConn...

2017-12-07 Thread agafox
  Branch: refs/heads/http-client-performance-issue
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 23d9fa7e37385c92ab67da333720db61948cbefb
  
https://github.com/RestComm/Restcomm-Connect/commit/23d9fa7e37385c92ab67da333720db61948cbefb
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/push/PushNotificationServerHelper.java

  Log Message:
  ---
  PushNotificationServerHelper 'httpPost.releaseConnection() added


-- 

--- 
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/Restcomm-Connect] c4d4ba: CallInfo updated with accountSid

2017-12-05 Thread agafox
  Branch: refs/heads/sdr-service
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: c4d4ba109d809e4dd394c8756db07f19b351a72c
  
https://github.com/RestComm/Restcomm-Connect/commit/c4d4ba109d809e4dd394c8756db07f19b351a72c
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/GatherSpeechTest.java
M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/mediagroup/StopMediaGroupTest.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfo.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCall.java

  Log Message:
  ---
  CallInfo updated with accountSid


  Commit: b6e4d92fb4e974c147ddc4ffc5b38e53c09f94f5
  
https://github.com/RestComm/Restcomm-Connect/commit/b6e4d92fb4e974c147ddc4ffc5b38e53c09f94f5
  Author: agafox <telscale-jenk...@telestax.com>
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
M release/build.xml
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/configuration/config-scripts/as7-config-scripts/restcomm/restcomm.conf
M restcomm/pom.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/accounts.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/incoming-phone-numbers.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/accounts.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M restcomm/restcomm.commons/pom.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/common/http/CustomHttpClientBuilder.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/MainConfigurationSet.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/impl/MainConfigurationSetImpl.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Account.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/IncomingPhoneNumber.java
M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/incoming-phone-numbers.xml
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/IncomingPhoneNumbersDaoTest.java
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/account-api.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/incoming-phone-numbers-api.adoc
M restcomm/restcomm.http/pom.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ConferencesEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/asyncclient/HttpAsycClientHelper.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/CallApiResponse.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/HttpRequestDescriptor.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/api/CallApiClient.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/api/RestcommApiClientUtil.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountConverter.java
A 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/client/api/ApiClientTests.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/NumberSelectionResult.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/NumberSelectorService.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/ResultType.java
M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/NumberSelectorServiceTest.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/rest

[RestComm/Restcomm-Connect] 2643bf: SDR service API

2017-12-03 Thread agafox
  Branch: refs/heads/sdr-service
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 2643bf7c16075f34a73521c8e557c0287f1395a7
  
https://github.com/RestComm/Restcomm-Connect/commit/2643bf7c16075f34a73521c8e557c0287f1395a7
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-12-04 (Mon, 04 Dec 2017)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.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
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreterParams.java
A restcomm/restcomm.sdr.api/pom.xml
A 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
A 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/StartSdrService.java
M restcomm/restcomm.telephony/pom.xml
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  SDR service API


-- 

--- 
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/Restcomm-Connect] 0c35c7: small improvements

2017-10-09 Thread agafox
  Branch: refs/heads/Issue-2503
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0c35c7694bb801343eb7500396c94c7924e8831b
  
https://github.com/RestComm/Restcomm-Connect/commit/0c35c7694bb801343eb7500396c94c7924e8831b
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-09 (Mon, 09 Oct 2017)

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

  Log Message:
  ---
  small improvements


-- 

--- 
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/Restcomm-Connect] 7ad09a: dynamic ports configuration to allow parallel test...

2017-10-09 Thread agafox
  Branch: refs/heads/push-notification-server-sip-message
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 7ad09a6c54da651b4e1c84e671ccae9b551c96d4
  
https://github.com/RestComm/Restcomm-Connect/commit/7ad09a6c54da651b4e1c84e671ccae9b551c96d4
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-09 (Mon, 09 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/push/SmsPushNotificationServerTest.java

  Log Message:
  ---
  dynamic ports configuration to allow parallel testing


-- 

--- 
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/Restcomm-Connect] 94fbda: dynamic ports configuration to allow parallel test...

2017-10-09 Thread agafox
  Branch: refs/heads/push-notification-server-sip-message
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 94fbda4f44964504820bc824e8528abc6ed2543c
  
https://github.com/RestComm/Restcomm-Connect/commit/94fbda4f44964504820bc824e8528abc6ed2543c
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-09 (Mon, 09 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/push/SmsPushNotificationServerTest.java

  Log Message:
  ---
  dynamic ports configuration to allow parallel testing


-- 

--- 
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/Restcomm-Connect] cf4175: NullPointer exception bugfix

2017-10-05 Thread agafox
  Branch: refs/heads/push-notification-server-sip-message
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: cf4175e3e5513ffcbc49e515083a421d191a16f8
  
https://github.com/RestComm/Restcomm-Connect/commit/cf4175e3e5513ffcbc49e515083a421d191a16f8
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java

  Log Message:
  ---
  NullPointer exception bugfix


-- 

--- 
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/Restcomm-Connect] 492ccd: NullPointer exception bugfix

2017-10-05 Thread agafox
  Branch: refs/heads/push-notification-server-sip-message
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 492ccd68621c75af1b4e5a92c04d558d17d0734e
  
https://github.com/RestComm/Restcomm-Connect/commit/492ccd68621c75af1b4e5a92c04d558d17d0734e
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java

  Log Message:
  ---
  NullPointer exception bugfix


-- 

--- 
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/Restcomm-Connect] 3c7e96: SmsSession push notification support

2017-10-05 Thread agafox
  Branch: refs/heads/push-notification-server-sip-message
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 3c7e96297354d44018932d2b672d8d6c31df738f
  
https://github.com/RestComm/Restcomm-Connect/commit/3c7e96297354d44018932d2b672d8d6c31df738f
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/push/SmsPushNotificationServerTest.java

  Log Message:
  ---
  SmsSession push notification support


-- 

--- 
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/Restcomm-Connect] 267ddd: added testSmsEndpointMessage

2017-10-05 Thread agafox
  Branch: refs/heads/push-notification-server-sip-message
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 267dddc1707674a04073ec9256d42226f59a5e08
  
https://github.com/RestComm/Restcomm-Connect/commit/267dddc1707674a04073ec9256d42226f59a5e08
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/push/SmsPushNotificationServerTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_for_SMSEndpointTest.xml

  Log Message:
  ---
  added testSmsEndpointMessage


-- 

--- 
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/Restcomm-Connect] 8186d8: w/a to prevent SIP Message retransmissions for cli...

2017-10-05 Thread agafox
  Branch: refs/heads/push-notification-server-sip-message
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8186d8cbbf456b19bce069fd42cf6d5ad4c2bc7b
  
https://github.com/RestComm/Restcomm-Connect/commit/8186d8cbbf456b19bce069fd42cf6d5ad4c2bc7b
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java

  Log Message:
  ---
  w/a to prevent SIP Message retransmissions for client with 
push_client_identity only


-- 

--- 
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/Restcomm-Connect] 4e96b8: Push logic moved to PushNotificationServerHelper t...

2017-10-05 Thread agafox
  Branch: refs/heads/push-notification-server-sip-message
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 4e96b8043a04f959c7f250b3ddb4fd6bae6d9315
  
https://github.com/RestComm/Restcomm-Connect/commit/4e96b8043a04f959c7f250b3ddb4fd6bae6d9315
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/push/PushNotificationServerHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  Push logic moved to PushNotificationServerHelper to avoid copy-paste while 
implementing SIP Message push notifications


  Commit: 6ea3b06448b031c18481b615b1bb766adc31d7f4
  
https://github.com/RestComm/Restcomm-Connect/commit/6ea3b06448b031c18481b615b1bb766adc31d7f4
  Author: agafox <telscale-jenk...@telestax.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/AccountsEndpointMockedTest.java

  Log Message:
  ---
  Merge branch 'master' into push-notification-server-sip-message


  Commit: 8c7395e9bddb53cbb8c2bba02c0cc6ae79e42a0f
  
https://github.com/RestComm/Restcomm-Connect/commit/8c7395e9bddb53cbb8c2bba02c0cc6ae79e42a0f
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  unused imports


  Commit: 8cbdf1eb63dd1496d96251ed6e2e5b5b8262547b
  
https://github.com/RestComm/Restcomm-Connect/commit/8cbdf1eb63dd1496d96251ed6e2e5b5b8262547b
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/push/SmsPushNotificationServerTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/push/CallPushNotificationServerTest.java
R 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/push/PushNotificationServerTest.java

  Log Message:
  ---
  Push notification logic implemented for B2BUA SIP Message


  Commit: 3503408dbfa4f78c97f61710a692a6ad94c28536
  
https://github.com/RestComm/Restcomm-Connect/commit/3503408dbfa4f78c97f61710a692a6ad94c28536
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java

  Log Message:
  ---
  w/a to prevent SIP Message retransmissions for client with 
push_client_identity only


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/4e96b8043a04^...3503408dbfa4

-- 

--- 
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/Restcomm-Connect] 365dc3: test case to check changes + a couple of fixes

2017-10-03 Thread agafox
  Branch: refs/heads/Issue-2503
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 365dc38a3db33ab38d14412d69b67dcac3696e2d
  
https://github.com/RestComm/Restcomm-Connect/commit/365dc38a3db33ab38d14412d69b67dcac3696e2d
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-03 (Tue, 03 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ClientsEndpoint.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ClientsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateClientsTool.java

  Log Message:
  ---
  test case to check changes + a couple of fixes


-- 

--- 
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/Restcomm-Connect] f5eee4: Fixed 'IsPushEnabled' handling in update RC client...

2017-10-03 Thread agafox
  Branch: refs/heads/Issue-2503
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f5eee456b314a534859d7617bc23ac85191240e5
  
https://github.com/RestComm/Restcomm-Connect/commit/f5eee456b314a534859d7617bc23ac85191240e5
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-10-03 (Tue, 03 Oct 2017)

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

  Log Message:
  ---
  Fixed 'IsPushEnabled' handling in update RC client API call


-- 

--- 
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/Restcomm-Connect] 1eeb8e: Push Notification Server configuration

2017-09-05 Thread agafox
  Branch: refs/heads/push-notification-server-conf
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1eeb8ef6fe7b0b7c798b121f8149f1b408ee8a87
  
https://github.com/RestComm/Restcomm-Connect/commit/1eeb8ef6fe7b0b7c798b121f8149f1b408ee8a87
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-09-05 (Tue, 05 Sep 2017)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/restcomm.conf

  Log Message:
  ---
  Push Notification Server configuration


-- 

--- 
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/Restcomm-Connect] 29e132: added debug logging to push notification server in...

2017-08-30 Thread agafox
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 29e132dff90c1ee12f0b1947fa51080d0bbcc12c
  
https://github.com/RestComm/Restcomm-Connect/commit/29e132dff90c1ee12f0b1947fa51080d0bbcc12c
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-30 (Wed, 30 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  added debug logging to push notification server interaction method


-- 

--- 
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/Restcomm-Connect] f4632b: added debug logging to push notification server in...

2017-08-30 Thread agafox
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f4632bc86fdd87ce420e9e19e805ae6afbf31a2a
  
https://github.com/RestComm/Restcomm-Connect/commit/f4632bc86fdd87ce420e9e19e805ae6afbf31a2a
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-30 (Wed, 30 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  added debug logging to push notification server interaction method


-- 

--- 
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/Restcomm-Connect] 571eec: Push server HTTP request Content-Type is "applicat...

2017-08-29 Thread agafox
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 571eec41b262cd0f9502a752a051d66f0678e148
  
https://github.com/RestComm/Restcomm-Connect/commit/571eec41b262cd0f9502a752a051d66f0678e148
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-29 (Tue, 29 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/push/PushNotificationServerTest.java

  Log Message:
  ---
  Push server HTTP request Content-Type is "application/json"


-- 

--- 
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/Restcomm-Connect] b2f2f0: Push server HTTP request in a separate thread with...

2017-08-17 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b2f2f006215cbd01a0b70f5be21329b3e1d3bcdf
  
https://github.com/RestComm/Restcomm-Connect/commit/b2f2f006215cbd01a0b70f5be21329b3e1d3bcdf
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-17 (Thu, 17 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  Push server HTTP request in a separate thread with blocking dispatcher


-- 

--- 
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/Restcomm-Connect] c2de08: ExtensionController with executePreOutboundAction ...

2017-08-16 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: c2de08e59ed2cd7a9d7d8d947fa5efff1d4e5a87
  
https://github.com/RestComm/Restcomm-Connect/commit/c2de08e59ed2cd7a9d7d8d947fa5efff1d4e5a87
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-16 (Wed, 16 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  ExtensionController with executePreOutboundAction before push notification 
server task


-- 

--- 
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/Restcomm-Connect] 8d3ca1: sip-servlets version update

2017-08-14 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8d3ca13b4dc1540401c0a4e37aec7bf8ca45386e
  
https://github.com/RestComm/Restcomm-Connect/commit/8d3ca13b4dc1540401c0a4e37aec7bf8ca45386e
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  sip-servlets version update


-- 

--- 
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/Restcomm-Connect] a018c1: PushNotificationServerTest bugfix

2017-08-14 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: a018c11ec65a349ee186c32b7867dc3334b98a9f
  
https://github.com/RestComm/Restcomm-Connect/commit/a018c11ec65a349ee186c32b7867dc3334b98a9f
  Author: agafox <aga...@qlabs.cc>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/push/PushNotificationServerTest.java

  Log Message:
  ---
  PushNotificationServerTest bugfix


-- 

--- 
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/Restcomm-Connect] 4719cd: Push Notification Server support added

2017-08-14 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 4719cde7a09a5dbd354132c1eaf6f97640ec8141
  
https://github.com/RestComm/Restcomm-Connect/commit/4719cde7a09a5dbd354132c1eaf6f97640ec8141
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-14 (Mon, 14 Aug 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/push/PushNotificationServerTest.java
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_pushNotificationServer
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm_pushNotificationServer.xml

  Log Message:
  ---
  Push Notification Server support added


-- 

--- 
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/Restcomm-Connect] 7cdf5c: update script removed from public repository

2017-08-08 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 7cdf5cae4194322f921b0b7256d5a3dae68f8d02
  
https://github.com/RestComm/Restcomm-Connect/commit/7cdf5cae4194322f921b0b7256d5a3dae68f8d02
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-08 (Tue, 08 Aug 2017)

  Changed paths:
R 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog_depreciated/mariadb/update_script_Aug07_2017.sql

  Log Message:
  ---
  update script removed from public repository


-- 

--- 
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/Restcomm-Connect] a1e4f9: ClientConverter updated

2017-08-08 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: a1e4f9390f3f40de293b205daf622ce4e29c2522
  
https://github.com/RestComm/Restcomm-Connect/commit/a1e4f9390f3f40de293b205daf622ce4e29c2522
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-08 (Tue, 08 Aug 2017)

  Changed paths:
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/ClientConverter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ClientsEndpointTest.java

  Log Message:
  ---
  ClientConverter updated


-- 

--- 
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/Restcomm-Connect] 10e68a: ClientsDaoTest updated

2017-08-08 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 10e68a7fa102a516025b07f188ae5da6bff67397
  
https://github.com/RestComm/Restcomm-Connect/commit/10e68a7fa102a516025b07f188ae5da6bff67397
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-08 (Tue, 08 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisClientsDao.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ClientsDaoTest.java
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script

  Log Message:
  ---
  ClientsDaoTest updated


-- 

--- 
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/Restcomm-Connect] 82a566: missed sql update

2017-08-08 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 82a5665cb11065b7080c47d786c3889edff2573e
  
https://github.com/RestComm/Restcomm-Connect/commit/82a5665cb11065b7080c47d786c3889edff2573e
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-08 (Tue, 08 Aug 2017)

  Changed paths:
M restcomm/restcomm.mrb/src/test/resources/data/hsql/restcomm.script
M restcomm/restcomm.telephony/resources/data/hsql/restcomm.script

  Log Message:
  ---
  missed sql update


-- 

--- 
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/Restcomm-Connect] 6cfb5d: missed sql update

2017-08-08 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 6cfb5d8089587713a2ac865a60560867c9b31750
  
https://github.com/RestComm/Restcomm-Connect/commit/6cfb5d8089587713a2ac865a60560867c9b31750
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-08 (Tue, 08 Aug 2017)

  Changed paths:
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script

  Log Message:
  ---
  missed sql update


-- 

--- 
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/Restcomm-Connect] b33936: update script for MySQL/MariaDB

2017-08-07 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b3393648d6c008ca6ea4d7022ea01a0bb4eb6c0e
  
https://github.com/RestComm/Restcomm-Connect/commit/b3393648d6c008ca6ea4d7022ea01a0bb4eb6c0e
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/changelog_depreciated/mariadb/update_script_Aug07_2017.sql

  Log Message:
  ---
  update script for MySQL/MariaDB


-- 

--- 
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/Restcomm-Connect] 62e2bb: SQL update

2017-08-07 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 62e2bb62dd9195f61219978fe2af0aedc3c96f31
  
https://github.com/RestComm/Restcomm-Connect/commit/62e2bb62dd9195f61219978fe2af0aedc3c96f31
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/sql/init.sql
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
M restcomm/restcomm.dao/src/test/resources/restcomm.script
M restcomm/restcomm.mrb/src/test/resources/data/hsql/restcomm.script
M restcomm/restcomm.telephony/resources/data/hsql/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-smpp
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_DialRecording
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_account_removal_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_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
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_imsDialTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_multitenancyTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_playTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMigratedTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMixedTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceOriginalTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_roles_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_supervisor_permission_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_traffic_throttling
M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data_UsageRecords.script

  Log Message:
  ---
  SQL update


-- 

--- 
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/Restcomm-Connect] 9fa7b4: Model + MyBatis update

2017-08-07 Thread agafox
  Branch: refs/heads/push-notification-server
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 9fa7b4e33c3fb37cc8faff91cefb9a1447da4698
  
https://github.com/RestComm/Restcomm-Connect/commit/9fa7b4e33c3fb37cc8faff91cefb9a1447da4698
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/clients.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/clients.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Client.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisClientsDao.java
M restcomm/restcomm.dao/src/test/resources/clients.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ClientsEndpoint.java
M restcomm/restcomm.mrb/src/test/resources/mappers/clients.xml
M restcomm/restcomm.telephony/resources/mappers/clients.xml
M restcomm/restcomm.telephony/src/test/resources/mappers/clients.xml

  Log Message:
  ---
  Model + MyBatis update


-- 

--- 
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/Restcomm-Connect] ff9cfd: 'Docker Image in OSX host' removed

2017-07-21 Thread agafox
  Branch: refs/heads/Issue-2206
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ff9cfd6762456782d0f0232065c859c3f4862548
  
https://github.com/RestComm/Restcomm-Connect/commit/ff9cfd6762456782d0f0232065c859c3f4862548
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
R 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm
 - Docker Image in OSX host.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/index.adoc

  Log Message:
  ---
  'Docker Image in OSX host' removed


  Commit: 87149b009768b8023f6dac3b36e835818c38ad40
  
https://github.com/RestComm/Restcomm-Connect/commit/87149b009768b8023f6dac3b36e835818c38ad40
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm
 - Docker Getting started with Telestax RestComm and XMS.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm
 - Docker How to Load Environment Variable from a File.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm
 - Docker Quick Start Guide.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm
 - Docker Using Self-signed Certificate.adoc

  Log Message:
  ---
  Port mappings correction


  Commit: 51f2746bbb2fc11e20c2a3636f42d7b1d57b52d0
  
https://github.com/RestComm/Restcomm-Connect/commit/51f2746bbb2fc11e20c2a3636f42d7b1d57b52d0
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm
 - Docker Quick Start Guide.adoc

  Log Message:
  ---
  :stable removed from supported tags


  Commit: 3443463f78c236f6cf573c45c2b76e6e440c6a3b
  
https://github.com/RestComm/Restcomm-Connect/commit/3443463f78c236f6cf573c45c2b76e6e440c6a3b
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  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-olympus.sh

  Log Message:
  ---
  'SECURESSL' if condition fixed


  Commit: 56b61a88e93b0e8287106ab0ad6013b2906bc3ea
  
https://github.com/RestComm/Restcomm-Connect/commit/56b61a88e93b0e8287106ab0ad6013b2906bc3ea
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-olympus.sh

  Log Message:
  ---
  'SECURESSL' if condition rollback


  Commit: b724fe3d79cf4b964b00a0de83e380a67eb7f506
  
https://github.com/RestComm/Restcomm-Connect/commit/b724fe3d79cf4b964b00a0de83e380a67eb7f506
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm
 - Docker Quick Start Guide.adoc

  Log Message:
  ---
  Docker RAM requirements and address matching


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/ff9cfd676245^...b724fe3d79cf

-- 

--- 
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/Restcomm-Connect] a4cb58: Patch for race condition for Calls that execute Re...

2017-07-06 Thread agafox
  Branch: refs/heads/Issue-2274
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: a4cb58988485313fcbe405f66eba41eff70321ad
  
https://github.com/RestComm/Restcomm-Connect/commit/a4cb58988485313fcbe405f66eba41eff70321ad
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  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.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadTest_Secure.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/TestDialVerbPartTwo.java

  Log Message:
  ---
  Patch for race condition for Calls that execute Record verb and receive a Bye 
from client.
This close #2313


  Commit: 0707e57b7c4432305f0f0faf215723fddcae4bb4
  
https://github.com/RestComm/Restcomm-Connect/commit/0707e57b7c4432305f0f0faf215723fddcae4bb4
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2017-07-06 (Thu, 06 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/faulttolerance/RestcommSupervisorStrategy.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingTest.java

  Log Message:
  ---
  Patch to don't block call actor on Stopping state waiting for 
MmsCallController response
This close #2261


  Commit: b42e3e2a39632090729b78e02b6d0edabceaa25c
  
https://github.com/RestComm/Restcomm-Connect/commit/b42e3e2a39632090729b78e02b6d0edabceaa25c
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2017-07-06 (Thu, 06 Jul 2017)

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

  Log Message:
  ---
  Testsuite improvements


  Commit: 54bb4529c852f27c521e7b11e211a76ee2029e57
  
https://github.com/RestComm/Restcomm-Connect/commit/54bb4529c852f27c521e7b11e211a76ee2029e57
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2017-07-06 (Thu, 06 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/faulttolerance/RestcommSupervisorStrategy.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
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadTest_Secure.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/TestDialVerbPartTwo.java

  Log Message:
  ---
  `Merge branch 'issue2313'


  Commit: 6ed417d640a48b844978286a35e98a9182f534d7
  
https://github.com/RestComm/Restcomm-Connect/commit/6ed417d640a48b844978286a35e98a9182f534d7
  Author: agafox <aga...@qlabs.cc>
  Date:   2017-07-06 (Thu, 06 Jul 2017)

  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.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingS3UploadTest_Secure.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialRecordingTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/TestDialVerbPartTwo.java

  Log Message:
  ---
  merge Issue-2274 with origin/master


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/f429cc713883...6ed417d640a4

-- 

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

[RestComm/Restcomm-Connect] e7f8a9: added ActorSupervisorStrategyTest

2017-07-06 Thread agafox
  Branch: refs/heads/Issue-2274
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e7f8a9382d5fecc47088333b67e3bffc17388a98
  
https://github.com/RestComm/Restcomm-Connect/commit/e7f8a9382d5fecc47088333b67e3bffc17388a98
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-07-06 (Thu, 06 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.asr/src/main/java/org/restcomm/connect/asr/ISpeechAsr.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/cache/DiskCache.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/faulttolerance/RestcommUntypedActor.java
M 
restcomm/restcomm.commons/src/test/java/org/restcomm/connect/commons/faulttolerance/tool/MyUntypedActor.java
M 
restcomm/restcomm.commons/src/test/java/org/restcomm/connect/commons/faulttolerance/tool/SimpleActor.java
M 
restcomm/restcomm.commons/src/test/java/org/restcomm/connect/commons/patterns/ObserverPatternTest.java
M 
restcomm/restcomm.email/src/main/java/org/restcomm/connect/email/EmailService.java
M 
restcomm/restcomm.fax/src/main/java/org/restcomm/connect/fax/InterfaxService.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/EmailMessagesEndpoint.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/client/Downloader.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/AudioPlayerInterpreter.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/ConfVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/rcml/Parser.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/Connection.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/GenericEndpoint.java
M restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/Link.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MediaGateway.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockConnection.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java
M 
restcomm/restcomm.mgcp/src/test/java/org/restcomm/connect/mgcp/AbstractMockMediaGateway.java
M 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/MonitoringService.java
M 
restcomm/restcomm.mrb/src/main/java/org/restcomm/connect/mrb/ConferenceMediaResourceControllerGeneric.java
M 
restcomm/restcomm.mrb/src/main/java/org/restcomm/connect/mrb/MediaResourceBrokerGeneric.java
M 
restcomm/restcomm.mscontrol.api/src/main/java/org/restcomm/connect/mscontrol/api/MediaGroup.java
M 
restcomm/restcomm.mscontrol.api/src/main/java/org/restcomm/connect/mscontrol/api/MediaServerController.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppService.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Bridge.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/BridgeManager.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.telephony/src/main/java/org/restcomm/connect/telephony/Conference.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ConferenceCenter.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/proxy/ProxyManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java
R 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/faultTolerance/ActorFaultToleranceTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/faultTolerance/ActorSupervisorStrategyTest.java
M 
restcomm/restcomm.tts.acapela/src/main/java/org/restcomm/connect/tts/acapela/AcapelaSpeechSynthesizer.java
M 
restcomm/restcomm.tts.att/src/main/java/org/restcomm/connect/tts/att/AttSpeechSynthesizer.java
M 
restcomm/restcomm.tts.awspolly/src/main/java/org/restcomm/connect/tts/awspolly/AWSPollySpeechSyntetizer.java
M 
re

[RestComm/Restcomm-Connect] ec14a1: Child actors should be created using getContext()....

2017-06-29 Thread agafox
  Branch: refs/heads/Issue-2274
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ec14a1892bd4a4d65ea3d954310582a65088ee40
  
https://github.com/RestComm/Restcomm-Connect/commit/ec14a1892bd4a4d65ea3d954310582a65088ee40
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.commons/src/test/java/org/restcomm/connect/commons/faulttolerance/SupervisorActorCreationStressTest.java
M 
restcomm/restcomm.commons/src/test/java/org/restcomm/connect/commons/faulttolerance/tool/MyUntypedActor.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/ConfVoiceInterpreter.java
R 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/ConfVoiceInterpreterBuilder.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/ConfVoiceInterpreterParams.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
R 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreterBuilder.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreterParams.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SubVoiceInterpreter.java
R 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SubVoiceInterpreterBuilder.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SubVoiceInterpreterParams.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
R 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreterBuilder.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreterParams.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MediaGateway.java
M 
restcomm/restcomm.mrb/src/main/java/org/restcomm/connect/mrb/ConferenceMediaResourceControllerGeneric.java
M 
restcomm/restcomm.mrb/src/main/java/org/restcomm/connect/mrb/MediaResourceBrokerGeneric.java
M 
restcomm/restcomm.mscontrol.api/src/main/java/org/restcomm/connect/mscontrol/api/MediaServerControllerFactory.java
M 
restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309ControllerFactory.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsBridgeController.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsCallController.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsControllerFactory.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsServiceProxy.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java
R 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreterBuilder.java
A 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreterParams.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppService.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Bridge.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/BridgeManager.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.telephony/src/main/java/org/restcomm/connect/telephony/CallManagerProxy.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Conference.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ConferenceCenter.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/interpreter/UssdInterpreter.java
R 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/interpreter/UssdInterpreterBuilder.java
A 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/interpreter/UssdInterpreterParams.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  Child actors should be created using getContext().actorOf() #2274


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-com