[RestComm/Restcomm-Connect] 0a53b7: Removed TrafficThrottlingExtension test

2016-10-07 Thread Orestis
  Branch: refs/heads/issue1270_account_removal
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0a53b716e2699d83d96350cf328a7b62bd236dc5
  
https://github.com/RestComm/Restcomm-Connect/commit/0a53b716e2699d83d96350cf328a7b62bd236dc5
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
R 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/extensions/TrafficThrottlingExtensionTest.java

  Log Message:
  ---
  Removed TrafficThrottlingExtension test


  Commit: 9f80f9d70040b0fa8afcc3c55925d9ef7385a11e
  
https://github.com/RestComm/Restcomm-Connect/commit/9f80f9d70040b0fa8afcc3c55925d9ef7385a11e
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

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

  Log Message:
  ---
  NPE for SmsService at VoiceInterpreter
This close #1449


  Commit: 30839754d7691d7b6439db0cb01ed471767b0ef3
  
https://github.com/RestComm/Restcomm-Connect/commit/30839754d7691d7b6439db0cb01ed471767b0ef3
  Author: Maria Farooq 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

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

  Log Message:
  ---
  removing this check so we could send OPTIONS to WebRtc clients as well


  Commit: 074db45331c2a764b35d24891ea1adab6416c76f
  
https://github.com/RestComm/Restcomm-Connect/commit/074db45331c2a764b35d24891ea1adab6416c76f
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.rvd.testsuite/src/test/java/org/restcomm/connect/rvd/testsuite/ProjectRestServiceTest.java

  Log Message:
  ---
  Merge branch 'master' of github.com:RestComm/Restcomm-Connect


  Commit: 046d2fe05b48d678b3c6d5b372a6c9675a71a27d
  
https://github.com/RestComm/Restcomm-Connect/commit/046d2fe05b48d678b3c6d5b372a6c9675a71a27d
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManagerProxy.java
R 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/extensions/TrafficThrottlingExtensionTest.java

  Log Message:
  ---
  Merge branch 'master' into sendOptionsToWRTCClients


  Commit: 47764ec1ad7fe4210c822d170f14d3d41b35
  
https://github.com/RestComm/Restcomm-Connect/commit/47764ec1ad7fe4210c822d170f14d3d41b35
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

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

  Log Message:
  ---
  Merge branch 'sendOptionsToWRTCClients'


  Commit: 797d169f005e27f85bc1c10694571b76322d4b28
  
https://github.com/RestComm/Restcomm-Connect/commit/797d169f005e27f85bc1c10694571b76322d4b28
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsConferenceController.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Conference.java

  Log Message:
  ---
  Extra logging statements for confernece beep issue


  Commit: 38ef28995d5582029693c3a245edc0c95f07fbe7
  
https://github.com/RestComm/Restcomm-Connect/commit/38ef28995d5582029693c3a245edc0c95f07fbe7
  Author: George Vagenas 
  Date:   2016-10-06 (Thu, 06 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientsDialTest.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm_bandwidth_test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_nexmo_test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_voxbone_test.xml

  Log Message:
  ---
  Fixes for Restcomm-Connect testsuite


  Commit: 7ceb4aef171f70e4a3bcbba3a38fc2f94b38ade6
  
https://github.com/RestComm/Restcomm-Connect/commit/7ceb4aef171f70e4a3bcbba3a38fc2f94b38ade6
  Author: Orestis 
  Date:   2016-10-07 (Fri, 07 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/bootstrap/RvdInitializationServlet.java
M 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/identity/AccountProvider.java
R 
restcomm/restcomm.rvd/src/main/java/org/restcomm/connect/rvd/identity/AccountProviderBuilder.java

  Log Message:
  ---
  Refactored AccountProvider so that it loads restcommUrl lazily.

Refers #1460


  Commit: 

[RestComm/Restcomm-Connect] 0a53b7: Removed TrafficThrottlingExtension test

2016-10-05 Thread Maria Farooq
  Branch: refs/heads/issue1104
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0a53b716e2699d83d96350cf328a7b62bd236dc5
  
https://github.com/RestComm/Restcomm-Connect/commit/0a53b716e2699d83d96350cf328a7b62bd236dc5
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
R 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/extensions/TrafficThrottlingExtensionTest.java

  Log Message:
  ---
  Removed TrafficThrottlingExtension test


  Commit: 9f80f9d70040b0fa8afcc3c55925d9ef7385a11e
  
https://github.com/RestComm/Restcomm-Connect/commit/9f80f9d70040b0fa8afcc3c55925d9ef7385a11e
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

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

  Log Message:
  ---
  NPE for SmsService at VoiceInterpreter
This close #1449


  Commit: 30839754d7691d7b6439db0cb01ed471767b0ef3
  
https://github.com/RestComm/Restcomm-Connect/commit/30839754d7691d7b6439db0cb01ed471767b0ef3
  Author: Maria Farooq 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

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

  Log Message:
  ---
  removing this check so we could send OPTIONS to WebRtc clients as well


  Commit: 074db45331c2a764b35d24891ea1adab6416c76f
  
https://github.com/RestComm/Restcomm-Connect/commit/074db45331c2a764b35d24891ea1adab6416c76f
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.rvd.testsuite/src/test/java/org/restcomm/connect/rvd/testsuite/ProjectRestServiceTest.java

  Log Message:
  ---
  Merge branch 'master' of github.com:RestComm/Restcomm-Connect


  Commit: 046d2fe05b48d678b3c6d5b372a6c9675a71a27d
  
https://github.com/RestComm/Restcomm-Connect/commit/046d2fe05b48d678b3c6d5b372a6c9675a71a27d
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManagerProxy.java
R 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/extensions/TrafficThrottlingExtensionTest.java

  Log Message:
  ---
  Merge branch 'master' into sendOptionsToWRTCClients


  Commit: 47764ec1ad7fe4210c822d170f14d3d41b35
  
https://github.com/RestComm/Restcomm-Connect/commit/47764ec1ad7fe4210c822d170f14d3d41b35
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

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

  Log Message:
  ---
  Merge branch 'sendOptionsToWRTCClients'


  Commit: 17b3c5126bb2fa4f975d1a80e9619d179144e8ec
  
https://github.com/RestComm/Restcomm-Connect/commit/17b3c5126bb2fa4f975d1a80e9619d179144e8ec
  Author: Maria Farooq 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

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

  Log Message:
  ---
  Merge branch 'master' into issue1104

* master:
  removing this check so we could send OPTIONS to WebRtc clients as well
  NPE for SmsService at VoiceInterpreter This close #1449
  Removed TrafficThrottlingExtension test

Conflicts resolved :

restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/0160903e2fbc...17b3c5126bb2

-- 

--- 
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] 0a53b7: Removed TrafficThrottlingExtension test

2016-10-05 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0a53b716e2699d83d96350cf328a7b62bd236dc5
  
https://github.com/RestComm/Restcomm-Connect/commit/0a53b716e2699d83d96350cf328a7b62bd236dc5
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
R 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/extensions/TrafficThrottlingExtensionTest.java

  Log Message:
  ---
  Removed TrafficThrottlingExtension test


  Commit: 9f80f9d70040b0fa8afcc3c55925d9ef7385a11e
  
https://github.com/RestComm/Restcomm-Connect/commit/9f80f9d70040b0fa8afcc3c55925d9ef7385a11e
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

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

  Log Message:
  ---
  NPE for SmsService at VoiceInterpreter
This close #1449


  Commit: 074db45331c2a764b35d24891ea1adab6416c76f
  
https://github.com/RestComm/Restcomm-Connect/commit/074db45331c2a764b35d24891ea1adab6416c76f
  Author: George Vagenas 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.rvd.testsuite/src/test/java/org/restcomm/connect/rvd/testsuite/ProjectRestServiceTest.java

  Log Message:
  ---
  Merge branch 'master' of github.com:RestComm/Restcomm-Connect


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/69739ffcd31c...074db45331c2

-- 

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