[RestComm/gmlc] 42d017: New release candidate

2016-09-26 Thread CloudBees DEV@Cloud
  Branch: refs/tags/1.0.70
  Home:   https://github.com/RestComm/gmlc
  Commit: 42d0177aceb92328073536b0098fe3eab0ee5968
  
https://github.com/RestComm/gmlc/commit/42d0177aceb92328073536b0098fe3eab0ee5968
  Author: CloudBees DEV@Cloud 
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
M core/bootstrap/pom.xml
M core/domain/pom.xml
M core/gmlc-common-library/pom.xml
M core/oam/cli/pom.xml
M core/pom.xml
M core/slee/pom.xml
M core/slee/services/du/pom.xml
M core/slee/services/library/pom.xml
M core/slee/services/pom.xml
M core/slee/services/sbbs/pom.xml
M docs/adminguide/pom.xml
M docs/adminguide/sources-asciidoc/pom.xml
M docs/commons/pom.xml
M docs/installationguide/pom.xml
M docs/installationguide/sources-asciidoc/pom.xml
M docs/pom.xml
M pom.xml
M test-suite/pom.xml
M tools/pom.xml

  Log Message:
  ---
  New release candidate


-- 

--- 
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/gmlc] 16642a: Added jreadline artifactId as for error reported i...

2016-09-26 Thread Fernando Mendioroz
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/gmlc
  Commit: 16642ac87e5e03b8f5bd2619a4dbc16353178c28
  
https://github.com/RestComm/gmlc/commit/16642ac87e5e03b8f5bd2619a4dbc16353178c28
  Author: Fernando Mendioroz 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M core/bootstrap/pom.xml

  Log Message:
  ---
  Added jreadline artifactId as for error reported in cloudbees build 1.0.69 
console


-- 

--- 
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] 8eadbd: Fixed muted AuthorizationExceptions in account upd...

2016-09-26 Thread Orestis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8eadbd88a553c844f2232ed56c85ce5504c6ad1c
  
https://github.com/RestComm/Restcomm-Connect/commit/8eadbd88a553c844f2232ed56c85ce5504c6ad1c
  Author: Orestis 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

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

  Log Message:
  ---
  Fixed muted AuthorizationExceptions in account update operations.

Refers #1407


-- 

--- 
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] 7a7e6f: Patch to not disconnect calls after LCM.

2016-09-26 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 7a7e6ffd39501696e6dbe965f4b6522a6b216962
  
https://github.com/RestComm/Restcomm-Connect/commit/7a7e6ffd39501696e6dbe965f4b6522a6b216962
  Author: George Vagenas 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/SubVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/mobicents/servlet/restcomm/telephony/StopBridge.java
M 
restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Bridge.java

  Log Message:
  ---
  Patch to not disconnect calls after LCM.
This close #1404


  Commit: 696faee90d58a482147c050abc8ad38d129d18e7
  
https://github.com/RestComm/Restcomm-Connect/commit/696faee90d58a482147c050abc8ad38d129d18e7
  Author: George Vagenas 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsEndpoint.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/AccountsEndpointTest.java

  Log Message:
  ---
  Fix for Account status update.
This close #1407


  Commit: 97f676381b3f5ae2496846bb8e44222f64dc2f71
  
https://github.com/RestComm/Restcomm-Connect/commit/97f676381b3f5ae2496846bb8e44222f64dc2f71
  Author: George Vagenas 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsXmlEndpoint.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RestcommAccountsTool.java

  Log Message:
  ---
  Move Accounts endpoint json operations to AccountsJsonEndpoint
This close #1405


  Commit: 2825ae1ddd2a8afb2f0f962aea921411bf2df4fb
  
https://github.com/RestComm/Restcomm-Connect/commit/2825ae1ddd2a8afb2f0f962aea921411bf2df4fb
  Author: George Vagenas 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/sdks/images/updated-module-settings.png
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/sdks/restcomm-client-android-sdk-quick-start.adoc

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


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/8c83214442d9...2825ae1ddd2a

-- 

--- 
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] 09ab56: Implementation of account removal with dependencie...

2016-09-26 Thread Orestis
  Branch: refs/heads/issue1270_account_removal
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 09ab56ab070f2f0ff55dd736c0c142086057
  
https://github.com/RestComm/Restcomm-Connect/commit/09ab56ab070f2f0ff55dd736c0c142086057
  Author: Orestis 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/announcements.xml
M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/AccountsDao.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsEndpoint.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/SecuredEndpoint.java
M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/AccountsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test

  Log Message:
  ---
  Implementation of account removal with dependencies - #1270.
- Core implementation of removal of an accounts, its sub-accounts and all the 
dependent entities.
- Arquilian test for basic operation. Not all cases covered.
- Fine-tunning of HTTP return values for corner cases for IncomingPhoneNumber
  endpoint and Secured endpoint. Mostly covered the case when account is 
missing/removed.
- Added missing announcement removal MyBatis query for hsql

Refers #1270


-- 

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


[telestax/cloud-signup] b54063: New release candidate 1.0.0.48

2016-09-26 Thread telscale...@telestax.com
  Branch: refs/tags/1.0.0.48
  Home:   https://github.com/telestax/cloud-signup
  Commit: b540639b22c53fced70e46a16afaa6c4cc5eca7e
  
https://github.com/telestax/cloud-signup/commit/b540639b22c53fced70e46a16afaa6c4cc5eca7e
  Author: telscale...@telestax.com 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  New release candidate 1.0.0.48


-- 

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


[telestax/cloud-signup] cb921f: Changing the Email title of the password reset

2016-09-26 Thread Jean Deruelle
  Branch: refs/heads/master
  Home:   https://github.com/telestax/cloud-signup
  Commit: cb921f92a06bc7e502ba06ff64a0c0b36af5e35d
  
https://github.com/telestax/cloud-signup/commit/cb921f92a06bc7e502ba06ff64a0c0b36af5e35d
  Author: Jean Deruelle 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M src/main/java/org/restcomm/cloud/signup/lib/Sender.java

  Log Message:
  ---
  Changing the Email title of the password reset


-- 

--- 
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/load-balancer] 1acf20: New release candidate

2016-09-26 Thread CloudBees DEV@Cloud
  Branch: refs/tags/2.1.94
  Home:   https://github.com/RestComm/load-balancer
  Commit: 1acf201674c27a3402c1f9d427bf34beb858dc21
  
https://github.com/RestComm/load-balancer/commit/1acf201674c27a3402c1f9d427bf34beb858dc21
  Author: CloudBees DEV@Cloud 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M docs/pom.xml
M docs/sources-asciidoc/pom.xml
M jar/pom.xml
M pom.xml

  Log Message:
  ---
  New release candidate


-- 

--- 
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] d38217: Fixed #1402: Update asciidoc documentation for And...

2016-09-26 Thread George Vagenas
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: d382173c9e80362d2022ca645726a2dad3d8a4f4
  
https://github.com/RestComm/Restcomm-Connect/commit/d382173c9e80362d2022ca645726a2dad3d8a4f4
  Author: Antonis Tsakiridis 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/sdks/images/updated-module-settings.png
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/sdks/restcomm-client-android-sdk-quick-start.adoc

  Log Message:
  ---
  Fixed #1402: Update asciidoc documentation for Android SDK Quickstart


  Commit: 8c83214442d9612282ab018c88bc8801f67a6d2b
  
https://github.com/RestComm/Restcomm-Connect/commit/8c83214442d9612282ab018c88bc8801f67a6d2b
  Author: George Vagenas 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/sdks/images/updated-module-settings.png
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/sdks/restcomm-client-android-sdk-quick-start.adoc

  Log Message:
  ---
  Merge pull request #1406 from RestComm/atsakiridis_issue1402

Fixed #1402: Update asciidoc documentation for Android SDK Quickstart


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/b68220608e19...8c83214442d9

-- 

--- 
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/load-balancer] 54c0fb: closes #58 (Support for some node media failure de...

2016-09-26 Thread knosach
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/load-balancer
  Commit: 54c0fb61376dd212b5c1ac0d8eed7e5accf47152
  
https://github.com/RestComm/load-balancer/commit/54c0fb61376dd212b5c1ac0d8eed7e5accf47152
  Author: knosach 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
docs/sources-asciidoc/src/main/asciidoc/concept-section-SS_Load_Balancer.adoc
M jar/src/main/java/org/mobicents/tools/sip/balancer/BalancerContext.java
M 
jar/src/main/java/org/mobicents/tools/sip/balancer/CallIDAffinityBalancerAlgorithm.java
M jar/src/main/java/org/mobicents/tools/sip/balancer/InvocationContext.java
M jar/src/main/java/org/mobicents/tools/sip/balancer/NodeRegisterImpl.java
M 
jar/src/main/java/org/mobicents/tools/sip/balancer/SIPBalancerForwarder.java
M jar/src/main/java/org/mobicents/tools/sip/balancer/SIPNode.java
M jar/src/test/java/org/mobicents/tools/sip/balancer/AppServer.java
M jar/src/test/java/org/mobicents/tools/sip/balancer/Response5xxTest.java
M jar/src/test/java/org/mobicents/tools/sip/balancer/SinglePointTest.java
M jar/src/test/java/org/mobicents/tools/sip/balancer/TestSipListener.java
A 
jar/src/test/java/org/mobicents/tools/sip/balancer/operation/MediaFailureTest.java

  Log Message:
  ---
  closes #58 (Support for some node media failure detection)


-- 

--- 
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/jain-slee] f6801b: Fixes Issue 74

2016-09-26 Thread emmartins
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/jain-slee
  Commit: f6801bc995a3f4ce85813e49fd36739aca0e43f9
  
https://github.com/RestComm/jain-slee/commit/f6801bc995a3f4ce85813e49fd36739aca0e43f9
  Author: emmartins 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
container/common/src/main/java/org/mobicents/slee/container/deployment/jboss/SleeContainerDeployerImpl.java
A 
container/common/src/main/java/org/mobicents/slee/util/concurrent/SleeThreadFactory.java
M 
container/router/src/main/java/org/mobicents/slee/runtime/eventrouter/EventRouterExecutorImpl.java
M 
container/router/src/main/java/org/mobicents/slee/runtime/eventrouter/EventRouterImpl.java
M 
container/services/src/main/java/org/mobicents/slee/container/management/ServiceManagementImpl.java
M 
container/services/src/main/java/org/mobicents/slee/runtime/sbbentity/RootSbbEntitiesRemovalTask.java
M 
container/transaction/src/main/java/org/mobicents/slee/runtime/transaction/SleeTransactionManagerImpl.java

  Log Message:
  ---
  Fixes Issue 74

(cherry picked from commit 5391b03465d8a9f195a4a4055876b14214764abd)

# Conflicts:
#   
container/transaction/src/main/java/org/mobicents/slee/runtime/transaction/SleeTransactionManagerImpl.java


-- 

--- 
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/jain-slee] 5afb25: Changed maven-du-plugin version to 4.0.0-SNAPSHOT.

2016-09-26 Thread SergeyLee
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/jain-slee
  Commit: 5afb25a4cb6c2eac12cc91c08b6d796013573967
  
https://github.com/RestComm/jain-slee/commit/5afb25a4cb6c2eac12cc91c08b6d796013573967
  Author: SergeyLee 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M container/standard-components/du/pom.xml
A 
container/standard-components/du/src/main/resources/META-INF/jboss-deployment-structure.xml

  Log Message:
  ---
  Changed maven-du-plugin version to 4.0.0-SNAPSHOT.
Added jboss-deployment-strucure.xml for standard-components.


-- 

--- 
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/jain-sip] 989e52: New release candidate

2016-09-26 Thread CloudBees DEV@Cloud
  Branch: refs/tags/1.2.303
  Home:   https://github.com/RestComm/jain-sip
  Commit: 989e52f1e2e2ed6d3dd54d96de905add07ab94ba
  
https://github.com/RestComm/jain-sip/commit/989e52f1e2e2ed6d3dd54d96de905add07ab94ba
  Author: CloudBees DEV@Cloud 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M m2/android-jain-sip-ri/pom.xml
M m2/jain-sip-ri/pom.xml

  Log Message:
  ---
  New release candidate


-- 

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


[telestax/cloud-signup] 2d9005: New release candidate 1.0.0.47

2016-09-26 Thread telscale...@telestax.com
  Branch: refs/tags/1.0.0.47
  Home:   https://github.com/telestax/cloud-signup
  Commit: 2d90058ddee75cf547c5a1f4bbf614aef36b1f18
  
https://github.com/telestax/cloud-signup/commit/2d90058ddee75cf547c5a1f4bbf614aef36b1f18
  Author: telscale...@telestax.com 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  New release candidate 1.0.0.47


-- 

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


[telestax/cloud-signup] f8d875: Fixing email

2016-09-26 Thread Jean Deruelle
  Branch: refs/heads/master
  Home:   https://github.com/telestax/cloud-signup
  Commit: f8d87543e1293c9baabcb16de90a8ae65a651eab
  
https://github.com/telestax/cloud-signup/commit/f8d87543e1293c9baabcb16de90a8ae65a651eab
  Author: Jean Deruelle 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M src/main/java/org/restcomm/cloud/signup/lib/Sender.java

  Log Message:
  ---
  Fixing email


-- 

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


[telestax/cloud-signup] 0eb79d: New release candidate 1.0.0.46

2016-09-26 Thread telscale...@telestax.com
  Branch: refs/tags/1.0.0.46
  Home:   https://github.com/telestax/cloud-signup
  Commit: 0eb79d83ced74af72d8455dfd25579f9c7ff001b
  
https://github.com/telestax/cloud-signup/commit/0eb79d83ced74af72d8455dfd25579f9c7ff001b
  Author: telscale...@telestax.com 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  New release candidate 1.0.0.46


-- 

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


[telestax/cloud-signup] a41bda: Fixing to lower case

2016-09-26 Thread Jean Deruelle
  Branch: refs/heads/master
  Home:   https://github.com/telestax/cloud-signup
  Commit: a41bda24ab0fe14fb6d9f630ba9417c9d8b822ed
  
https://github.com/telestax/cloud-signup/commit/a41bda24ab0fe14fb6d9f630ba9417c9d8b822ed
  Author: Jean Deruelle 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M src/main/java/org/restcomm/cloud/signup/lib/RestcommAccountManager.java

  Log Message:
  ---
  Fixing to lower case


-- 

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


[telestax/cloud-signup] d8f258: New release candidate 1.0.0.45

2016-09-26 Thread telscale...@telestax.com
  Branch: refs/tags/1.0.0.45
  Home:   https://github.com/telestax/cloud-signup
  Commit: d8f25898011c3049fb4a576e45c13d3120c0fbc2
  
https://github.com/telestax/cloud-signup/commit/d8f25898011c3049fb4a576e45c13d3120c0fbc2
  Author: telscale...@telestax.com 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  New release candidate 1.0.0.45


-- 

--- 
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] d38217: Fixed #1402: Update asciidoc documentation for And...

2016-09-26 Thread Antonis Tsakiridis
  Branch: refs/heads/atsakiridis_issue1402
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: d382173c9e80362d2022ca645726a2dad3d8a4f4
  
https://github.com/RestComm/Restcomm-Connect/commit/d382173c9e80362d2022ca645726a2dad3d8a4f4
  Author: Antonis Tsakiridis 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/sdks/images/updated-module-settings.png
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/sdks/restcomm-client-android-sdk-quick-start.adoc

  Log Message:
  ---
  Fixed #1402: Update asciidoc documentation for Android SDK Quickstart


-- 

--- 
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/jain-slee] 6c11fb: Updated extension with deployment supporting. Othe...

2016-09-26 Thread SergeyLee
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/jain-slee
  Commit: 6c11fbc9b36b4985347f8f3f12228d14a10a929c
  
https://github.com/RestComm/jain-slee/commit/6c11fbc9b36b4985347f8f3f12228d14a10a929c
  Author: SergeyLee 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M container/build/as7/extension/pom.xml
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/extension/SleeExtension.java
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/extension/SleeSubsystemAdd.java
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/service/SleeContainerService.java
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/service/SleeServiceNames.java
M container/build/as7/extension/src/main/module/module.xml
M container/build/as7/modules/pom.xml
M container/build/as7/modules/src/main/module/module.xml

  Log Message:
  ---
  Updated extension with deployment supporting. Other minor 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/jain-slee] f24bb5: Moved to RestComm Parent 3.x. Added javassist depe...

2016-09-26 Thread SergeyLee
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/jain-slee
  Commit: f24bb59befc1cc8d6597417e5b71af6b22099759
  
https://github.com/RestComm/jain-slee/commit/f24bb59befc1cc8d6597417e5b71af6b22099759
  Author: SergeyLee 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M api/descriptors/pom.xml
M container/pom.xml
M pom.xml

  Log Message:
  ---
  Moved to RestComm Parent 3.x. Added javassist dependency.


-- 

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


[telestax/cloud-signup] d63233: Fix issue with password reset not taking .json

2016-09-26 Thread Jean Deruelle
  Branch: refs/heads/master
  Home:   https://github.com/telestax/cloud-signup
  Commit: d63233ab4ff1c43ba46534395c3bd6948d41d7d5
  
https://github.com/telestax/cloud-signup/commit/d63233ab4ff1c43ba46534395c3bd6948d41d7d5
  Author: Jean Deruelle 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M src/main/java/org/restcomm/cloud/signup/lib/RestcommAccountManager.java

  Log Message:
  ---
  Fix issue with password reset not taking .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/jain-slee] d29ef9: Moved to JBoss AS 7.2.0.Final.

2016-09-26 Thread SergeyLee
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/jain-slee
  Commit: d29ef9b582ff8a4ffcbae4a690ae1b174c114285
  
https://github.com/RestComm/jain-slee/commit/d29ef9b582ff8a4ffcbae4a690ae1b174c114285
  Author: SergeyLee 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M container/build/as7/extension/pom.xml
M container/build/as7/modules/pom.xml
M container/build/as7/modules/src/main/module/module.xml
M container/docs/jdocbook-mobicents/pom.xml
M container/pom.xml
M container/services/pom.xml

  Log Message:
  ---
  Moved to JBoss AS 7.2.0.Final.
Added Javassist 3.9.0.GA dependency as in JBoss 5.1.0.GA.
Added JBoss AS (7.2.0.Final) Naming dependency.
Fixed jdocbook styles for documentation.


  Commit: 059ffea4e1ce98d8546c9972dd41ea805c6c4511
  
https://github.com/RestComm/jain-slee/commit/059ffea4e1ce98d8546c9972dd41ea805c6c4511
  Author: SergeyLee 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
A 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/deployment/SleeDeployerEntityResolver.java
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/deployment/SleeDeploymentMarker.java
A 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/deployment/SleeDeploymentMetaData.java
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/deployment/SleeDeploymentParseProcessor.java
A 
container/build/as7/extension/src/main/resources/dtd/slee-deployable-unit_1_0.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-deployable-unit_1_1.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-event-jar_1_0.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-event-jar_1_1.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-library-jar_1_1-ext.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-library-jar_1_1.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-profile-spec-jar_1_0.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-profile-spec-jar_1_1.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-resource-adaptor-jar_1_0.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-resource-adaptor-jar_1_1.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-resource-adaptor-type-jar_1_0.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-resource-adaptor-type-jar_1_1.dtd
A container/build/as7/extension/src/main/resources/dtd/slee-sbb-jar_1_0.dtd
A container/build/as7/extension/src/main/resources/dtd/slee-sbb-jar_1_1.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-service-xml_1_0.dtd
A 
container/build/as7/extension/src/main/resources/dtd/slee-service-xml_1_1.dtd
A container/build/as7/extension/src/main/resources/dtd/slee-service_1_0.dtd
A container/build/as7/extension/src/main/resources/dtd/slee-service_1_1.dtd

  Log Message:
  ---
  Deployment parsing sources and resorces.


  Commit: bcf6cc7754ee898482c8de5c7bdd5ac6daa84c77
  
https://github.com/RestComm/jain-slee/commit/bcf6cc7754ee898482c8de5c7bdd5ac6daa84c77
  Author: SergeyLee 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/deployment/ExternalDeployerImpl.java
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/deployment/SleeDeploymentInstallProcessor.java

  Log Message:
  ---
  Deployment installing sources: deploy and callSubDeployer methods.


  Commit: df89286d8b09750525b2bce28a1821c90c2d3718
  
https://github.com/RestComm/jain-slee/commit/df89286d8b09750525b2bce28a1821c90c2d3718
  Author: SergeyLee 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M 
container/components/components/src/main/java/org/mobicents/slee/container/component/deployment/jaxb/descriptors/SbbDescriptorImpl.java

  Log Message:
  ---
  Commented adding AddressProfileSpec for SBB because we don't have Profiles 
module now.


  Commit: 5a9c1255d2091fe3c3fcf51f4ac2eb1854477645
  
https://github.com/RestComm/jain-slee/commit/5a9c1255d2091fe3c3fcf51f4ac2eb1854477645
  Author: SergeyLee 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M 
container/services/src/main/java/org/mobicents/slee/container/management/SbbManagementImpl.java

  Log Message:
  ---
  Fixed JNDI lookup on getting custom context "java:comp".


  Commit: b5381f103df5a8fbda8371e0db61cf51c183ae7a
  
https://github.com/RestComm/jain-slee/commit/b5381f103df5a8fbda8371e0db61cf51c183ae7a
  Author: SergeyLee 

[RestComm/jain-slee] 85f85d: Deleted unnecessary logging messages.

2016-09-26 Thread SergeyLee
  Branch: refs/heads/jboss7-deployment
  Home:   https://github.com/RestComm/jain-slee
  Commit: 85f85d6470d0d1c46e10ef1c1adbb33deba9c270
  
https://github.com/RestComm/jain-slee/commit/85f85d6470d0d1c46e10ef1c1adbb33deba9c270
  Author: SergeyLee 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
container/services/src/main/java/org/mobicents/slee/container/management/SbbManagementImpl.java

  Log Message:
  ---
  Deleted unnecessary logging messages.


-- 

--- 
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/jain-sip] 7c9cff: Uninitialized dialog leak fix https://github.com/u...

2016-09-26 Thread Vladimir Ralev
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/jain-sip
  Commit: 7c9cffa961900111c0b17f654facfe30fd249a36
  
https://github.com/RestComm/jain-sip/commit/7c9cffa961900111c0b17f654facfe30fd249a36
  Author: Vladimir Ralev 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M src/gov/nist/javax/sip/stack/SIPClientTransactionImpl.java

  Log Message:
  ---
  Uninitialized dialog leak fix https://github.com/usnistgov/jsip/issues/8


-- 

--- 
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/jain-slee] b5381f: Finished with migrating deployment.

2016-09-26 Thread SergeyLee
  Branch: refs/heads/jboss7-deployment
  Home:   https://github.com/RestComm/jain-slee
  Commit: b5381f103df5a8fbda8371e0db61cf51c183ae7a
  
https://github.com/RestComm/jain-slee/commit/b5381f103df5a8fbda8371e0db61cf51c183ae7a
  Author: SergeyLee 
  Date:   2016-09-26 (Mon, 26 Sep 2016)

  Changed paths:
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/deployment/ExternalDeployerImpl.java
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/deployment/SleeDeploymentInstallProcessor.java
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/deployment/SleeDeploymentMarker.java
M 
container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/deployment/SleeDeploymentParseProcessor.java
M 
container/spi/src/main/java/org/mobicents/slee/container/deployment/InternalDeployer.java

  Log Message:
  ---
  Finished with migrating deployment.


-- 

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