[Mobicents/restcomm-ios-sdk] 22f410: Fixed #278: Messenger hangs after sending DTMF to ...

2015-10-02 Thread Antonis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/restcomm-ios-sdk
  Commit: 22f4109112cdb3f3fc3be4e5d786ac27f47b3625
  
https://github.com/Mobicents/restcomm-ios-sdk/commit/22f4109112cdb3f3fc3be4e5d786ac27f47b3625
  Author: Antonis Tsakiridis 
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M Lab/restcomm-messenger-debug/restcomm-messenger/CallViewController.m
M RestCommClient/RestCommClient/RCDevice.m
M RestCommClient/RestCommClient/RestCommClient.h
M RestCommClient/RestCommClient/SipManager/SipManager.mm

  Log Message:
  ---
  Fixed #278: Messenger hangs after sending DTMF to Olympus


-- 

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


[Mobicents/RestComm] 4d2c25: Encapsulated httpclient SSL behaviour inside Custo...

2015-10-02 Thread Orestis Tsakiridis
  Branch: refs/heads/Issue485_toggle_ssl
  Home:   https://github.com/Mobicents/RestComm
  Commit: 4d2c2584e84f338a3119222ce8e9f7c72d2eb951
  
https://github.com/Mobicents/RestComm/commit/4d2c2584e84f338a3119222ce8e9f7c72d2eb951
  Author: Orestis Tsakiridis 
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
A 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/http/CustomHttpClientBuilder.java
A 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/http/SslMode.java

  Log Message:
  ---
  Encapsulated httpclient SSL behaviour inside CustomHttpClientBuilder. Refers 
#485.


  Commit: 53e1249b129b3af3b1b4e90bcdff18d9e30f4495
  
https://github.com/Mobicents/RestComm/commit/53e1249b129b3af3b1b4e90bcdff18d9e30f4495
  Author: Orestis Tsakiridis 
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/Bootstrapper.java
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
A 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/RestcommConfiguration.java
A 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/ConfigurationSet.java
A 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/MainConfigurationSet.java
A 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sources/ApacheConfigurationSource.java
A 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sources/ConfigurationSource.java

  Log Message:
  ---
  Added new configuration layer and created a 'main' ConfigurationSet to host 
common options. Refers #487.
'http-client.ssl-mode' option has been added. Refers #485.


  Commit: 949d86e208feec301059c61d6d4f4aaee6e33215
  
https://github.com/Mobicents/RestComm/commit/949d86e208feec301059c61d6d4f4aaee6e33215
  Author: Orestis Tsakiridis 
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/http/CustomHttpClientBuilder.java
M 
restcomm/restcomm.tts.voicerss/src/main/java/org/mobicents/servlet/restcomm/tts/VoiceRSSSpeechSynthesizer.java

  Log Message:
  ---
  Adjusted CustomHttpClientBuilder to use new RestcommConfiguration layer. 
Refers #485.


Compare: 
https://github.com/Mobicents/RestComm/compare/85bfb382908f...949d86e208fe

-- 

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


[Mobicents/RestComm] c73e91: Multi tenant access control between accounts throu...

2015-10-02 Thread Guilherme Humberto Jansen
  Branch: refs/heads/Issue4_ApplicationsRestApi
  Home:   https://github.com/Mobicents/RestComm
  Commit: c73e913fcb9b60902cbf3d4f91840ab0675a2bf1
  
https://github.com/Mobicents/RestComm/commit/c73e913fcb9b60902cbf3d4f91840ab0675a2bf1
  Author: Guilherme Humberto Jansen 
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AbstractEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/ClientsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/ClientsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IncomingPhoneNumbersEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/NotificationsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/OutgoingCallerIdsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/OutgoingCallerIdsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/RecordingsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/SmsMessagesEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/TranscriptionsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/TranscriptionsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/AbstractConverter.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/IncomingPhoneNumberConverter.java
M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/restcomm/RestcommClient.java
A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/MultitenancyAllowAccessApiTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RestcommMultitenancyTool.java
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_multitenancyTest

  Log Message:
  ---
  Multi tenant access control between accounts through API, including tests for 
granted access scenarios. Issue #87.


-- 

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


[Mobicents/restcomm-ios-sdk] 05cffb: Fixed #279: Messenger has some issues in the UI af...

2015-10-02 Thread Antonis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/Mobicents/restcomm-ios-sdk
  Commit: 05cffb0393c5fbadc162e9ddf73b7a0eb006d368
  
https://github.com/Mobicents/restcomm-ios-sdk/commit/05cffb0393c5fbadc162e9ddf73b7a0eb006d368
  Author: Antonis Tsakiridis 
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M 
Lab/restcomm-messenger-debug/restcomm-messenger/Base.lproj/Main_Universal.storyboard
M 
Lab/restcomm-messenger-debug/restcomm-messenger/restcomm-messenger-Info.plist

  Log Message:
  ---
  Fixed #279: Messenger has some issues in the UI after the facelift


-- 

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


[Mobicents/RestComm] 10c01d: Tests for unauthorized access scenarios of multi t...

2015-10-02 Thread Guilherme Humberto Jansen
  Branch: refs/heads/Issue4_ApplicationsRestApi
  Home:   https://github.com/Mobicents/RestComm
  Commit: 10c01d614edbfe36e7920415002a34d2111e0c99
  
https://github.com/Mobicents/RestComm/commit/10c01d614edbfe36e7920415002a34d2111e0c99
  Author: Guilherme Humberto Jansen 
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/MultitenancyAllowAccessApiTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/MultitenancyDenyAccessApiTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_multitenancyTest

  Log Message:
  ---
  Tests for unauthorized access scenarios of multi tenancy; including tests for 
Accounts and Applications endpoints. Issue #87.


-- 

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