[RestComm/Restcomm-Connect] 0128dc: Moved docker image generation to `package` maven p...
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: 0128dcd6e72aca1478274f5735e2ef48cf5d87f8 https://github.com/RestComm/Restcomm-Connect/commit/0128dcd6e72aca1478274f5735e2ef48cf5d87f8 Author: Yorgos Saslis Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M release/restcomm-assembly-as7/pom.xml Log Message: --- Moved docker image generation to `package` maven phase the bindings to the `pre-integration-test` and `post-integration-test` phases only really make sense if/when we want to start some containers during the `verify` phase. I am keeping those execution bindings in, so we have the hooks ready. However, you can *safely remove* the `start` and `stop` executions of the fabric8 docker maven plugin with no problems. **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] 71fd01: Fixed assembly identifiers for generated artifacts
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: 71fd01f49b9dc91b099c0aaa1cbf9720fe5fb5ee https://github.com/RestComm/Restcomm-Connect/commit/71fd01f49b9dc91b099c0aaa1cbf9720fe5fb5ee Author: Yorgos Saslis Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M release/restcomm-assembly-as7/src/main/resources/descriptor_all-in-one.xml M release/restcomm-assembly-as7/src/main/resources/descriptor_standalone.xml Log Message: --- Fixed assembly identifiers for generated artifacts **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] fe1e25: Revert "removed any unnecesary tomcat dependencies...
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: fe1e250f223686ce3d0d56f1fab3c524e489c4e7 https://github.com/RestComm/Restcomm-Connect/commit/fe1e250f223686ce3d0d56f1fab3c524e489c4e7 Author: Yorgos Saslis Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M restcomm/pom.xml M restcomm/restcomm.application/pom.xml M restcomm/restcomm.dao/pom.xml M restcomm/restcomm.dns.api/pom.xml M restcomm/restcomm.extension.api/pom.xml M restcomm/restcomm.extension.controller/pom.xml M restcomm/restcomm.http/pom.xml M restcomm/restcomm.monitoring.service/pom.xml M restcomm/restcomm.provisioning.number.api/pom.xml M restcomm/restcomm.telephony.api/pom.xml M restcomm/restcomm.telephony/pom.xml M restcomm/restcomm.testsuite/pom.xml Log Message: --- Revert "removed any unnecesary tomcat dependencies" This reverts commit a4df2e0 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] 8c5100: Fixed, but Disabled wildfly maven module
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: 8c5100398ebf5b9b97bc0786478316983a907576 https://github.com/RestComm/Restcomm-Connect/commit/8c5100398ebf5b9b97bc0786478316983a907576 Author: Yorgos Saslis Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M release/pom.xml M release/restcomm-assembly-wildfly10/pom.xml Log Message: --- Fixed, but Disabled wildfly maven module Restcomm does not yet fully support it **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] 53d0f3: Necessary fixes for `all-in-one` profile
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: 53d0f3c5034dfd92f758c40aa1d4e14fbc5676f4 https://github.com/RestComm/Restcomm-Connect/commit/53d0f3c5034dfd92f758c40aa1d4e14fbc5676f4 Author: Yorgos Saslis Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M release/pom.xml M release/restcomm-assembly-as7/pom.xml A release/restcomm-assembly-as7/src/main/docker/cron_files/mediaserver_crontab A release/restcomm-assembly-as7/src/main/docker/scripts/rms_service.sh A release/restcomm-assembly-as7/src/main/docker/scripts/start-mediaserver.sh Log Message: --- Necessary fixes for `all-in-one` profile Manually uploaded media server 6.0.23 in our own CXS Nexus releases repo and fixed artifact ID. Also added some missing files, which are needed for the all-in-one docker image bundle. **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] 71bba5: Cleanup
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: 71bba56447101b3ded694d273c523bede8000c0f https://github.com/RestComm/Restcomm-Connect/commit/71bba56447101b3ded694d273c523bede8000c0f Author: Yorgos Saslis Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M release/pom.xml Log Message: --- Cleanup **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] 083dce: Removed sample apps
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: 083dcec82172bbb2aa541664f41baeac27b68479 https://github.com/RestComm/Restcomm-Connect/commit/083dcec82172bbb2aa541664f41baeac27b68479 Author: Yorgos Saslis Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M release/restcomm-assembly-as7/src/main/resources/descriptor_standalone.xml Log Message: --- Removed sample apps these were also being excluded in the [build.xml](https://github.com/RestComm/Restcomm-Connect/blob/master/release/build.xml#L198) **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] 50c334: Removed mediaserver, RVD and Olympus from Standalo...
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: 50c334d5caf04e2ce9ebddf8cbf617f30898e76c https://github.com/RestComm/Restcomm-Connect/commit/50c334d5caf04e2ce9ebddf8cbf617f30898e76c Author: Yorgos Saslis Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M release/restcomm-assembly-as7/src/main/resources/descriptor_standalone.xml Log Message: --- Removed mediaserver, RVD and Olympus from Standalone assembly **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] 072aca: Added 2nd descriptor for standalone vs. all-in-one...
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: 072aca024ca25fd5cbf47adf0ddfa3d597484cd7 https://github.com/RestComm/Restcomm-Connect/commit/072aca024ca25fd5cbf47adf0ddfa3d597484cd7 Author: Yorgos Saslis Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M release/restcomm-assembly-as7/pom.xml R release/restcomm-assembly-as7/src/main/resources/descriptor.xml A release/restcomm-assembly-as7/src/main/resources/descriptor_all-in-one.xml A release/restcomm-assembly-as7/src/main/resources/descriptor_standalone.xml Log Message: --- Added 2nd descriptor for standalone vs. all-in-one assembly **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] 4bfe15: uncommitted change from 4bbc7f76e5d3855e6c771affe9...
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: 4bfe15d082c6ef0dc5d81c5b1f2632ad41622aa2 https://github.com/RestComm/Restcomm-Connect/commit/4bfe15d082c6ef0dc5d81c5b1f2632ad41622aa2 Author: Yorgos Saslis Date: 2018-05-06 (Sun, 06 May 2018) Changed paths: M restcomm/restcomm.core/pom.xml Log Message: --- uncommitted change from 4bbc7f76e5d3855e6c771affe9baef6bcb5bd152 cherry pick (due to previous merge conflicts) i.e. this change was introduced in 4bbc7f76e5d3855e6c771affe9baef6bcb5bd152, but the cherry pick didn't bring it along due to some merge conflict. Commit: 877f8949dc7c0046534c3e71580704e16ea6ada3 https://github.com/RestComm/Restcomm-Connect/commit/877f8949dc7c0046534c3e71580704e16ea6ada3 Author: George Vagenas Date: 2018-05-06 (Sun, 06 May 2018) Changed paths: M pom.xml M release/restcomm-assembly-wildfly10/pom.xml Log Message: --- Added repository Fixes for restcomm-assembly-wildfly10 (cherry picked from commit 9651e47) Commit: fbdd7d26a6a9fea4ec8d0ab8d304f35b59fc0302 https://github.com/RestComm/Restcomm-Connect/commit/fbdd7d26a6a9fea4ec8d0ab8d304f35b59fc0302 Author: Yorgos Saslis Date: 2018-05-06 (Sun, 06 May 2018) Changed paths: M release/restcomm-assembly-as7/pom.xml Log Message: --- Fixed wrong attribute used after splitting to 2 Dockerfiles Commit: 80657f065f76493c3be948070a5222791df1ade3 https://github.com/RestComm/Restcomm-Connect/commit/80657f065f76493c3be948070a5222791df1ade3 Author: Yorgos Saslis Date: 2018-05-06 (Sun, 06 May 2018) Changed paths: M release/restcomm-assembly-as7/pom.xml Log Message: --- Added missing docker build argument Commit: 844cf64852e90ccd82549aa5f446a7f79ba54fa8 https://github.com/RestComm/Restcomm-Connect/commit/844cf64852e90ccd82549aa5f446a7f79ba54fa8 Author: Yorgos Saslis Date: 2018-05-06 (Sun, 06 May 2018) Changed paths: M release/restcomm-assembly-as7/Dockerfile_all-in-one Log Message: --- Fixed filename for all-in-one WAR Commit: 9488fe4aef0c3520d38fadb77fb3497d7833aa9e https://github.com/RestComm/Restcomm-Connect/commit/9488fe4aef0c3520d38fadb77fb3497d7833aa9e Author: Yorgos Saslis Date: 2018-05-06 (Sun, 06 May 2018) Changed paths: M release/restcomm-assembly-as7/src/main/resources/descriptor.xml Log Message: --- Added tar.gz generation of WAR file This way the `ADD` command in the Dockerfile can both copy the file AND unpack it in one go ; ) Commit: 0d743da27ef4c72f979afd7b4fffe2536d8059e9 https://github.com/RestComm/Restcomm-Connect/commit/0d743da27ef4c72f979afd7b4fffe2536d8059e9 Author: Yorgos Saslis Date: 2018-05-06 (Sun, 06 May 2018) Changed paths: M release/restcomm-assembly-as7/Dockerfile_all-in-one M release/restcomm-assembly-as7/Dockerfile_standalone A release/restcomm-assembly-as7/src/main/docker/ca-startcom.der Log Message: --- Added missing `ca-startcom.der` certificate file this is almost certainly not needed (especially so in the mid/long-term), but i am adding it for backwards compatibility reasons, and to make for a smoother migration Compare: https://github.com/RestComm/Restcomm-Connect/compare/93dd05c149b2...0d743da27ef4 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] 0decf9: Copy-pasted scripts from Restcomm-Docker project
Branch: refs/heads/feature/mavenized_assembly Home: https://github.com/RestComm/Restcomm-Connect Commit: 0decf923eb9e62894a2e9826731c51da59be173e https://github.com/RestComm/Restcomm-Connect/commit/0decf923eb9e62894a2e9826731c51da59be173e Author: Yorgos Saslis Date: 2018-05-05 (Sat, 05 May 2018) Changed paths: A release/restcomm-assembly-as7/src/main/docker/cron_files/core_crontab A release/restcomm-assembly-as7/src/main/docker/cron_files/tcpdump_crontab A release/restcomm-assembly-as7/src/main/docker/scripts/docker_do.sh A release/restcomm-assembly-as7/src/main/docker/scripts/dockercleanup.sh A release/restcomm-assembly-as7/src/main/docker/scripts/restcomm-runlevels.sh A release/restcomm-assembly-as7/src/main/docker/scripts/restcomm_autoconf.sh A release/restcomm-assembly-as7/src/main/docker/scripts/restcomm_conf.sh A release/restcomm-assembly-as7/src/main/docker/scripts/restcomm_extconf.sh A release/restcomm-assembly-as7/src/main/docker/scripts/restcomm_service.sh A release/restcomm-assembly-as7/src/main/docker/scripts/restcomm_sslconf.sh A release/restcomm-assembly-as7/src/main/docker/scripts/restcomm_tag.sh A release/restcomm-assembly-as7/src/main/docker/scripts/restcomm_toolsconf.sh A release/restcomm-assembly-as7/src/main/docker/scripts/start-restcomm.sh Log Message: --- Copy-pasted scripts from Restcomm-Docker project Moving them into this GH repo, so they can be included in the docker image build. As we are moving towards using the docker image as our binary (instead of just the WAR file), it makes sense to keep all those components that are used to build the image in the same repository anyway. Commit: 7daa4c6c3bfe8e18731c2e475911234ec0210611 https://github.com/RestComm/Restcomm-Connect/commit/7daa4c6c3bfe8e18731c2e475911234ec0210611 Author: Yorgos Saslis Date: 2018-05-05 (Sat, 05 May 2018) Changed paths: A release/restcomm-assembly-as7/Dockerfile_all-in-one A release/restcomm-assembly-as7/Dockerfile_standalone Log Message: --- Adapted Dockerfile from Restcomm-Docker project Major differences are two: 1. restcomm binary is NOT retrieved from Box, rather it is expected to be available in the local filesystem. This is because this `Dockerfile` will be used as part of the maven build, so the WAR file will (just) have been created anyway. 2. The Dockerfile now comes in 2 variants: one is `Dockerfile_standalone`, which includes *just* restcomm-connect (i.e. no mediaserver, no rvd, no webrtc-ui). As such, any mediaserver, etc. files are removed from the Dockerfile_standalone. On the other hand, the `Dockerfile_all-in-one` is a more straightforward port from `Restcomm-Docker` repo and basically just includes change (1) above and some reordering (to make continuous rebuilds of docker image faster, leveraging cached layers. Commit: b90b5863811a8b4e005dd34506a253319d32c669 https://github.com/RestComm/Restcomm-Connect/commit/b90b5863811a8b4e005dd34506a253319d32c669 Author: Yorgos Saslis Date: 2018-05-05 (Sat, 05 May 2018) Changed paths: M release/restcomm-assembly-as7/pom.xml Log Message: --- Split the maven build in 2 profiles `standalone` and `all-in-one` In a nutshell, the `standalone` profile includes just restcomm-connect. The `all-in-one` includes RC + RMS + RVD + WebRTC UI, just like it used to be before introducing these 2 profiles. (Eventually, we should be getting rid of this second one, but for the moment, for backwards compatibility and for moving forward with a smoother migration process, we should keep it around and just focus on improving the WAR + docker image generation on that part (in maven build, instead of `ant` + separate restcomm-docker repo). Commit: 1b6acaf287b427983b7668b42a89efcb0a968dcc https://github.com/RestComm/Restcomm-Connect/commit/1b6acaf287b427983b7668b42a89efcb0a968dcc Author: Yorgos Saslis Date: 2018-05-05 (Sat, 05 May 2018) Changed paths: M release/restcomm-assembly-as7/pom.xml Log Message: --- Added docker image generation through fabric8 docker maven plugin the plugin is used in each of the 2 maven profiles (`standalone` and `all-in-one`) to pick up the corresponding Dockerfile (`Dockerfile_standalone` and `Dockerfile_all-in-one`) and build the appropriate docker image (`restcomm/restcomm` and `restcomm/connect` respectively). For the moment - and this is perhaps a point for discussion - the plugin's `build` goal is bound to the `pre-integration-test` phase, as the fabric8 philosophy suggests you build a docker image (which is the resulting binary artifact from your maven build) and then you `start` it - still within the `pre-integration-test` phase - (together with all of its dependencies, e.g. database docker containers, 3rd party dependencies, etc.) so that you can then run the `verify` phase tests against the ru
[RestComm/Restcomm-Connect] 0527a9: using assembly to build binary
/a4df2e09a6fc5236ec4b53f111615f23de0dfdc3 Author: Jaime Casero Date: 2018-04-27 (Fri, 27 Apr 2018) Changed paths: M restcomm/pom.xml M restcomm/restcomm.application/pom.xml M restcomm/restcomm.dao/pom.xml M restcomm/restcomm.dns.api/pom.xml M restcomm/restcomm.extension.api/pom.xml M restcomm/restcomm.extension.controller/pom.xml M restcomm/restcomm.http/pom.xml M restcomm/restcomm.monitoring.service/pom.xml M restcomm/restcomm.provisioning.number.api/pom.xml M restcomm/restcomm.telephony.api/pom.xml M restcomm/restcomm.telephony/pom.xml M restcomm/restcomm.testsuite/pom.xml Log Message: --- removed any unnecesary tomcat dependencies (cherry picked from commit 4bbc7f7) Commit: 5b2caf4506de0f0d2069e24e6e792b4943cff01b https://github.com/RestComm/Restcomm-Connect/commit/5b2caf4506de0f0d2069e24e6e792b4943cff01b Author: Yorgos Saslis Date: 2018-05-03 (Thu, 03 May 2018) Changed paths: M release/restcomm-assembly-as7/src/main/resources/assembly-resources/bin/restcomm/autoconfig.d/config-SecureSSL.sh M release/restcomm-assembly-as7/src/main/resources/assembly-resources/bin/restcomm/autoconfig.d/config-olympus.sh M release/restcomm-assembly-as7/src/main/resources/assembly-resources/bin/restcomm/autoconfig.d/config-restcomm.sh Log Message: --- Ported over latest changes in autoconfig scripts latest changes from `master` @ `$PROJECT_HOME/restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/` Compare: https://github.com/RestComm/Restcomm-Connect/compare/0527a95d9e57^...5b2caf4506de **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- --- 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] e94ca6: Fixed broken image links
Branch: refs/heads/master Home: https://github.com/RestComm/Restcomm-Connect Commit: e94ca6c9ee53ee1857492f18d7413504e95ce1a9 https://github.com/RestComm/Restcomm-Connect/commit/e94ca6c9ee53ee1857492f18d7413504e95ce1a9 Author: Yorgos Saslis Date: 2018-04-25 (Wed, 25 Apr 2018) Changed paths: M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm RVD - Introducing Diagrams.adoc M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/how-to-use-olympus-with-restcomm.adoc Log Message: --- Fixed broken image links -- --- 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] 111969: refactored for readability
Branch: refs/heads/master Home: https://github.com/RestComm/Restcomm-Connect Commit: 111969012d86a30b3640449c69f8f2223bb982bf https://github.com/RestComm/Restcomm-Connect/commit/111969012d86a30b3640449c69f8f2223bb982bf Author: Yorgos Saslis Date: 2018-04-14 (Sat, 14 Apr 2018) Changed paths: M restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh Log Message: --- refactored for readability -- --- 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] af6117: Fixed bash conditional syntax
Branch: refs/heads/master Home: https://github.com/RestComm/Restcomm-Connect Commit: af6117b34c220838df064a975399c94dd98fbd08 https://github.com/RestComm/Restcomm-Connect/commit/af6117b34c220838df064a975399c94dd98fbd08 Author: Yorgos Saslis Date: 2018-04-14 (Sat, 14 Apr 2018) Changed paths: M restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh Log Message: --- Fixed bash conditional syntax -- --- 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] 517eca: Moved to more readable comparison
Branch: refs/heads/feature/mgcp_local_address_as_variable Home: https://github.com/RestComm/Restcomm-Connect Commit: 517eca71c3da447cc65eaaf76b111a316fde096c https://github.com/RestComm/Restcomm-Connect/commit/517eca71c3da447cc65eaaf76b111a316fde096c Author: Yorgos Saslis Date: 2018-04-13 (Fri, 13 Apr 2018) Changed paths: M restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh Log Message: --- Moved to more readable comparison -- --- 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] ec0384: fixed comment
Branch: refs/heads/feature/mgcp_local_address_as_variable Home: https://github.com/RestComm/Restcomm-Connect Commit: ec03846f9c66544fc46e588713500e2b031eeeac https://github.com/RestComm/Restcomm-Connect/commit/ec03846f9c66544fc46e588713500e2b031eeeac Author: Yorgos Saslis Date: 2018-04-13 (Fri, 13 Apr 2018) Changed paths: M restcomm/configuration/config-scripts/as7-config-scripts/restcomm/restcomm.conf Log Message: --- fixed comment -- --- 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] e52cff: revert inadvertent changes
Branch: refs/heads/feature/mgcp_local_address_as_variable Home: https://github.com/RestComm/Restcomm-Connect Commit: e52cff62c6d21c3b0e76f312d876b9575bb64932 https://github.com/RestComm/Restcomm-Connect/commit/e52cff62c6d21c3b0e76f312d876b9575bb64932 Author: Yorgos Saslis Date: 2018-04-13 (Fri, 13 Apr 2018) Changed paths: M docker-compose.yml Log Message: --- revert inadvertent changes (from separate branch) -- --- 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] 5d9d06: Added a way to override MGCP local address
Branch: refs/heads/feature/mgcp_local_address_as_variable Home: https://github.com/RestComm/Restcomm-Connect Commit: 5d9d0610b55f72db3b90ea1014156e858a700f9d https://github.com/RestComm/Restcomm-Connect/commit/5d9d0610b55f72db3b90ea1014156e858a700f9d Author: Yorgos Saslis Date: 2018-04-13 (Fri, 13 Apr 2018) 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: --- Added a way to override MGCP local address -- --- 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/jdiameter] 926929: Added JProfiler to acknowledgements
Branch: refs/heads/master Home: https://github.com/RestComm/jdiameter Commit: 926929fa9facf4bb70286c2d8462049916a22398 https://github.com/RestComm/jdiameter/commit/926929fa9facf4bb70286c2d8462049916a22398 Author: Yorgos Saslis Date: 2018-04-02 (Mon, 02 Apr 2018) Changed paths: M README.md Log Message: --- Added JProfiler to acknowledgements -- --- 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] 2116f7: Added JProfiler to acknowledgements
Branch: refs/heads/master Home: https://github.com/RestComm/jain-slee Commit: 2116f73c67ca36f49a85eb2be5e0e74701c43b59 https://github.com/RestComm/jain-slee/commit/2116f73c67ca36f49a85eb2be5e0e74701c43b59 Author: Yorgos Saslis Date: 2018-04-02 (Mon, 02 Apr 2018) Changed paths: M README.md Log Message: --- Added JProfiler to acknowledgements -- --- 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/smscgateway] 72b91f: Added JProfiler to acknowledgements
Branch: refs/heads/master Home: https://github.com/RestComm/smscgateway Commit: 72b91f73730d243a87003d20576a589283ebee84 https://github.com/RestComm/smscgateway/commit/72b91f73730d243a87003d20576a589283ebee84 Author: Yorgos Saslis Date: 2018-04-02 (Mon, 02 Apr 2018) Changed paths: M README.md Log Message: --- Added JProfiler to acknowledgements -- --- 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/ussdgateway] b53bcf: Added JProfiler to acknowledgements
Branch: refs/heads/master Home: https://github.com/RestComm/ussdgateway Commit: b53bcf12734d82a84359cdc0eb1c59e60e1a5a1b https://github.com/RestComm/ussdgateway/commit/b53bcf12734d82a84359cdc0eb1c59e60e1a5a1b Author: Yorgos Saslis Date: 2018-04-02 (Mon, 02 Apr 2018) Changed paths: M README.md Log Message: --- Added JProfiler to acknowledgements -- --- 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/sip-servlets] e0b36c: Added JProfiler to acknowledgements
Branch: refs/heads/master Home: https://github.com/RestComm/sip-servlets Commit: e0b36cb2b349e6f493683cc97b24e8840fcbdd5e https://github.com/RestComm/sip-servlets/commit/e0b36cb2b349e6f493683cc97b24e8840fcbdd5e Author: Yorgos Saslis Date: 2018-04-02 (Mon, 02 Apr 2018) Changed paths: M README.md Log Message: --- Added JProfiler to acknowledgements -- --- 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] 468762: Added JProfiler to acknowledgements
Branch: refs/heads/master Home: https://github.com/RestComm/Restcomm-Connect Commit: 468762cc0d076d64a871ea2bf74f278ffab8a936 https://github.com/RestComm/Restcomm-Connect/commit/468762cc0d076d64a871ea2bf74f278ffab8a936 Author: Yorgos Saslis Date: 2018-04-02 (Mon, 02 Apr 2018) Changed paths: M README.md Log Message: --- Added JProfiler to acknowledgements and reworked acknowledgements section -- --- 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.msrp] bd6ba4: Added AGPL License file
Branch: refs/heads/master Home: https://github.com/RestComm/jain-slee.msrp Commit: bd6ba4942590da2132b8b18dd9e8971b46789148 https://github.com/RestComm/jain-slee.msrp/commit/bd6ba4942590da2132b8b18dd9e8971b46789148 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added AGPL License file Added license file, to conform with GitHub standards -- --- 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/charging-server] e43b7f: Added AGPL License file
Branch: refs/heads/master Home: https://github.com/RestComm/charging-server Commit: e43b7ff260eb14c0eb83e852f9b300d62bb1e3d3 https://github.com/RestComm/charging-server/commit/e43b7ff260eb14c0eb83e852f9b300d62bb1e3d3 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added AGPL License file Added license file, to conform with GitHub standards -- --- 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/sip-servlets] 21c008: Added AGPL License file
Branch: refs/heads/master Home: https://github.com/RestComm/sip-servlets Commit: 21c008cca41523117bdd583de64bc13e48ae055f https://github.com/RestComm/sip-servlets/commit/21c008cca41523117bdd583de64bc13e48ae055f Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added AGPL License file Added license file, to conform with GitHub standards -- --- 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/ussdgateway] ddff7b: Added AGPL License file
Branch: refs/heads/master Home: https://github.com/RestComm/ussdgateway Commit: ddff7b2709c23624ed40c9de71f7040d8e817e26 https://github.com/RestComm/ussdgateway/commit/ddff7b2709c23624ed40c9de71f7040d8e817e26 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added AGPL License file Added license file, to conform with GitHub standards -- --- 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] 8e7e0c: Added AGPL License file
Branch: refs/heads/master Home: https://github.com/RestComm/jain-slee Commit: 8e7e0cf222854d5a7d670fd032ced522f8e1aa1b https://github.com/RestComm/jain-slee/commit/8e7e0cf222854d5a7d670fd032ced522f8e1aa1b Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added AGPL License file Added license file, to conform with GitHub standards -- --- 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] 7b6e52: Added AGPL License file
Branch: refs/heads/master Home: https://github.com/RestComm/commons Commit: 7b6e526ab42c254ce72faff6b889388824b92b20 https://github.com/RestComm/commons/commit/7b6e526ab42c254ce72faff6b889388824b92b20 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added AGPL License file Added license file, to conform with GitHub standards -- --- 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] 970a8c: Added AGPL License file
Branch: refs/heads/master Home: https://github.com/RestComm/load-balancer Commit: 970a8ce8f62e695f338c738396c2ed1efa579f81 https://github.com/RestComm/load-balancer/commit/970a8ce8f62e695f338c738396c2ed1efa579f81 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added AGPL License file Added license file, to conform with GitHub standards -- --- 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/jdiameter] 15422f: Added AGPL License file
Branch: refs/heads/master Home: https://github.com/RestComm/jdiameter Commit: 15422fe7a4f620c71621f9c3400d28fcafed48c8 https://github.com/RestComm/jdiameter/commit/15422fe7a4f620c71621f9c3400d28fcafed48c8 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added AGPL License file Added license file, to conform with GitHub standards -- --- 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/smscgateway] 18ace8: Added AGPL License file
Branch: refs/heads/master Home: https://github.com/RestComm/smscgateway Commit: 18ace80aa16e338c4777d1f22834d87734680ad7 https://github.com/RestComm/smscgateway/commit/18ace80aa16e338c4777d1f22834d87734680ad7 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added AGPL License file Added license file, to conform with GitHub standards -- --- 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] f40004: Added AGPL License file
Branch: refs/heads/master Home: https://github.com/RestComm/gmlc Commit: f40004e8c9447d29996f01afaba45ca9c0f83721 https://github.com/RestComm/gmlc/commit/f40004e8c9447d29996f01afaba45ca9c0f83721 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added AGPL License file Added license file, to conform with GitHub standards -- --- 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] 3e72b2: Added agpl license
Branch: refs/heads/master Home: https://github.com/RestComm/Restcomm-Connect Commit: 3e72b2fd61c12b2dbe8c5f1f1b7b8e809c852c04 https://github.com/RestComm/Restcomm-Connect/commit/3e72b2fd61c12b2dbe8c5f1f1b7b8e809c852c04 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added agpl license Added license file, to conform with GitHub standards Commit: 82f5c889bebac01e1a9e809a0258cf50397035d2 https://github.com/RestComm/Restcomm-Connect/commit/82f5c889bebac01e1a9e809a0258cf50397035d2 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Merge pull request #2890 from RestComm/add-license Add agpl license Compare: https://github.com/RestComm/Restcomm-Connect/compare/63621b2bbd95...82f5c889beba -- --- 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] 3e72b2: Added agpl license
Branch: refs/heads/add-license Home: https://github.com/RestComm/Restcomm-Connect Commit: 3e72b2fd61c12b2dbe8c5f1f1b7b8e809c852c04 https://github.com/RestComm/Restcomm-Connect/commit/3e72b2fd61c12b2dbe8c5f1f1b7b8e809c852c04 Author: Yorgos Saslis Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: A LICENSE Log Message: --- Added agpl license Added license file, to conform with GitHub standards -- --- 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/jdiameter] ce7a1d: Added docker image creation for charging server si...
Branch: refs/heads/feature/charging_server_simulator_docker_image Home: https://github.com/RestComm/jdiameter Commit: ce7a1df23c13045df11ad58cc43c0d02ecc6a406 https://github.com/RestComm/jdiameter/commit/ce7a1df23c13045df11ad58cc43c0d02ecc6a406 Author: Yorgos Saslis Date: 2018-03-28 (Wed, 28 Mar 2018) Changed paths: M examples/charging-server-simulator/pom.xml Log Message: --- Added docker image creation for charging server simulator Added fabric8 docker maven plugin, which is used for creating a docker image for the charging server simulator. The image can then simply be ran with `docker run charging-server-simulator:latest` -- --- 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/visual-designer] f95c42: Fixed typo in word `transcribe`
Branch: refs/heads/hotfix/fix_typo Home: https://github.com/RestComm/visual-designer Commit: f95c4291a5b80a3e6048ced2a2852f27440e706e https://github.com/RestComm/visual-designer/commit/f95c4291a5b80a3e6048ced2a2852f27440e706e Author: Yorgos Saslis Date: 2018-03-26 (Mon, 26 Mar 2018) Changed paths: M designer/src/main/webapp/languages/en-US.json Log Message: --- Fixed typo in word `transcribe` -- --- 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/ussdgateway] ba8fd3: Added guides for Issue & PR Creation
Branch: refs/heads/master Home: https://github.com/RestComm/ussdgateway Commit: ba8fd3578797415d5872dbbd502ec6b8e202654c https://github.com/RestComm/ussdgateway/commit/ba8fd3578797415d5872dbbd502ec6b8e202654c Author: Yorgos Saslis Date: 2018-02-21 (Wed, 21 Feb 2018) Changed paths: A .github/ISSUE_TEMPLATE.md A .github/PULL_REQUEST_TEMPLATE.md A SUPPORT.md Log Message: --- Added guides for Issue & PR Creation Includes instructions on where to find support, when to open new issues / pull requests, links to Telestax Open Source Playbook, etc. This should help community users create better issues / PRs that make it easier for maintainers to engage. Commit: c0c6baa1f097a1e456ad6ec9644d60eb3918d8da https://github.com/RestComm/ussdgateway/commit/c0c6baa1f097a1e456ad6ec9644d60eb3918d8da Author: Yorgos Saslis Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: A .github/ISSUE_TEMPLATE.md A .github/PULL_REQUEST_TEMPLATE.md A SUPPORT.md Log Message: --- Merge pull request #91 from RestComm/feature/issue_pr_support_templates Added guides for Issue & PR Creation Compare: https://github.com/RestComm/ussdgateway/compare/484179603902...c0c6baa1f097 -- --- 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/smscgateway] fe7a4d: Added guides for Issue & PR Creation
Branch: refs/heads/master Home: https://github.com/RestComm/smscgateway Commit: fe7a4dc8811d8d681aadb88401aaddbb8314e039 https://github.com/RestComm/smscgateway/commit/fe7a4dc8811d8d681aadb88401aaddbb8314e039 Author: Yorgos Saslis Date: 2018-02-21 (Wed, 21 Feb 2018) Changed paths: A .github/ISSUE_TEMPLATE.md A .github/PULL_REQUEST_TEMPLATE.md A SUPPORT.md Log Message: --- Added guides for Issue & PR Creation Includes instructions on where to find support, when to open new issues / pull requests, links to Telestax Open Source Playbook, etc. This should help community users create better issues / PRs that make it easier for maintainers to engage. Commit: 84ab450d218cd58e138e64486fb304fb67c13b7b https://github.com/RestComm/smscgateway/commit/84ab450d218cd58e138e64486fb304fb67c13b7b Author: Yorgos Saslis Date: 2018-03-22 (Thu, 22 Mar 2018) Changed paths: A .github/ISSUE_TEMPLATE.md A .github/PULL_REQUEST_TEMPLATE.md A SUPPORT.md Log Message: --- Merge pull request #283 from RestComm/feature/issue_pr_support_templates Added guides for Issue & PR Creation Compare: https://github.com/RestComm/smscgateway/compare/afa63ebe1efd...84ab450d218c -- --- 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] 2ac750: Update of SS7 load balancing section of Load Balan...
Branch: refs/heads/master Home: https://github.com/RestComm/load-balancer Commit: 2ac750d478c834ca405ca18a463bb43b4127fdcf https://github.com/RestComm/load-balancer/commit/2ac750d478c834ca405ca18a463bb43b4127fdcf Author: Fernando Mendioroz Date: 2018-03-05 (Mon, 05 Mar 2018) Changed paths: M docs/sources-asciidoc/src/main/asciidoc/concept-section-SS_Load_Balancer.adoc R docs/sources-asciidoc/src/main/asciidoc/images/SMSC-FEP-schema.png M docs/sources-asciidoc/src/main/asciidoc/images/SS7-lb-diagram.png A docs/sources-asciidoc/src/main/asciidoc/images/STP-FEP-SMSC-schema.png A docs/sources-asciidoc/src/main/asciidoc/images/STP-FEP-USSD-schema.png R docs/sources-asciidoc/src/main/asciidoc/images/USSD-FEP-schema.png Log Message: --- Update of SS7 load balancing section of Load Balancer documentation, including diagrams/grammar enhancements/fixes. Commit: b8d1b794830defa9736d1b06aef0bfe6692003c0 https://github.com/RestComm/load-balancer/commit/b8d1b794830defa9736d1b06aef0bfe6692003c0 Author: Yorgos Saslis Date: 2018-03-06 (Tue, 06 Mar 2018) Changed paths: M docs/sources-asciidoc/src/main/asciidoc/concept-section-SS_Load_Balancer.adoc R docs/sources-asciidoc/src/main/asciidoc/images/SMSC-FEP-schema.png M docs/sources-asciidoc/src/main/asciidoc/images/SS7-lb-diagram.png A docs/sources-asciidoc/src/main/asciidoc/images/STP-FEP-SMSC-schema.png A docs/sources-asciidoc/src/main/asciidoc/images/STP-FEP-USSD-schema.png R docs/sources-asciidoc/src/main/asciidoc/images/USSD-FEP-schema.png Log Message: --- Merge pull request #133 from RestComm/FEP_Documentation Update of SS7 load balancing section of Load Balancer documentation Compare: https://github.com/RestComm/load-balancer/compare/4afb6fe18390...b8d1b794830d -- --- 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] 4afb6f: Added links for CTA to RC1
Branch: refs/heads/master Home: https://github.com/RestComm/load-balancer Commit: 4afb6fe18390ec39e37c941d23d23a94dc7cf67a https://github.com/RestComm/load-balancer/commit/4afb6fe18390ec39e37c941d23d23a94dc7cf67a Author: Yorgos Saslis Date: 2018-03-05 (Mon, 05 Mar 2018) Changed paths: M docs/sources-asciidoc/src/main/asciidoc/concept-section-SS_Load_Balancer.adoc Log Message: --- Added links for CTA to RC1 -- --- 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] 5852d8: Fixed media playback issue on MacOS
Branch: refs/heads/hotfix/media_playback_docker_compose Home: https://github.com/RestComm/Restcomm-Connect Commit: 5852d85134d9f6478217f099f91df678c9b5d39f https://github.com/RestComm/Restcomm-Connect/commit/5852d85134d9f6478217f099f91df678c9b5d39f Author: Yorgos Saslis Date: 2018-02-22 (Thu, 22 Feb 2018) Changed paths: M docker-compose.yml Log Message: --- Fixed media playback issue on MacOS On Docker @ macOS calling the default +1234 from the WebRTC demo resulted in no audio being played back in the browser. The addition of `RCBCONF_HOSTNAME` environment variable together with the use of `docker.for.mac.localhost` (instead! of the local network IP address) resolves the issue. Fixes #2778 -- --- 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] 3b9226: Added guides for Issue & PR Creation
Branch: refs/heads/feature/issue_pr_support_templates Home: https://github.com/RestComm/gmlc Commit: 3b922637fbf1ba115c391aa4c4df13eca190db6c https://github.com/RestComm/gmlc/commit/3b922637fbf1ba115c391aa4c4df13eca190db6c Author: Yorgos Saslis Date: 2018-02-21 (Wed, 21 Feb 2018) Changed paths: A .github/ISSUE_TEMPLATE.md A .github/PULL_REQUEST_TEMPLATE.md A SUPPORT.md Log Message: --- Added guides for Issue & PR Creation Includes instructions on where to find support, when to open new issues / pull requests, links to Telestax Open Source Playbook, etc. This should help community users create better issues / PRs that make it easier for maintainers to engage. -- --- 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/ussdgateway] ba8fd3: Added guides for Issue & PR Creation
Branch: refs/heads/feature/issue_pr_support_templates Home: https://github.com/RestComm/ussdgateway Commit: ba8fd3578797415d5872dbbd502ec6b8e202654c https://github.com/RestComm/ussdgateway/commit/ba8fd3578797415d5872dbbd502ec6b8e202654c Author: Yorgos Saslis Date: 2018-02-21 (Wed, 21 Feb 2018) Changed paths: A .github/ISSUE_TEMPLATE.md A .github/PULL_REQUEST_TEMPLATE.md A SUPPORT.md Log Message: --- Added guides for Issue & PR Creation Includes instructions on where to find support, when to open new issues / pull requests, links to Telestax Open Source Playbook, etc. This should help community users create better issues / PRs that make it easier for maintainers to engage. -- --- 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/smscgateway] fe7a4d: Added guides for Issue & PR Creation
Branch: refs/heads/feature/issue_pr_support_templates Home: https://github.com/RestComm/smscgateway Commit: fe7a4dc8811d8d681aadb88401aaddbb8314e039 https://github.com/RestComm/smscgateway/commit/fe7a4dc8811d8d681aadb88401aaddbb8314e039 Author: Yorgos Saslis Date: 2018-02-21 (Wed, 21 Feb 2018) Changed paths: A .github/ISSUE_TEMPLATE.md A .github/PULL_REQUEST_TEMPLATE.md A SUPPORT.md Log Message: --- Added guides for Issue & PR Creation Includes instructions on where to find support, when to open new issues / pull requests, links to Telestax Open Source Playbook, etc. This should help community users create better issues / PRs that make it easier for maintainers to engage. -- --- 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] 5a25ea: Added links to restcomm site
Branch: refs/heads/master Home: https://github.com/RestComm/load-balancer Commit: 5a25ea23616ef8e64acdac9528e30e43993b7a5e https://github.com/RestComm/load-balancer/commit/5a25ea23616ef8e64acdac9528e30e43993b7a5e Author: Yorgos Saslis Date: 2018-02-15 (Thu, 15 Feb 2018) Changed paths: M README.md Log Message: --- Added links to restcomm site Also removed a couple of outdated ones (e.g. Cloudbees) -- --- 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/sip-servlets] 8c8d44: Updated links to restcomm.com site
Branch: refs/heads/master Home: https://github.com/RestComm/sip-servlets Commit: 8c8d4429bd4c699b9ec0bd03b1b567f676b3393e https://github.com/RestComm/sip-servlets/commit/8c8d4429bd4c699b9ec0bd03b1b567f676b3393e Author: Yorgos Saslis Date: 2018-02-15 (Thu, 15 Feb 2018) Changed paths: M README.md Log Message: --- Updated links to restcomm.com site -- --- 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] a814b6: Updated links to restcomm.com site
Branch: refs/heads/master Home: https://github.com/RestComm/gmlc Commit: a814b66447a337c74374b0ace4fde0d0b901c80b https://github.com/RestComm/gmlc/commit/a814b66447a337c74374b0ace4fde0d0b901c80b Author: Yorgos Saslis Date: 2018-02-15 (Thu, 15 Feb 2018) Changed paths: M README.md Log Message: --- Updated links to restcomm.com site -- --- 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/ussdgateway] 1e8665: Updated links to restcomm.com site
Branch: refs/heads/master Home: https://github.com/RestComm/ussdgateway Commit: 1e866512f024cb259e264d5ddaa59b2d9a596209 https://github.com/RestComm/ussdgateway/commit/1e866512f024cb259e264d5ddaa59b2d9a596209 Author: Yorgos Saslis Date: 2018-02-15 (Thu, 15 Feb 2018) Changed paths: M README.md Log Message: --- Updated links to restcomm.com site also removed outdated cloudbees link -- --- 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/jdiameter] d8c478: Updated links to restcomm.com site
Branch: refs/heads/master Home: https://github.com/RestComm/jdiameter Commit: d8c4780804d6bf4078a28792a6ed841a9c9b2729 https://github.com/RestComm/jdiameter/commit/d8c4780804d6bf4078a28792a6ed841a9c9b2729 Author: Yorgos Saslis Date: 2018-02-15 (Thu, 15 Feb 2018) Changed paths: M README.md Log Message: --- Updated links to restcomm.com site -- --- 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/smscgateway] 3d5f83: Updated links to restcomm.com site
Branch: refs/heads/master Home: https://github.com/RestComm/smscgateway Commit: 3d5f835d82ba31083bb9b68f84b07a584276becb https://github.com/RestComm/smscgateway/commit/3d5f835d82ba31083bb9b68f84b07a584276becb Author: Yorgos Saslis Date: 2018-02-15 (Thu, 15 Feb 2018) Changed paths: M README.md Log Message: --- Updated links to restcomm.com site -- --- 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-ios-sdk] a48bcb: Updated contact form link
Branch: refs/heads/master Home: https://github.com/RestComm/restcomm-ios-sdk Commit: a48bcb9a298a5bbd9889dd578ea106b83d09bfaf https://github.com/RestComm/restcomm-ios-sdk/commit/a48bcb9a298a5bbd9889dd578ea106b83d09bfaf Author: Yorgos Saslis Date: 2018-02-15 (Thu, 15 Feb 2018) Changed paths: M README.md Log Message: --- Updated contact form link -- --- 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-android-sdk] c4e119: Updated contact form link
Branch: refs/heads/master Home: https://github.com/RestComm/restcomm-android-sdk Commit: c4e11976a5971e2a1fe0a8d9ec6735fc4e19fbc5 https://github.com/RestComm/restcomm-android-sdk/commit/c4e11976a5971e2a1fe0a8d9ec6735fc4e19fbc5 Author: Yorgos Saslis Date: 2018-02-15 (Thu, 15 Feb 2018) Changed paths: M README.md Log Message: --- Updated contact form link -- --- 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] 813658: Updated contact form link
Branch: refs/heads/master Home: https://github.com/RestComm/Restcomm-Connect Commit: 8136583fe4bece5ef3e9c36fd4ce58725fd042b3 https://github.com/RestComm/Restcomm-Connect/commit/8136583fe4bece5ef3e9c36fd4ce58725fd042b3 Author: Yorgos Saslis Date: 2018-02-15 (Thu, 15 Feb 2018) Changed paths: M README.md Log Message: --- Updated contact form link -- --- 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] c3e89b: Added links to support resources
Branch: refs/heads/master Home: https://github.com/RestComm/Restcomm-Connect Commit: c3e89b6d5e67b049c50b0a6d57bf128508a99203 https://github.com/RestComm/Restcomm-Connect/commit/c3e89b6d5e67b049c50b0a6d57bf128508a99203 Author: Yorgos Saslis Date: 2018-02-12 (Mon, 12 Feb 2018) Changed paths: A SUPPORT.md Log Message: --- Added links to support resources Commit: 86e819e15a669ccf7184e5e892280fbab5c1c2bb https://github.com/RestComm/Restcomm-Connect/commit/86e819e15a669ccf7184e5e892280fbab5c1c2bb Author: Yorgos Saslis Date: 2018-02-12 (Mon, 12 Feb 2018) Changed paths: A .github/ISSUE_TEMPLATE.md Log Message: --- Added issue template Commit: afaeb6fa31d18a8fd0f3e0e388a8f61c313d88aa https://github.com/RestComm/Restcomm-Connect/commit/afaeb6fa31d18a8fd0f3e0e388a8f61c313d88aa Author: Yorgos Saslis Date: 2018-02-12 (Mon, 12 Feb 2018) Changed paths: A .github/PULL_REQUEST_TEMPLATE.md Log Message: --- Added template for pull requests Commit: bf84d7acf56f2db07861c1e713c00f1903142333 https://github.com/RestComm/Restcomm-Connect/commit/bf84d7acf56f2db07861c1e713c00f1903142333 Author: Yorgos Saslis Date: 2018-02-12 (Mon, 12 Feb 2018) Changed paths: A .github/ISSUE_TEMPLATE.md A .github/PULL_REQUEST_TEMPLATE.md A SUPPORT.md Log Message: --- Merge pull request #2812 from RestComm/community-guidelines Add issue template and guidelines for opening issues Compare: https://github.com/RestComm/Restcomm-Connect/compare/dee7fb5c42ad...bf84d7acf56f -- --- 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] afaeb6: Added template for pull requests
Branch: refs/heads/community-guidelines Home: https://github.com/RestComm/Restcomm-Connect Commit: afaeb6fa31d18a8fd0f3e0e388a8f61c313d88aa https://github.com/RestComm/Restcomm-Connect/commit/afaeb6fa31d18a8fd0f3e0e388a8f61c313d88aa Author: Yorgos Saslis Date: 2018-02-12 (Mon, 12 Feb 2018) Changed paths: A .github/PULL_REQUEST_TEMPLATE.md Log Message: --- Added template for pull requests -- --- 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] 86e819: Added issue template
Branch: refs/heads/community-guidelines Home: https://github.com/RestComm/Restcomm-Connect Commit: 86e819e15a669ccf7184e5e892280fbab5c1c2bb https://github.com/RestComm/Restcomm-Connect/commit/86e819e15a669ccf7184e5e892280fbab5c1c2bb Author: Yorgos Saslis Date: 2018-02-12 (Mon, 12 Feb 2018) Changed paths: A .github/ISSUE_TEMPLATE.md Log Message: --- Added issue template -- --- 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] c3e89b: Added links to support resources
Branch: refs/heads/community-guidelines Home: https://github.com/RestComm/Restcomm-Connect Commit: c3e89b6d5e67b049c50b0a6d57bf128508a99203 https://github.com/RestComm/Restcomm-Connect/commit/c3e89b6d5e67b049c50b0a6d57bf128508a99203 Author: Yorgos Saslis Date: 2018-02-12 (Mon, 12 Feb 2018) Changed paths: A SUPPORT.md Log Message: --- Added links to support resources -- --- 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] f5de56: Added link to docs + cleanup
Branch: refs/heads/feature/improve_readme Home: https://github.com/RestComm/jain-sip Commit: f5de56a79996ef9deefc0ef9535bfb3e03b8c27c https://github.com/RestComm/jain-sip/commit/f5de56a79996ef9deefc0ef9535bfb3e03b8c27c Author: Yorgos Saslis Date: 2018-02-05 (Mon, 05 Feb 2018) Changed paths: M README.md Log Message: --- Added link to docs + cleanup Added link to project containing documentation (https://github.com/RestComm/jain-sip.docs) and also removed some outdated / deprecated sections. -- --- 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/ussdgateway] 7589c8: Updated downloads link
Branch: refs/heads/master Home: https://github.com/RestComm/ussdgateway Commit: 7589c8faab6ca4aab87ed10dbbee85e6bac2080d https://github.com/RestComm/ussdgateway/commit/7589c8faab6ca4aab87ed10dbbee85e6bac2080d Author: Yorgos Saslis Date: 2018-01-30 (Tue, 30 Jan 2018) Changed paths: M README.md Log Message: --- Updated downloads link -- --- 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-android-sdk] 95eccc: Added downloads section link
Branch: refs/heads/update-readme Home: https://github.com/RestComm/restcomm-android-sdk Commit: 95eccc93622b0669009f44b931a9bd0042d1a312 https://github.com/RestComm/restcomm-android-sdk/commit/95eccc93622b0669009f44b931a9bd0042d1a312 Author: Yorgos Saslis Date: 2018-01-30 (Tue, 30 Jan 2018) Changed paths: M README.md Log Message: --- Added downloads section link Also updated link to acknowledgements and removed outdated cloudbees link -- --- 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-ios-sdk] 0ae783: Added link to new downloads section
Branch: refs/heads/add-downloads-link Home: https://github.com/RestComm/restcomm-ios-sdk Commit: 0ae783c2a91b1ff7bda56f98eca31db535cb51c0 https://github.com/RestComm/restcomm-ios-sdk/commit/0ae783c2a91b1ff7bda56f98eca31db535cb51c0 Author: Yorgos Saslis Date: 2018-01-30 (Tue, 30 Jan 2018) Changed paths: M README.md Log Message: --- Added link to new downloads section Also updated an outdated link. -- --- 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] 1b2bd8: Updated binary download link
Branch: refs/heads/master Home: https://github.com/RestComm/gmlc Commit: 1b2bd880786ce8294b4527fd496ada7aee5e85f0 https://github.com/RestComm/gmlc/commit/1b2bd880786ce8294b4527fd496ada7aee5e85f0 Author: Yorgos Saslis Date: 2018-01-30 (Tue, 30 Jan 2018) Changed paths: M README.md Log Message: --- Updated binary download link switch to new downloads section -- --- 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] 0e7283: Updated download instructions
Branch: refs/heads/master Home: https://github.com/RestComm/gmlc Commit: 0e72835a4b2bb1d2ffc2275b6e8548b7b3a01473 https://github.com/RestComm/gmlc/commit/0e72835a4b2bb1d2ffc2275b6e8548b7b3a01473 Author: Yorgos Saslis Date: 2018-01-30 (Tue, 30 Jan 2018) Changed paths: M README.md Log Message: --- Updated download instructions removed outdated links and added new link to restcomm site -- --- 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/sbc] c35a4e: Updated downloads section
Branch: refs/heads/master Home: https://github.com/RestComm/sbc Commit: c35a4ee796327a06e4d8bea2d56edcbdbfdc8df7 https://github.com/RestComm/sbc/commit/c35a4ee796327a06e4d8bea2d56edcbdbfdc8df7 Author: Yorgos Saslis Date: 2018-01-30 (Tue, 30 Jan 2018) Changed paths: M README.md Log Message: --- Updated downloads section removed outdated links to mobicents -- --- 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/smscgateway] 75650a: Updated downloads link
Branch: refs/heads/master Home: https://github.com/RestComm/smscgateway Commit: 75650aaf2e6c5b87e2dbb4e69e1290c8d0190196 https://github.com/RestComm/smscgateway/commit/75650aaf2e6c5b87e2dbb4e69e1290c8d0190196 Author: Yorgos Saslis Date: 2018-01-30 (Tue, 30 Jan 2018) Changed paths: M README.md Log Message: --- Updated downloads link -- --- 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] 08a9a8: Updated downloads link
Branch: refs/heads/master Home: https://github.com/RestComm/jain-slee Commit: 08a9a8931282e66cdd24c177bace352f7b3ea488 https://github.com/RestComm/jain-slee/commit/08a9a8931282e66cdd24c177bace352f7b3ea488 Author: Yorgos Saslis Date: 2018-01-30 (Tue, 30 Jan 2018) Changed paths: M README.md Log Message: --- Updated downloads link -- --- 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/sip-servlets] 4e566e: Updated download links
Branch: refs/heads/update-downloads-links Home: https://github.com/RestComm/sip-servlets Commit: 4e566eb48c54248b4938f13bdb3ccf15e82826af https://github.com/RestComm/sip-servlets/commit/4e566eb48c54248b4938f13bdb3ccf15e82826af Author: Yorgos Saslis Date: 2018-01-29 (Mon, 29 Jan 2018) Changed paths: M README.md Log Message: --- Updated download links Removed broken links for older releases and fixed some outdated links. -- --- 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] 9ddbad: Updated link to downloads
Branch: refs/heads/master Home: https://github.com/RestComm/Restcomm-Connect Commit: 9ddbad1fe9f15406f9722116e71bffbac28e361d https://github.com/RestComm/Restcomm-Connect/commit/9ddbad1fe9f15406f9722116e71bffbac28e361d Author: Yorgos Saslis Date: 2018-01-29 (Mon, 29 Jan 2018) Changed paths: M README.md Log Message: --- Updated link to downloads -- --- 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] e56b11: Added docs for latest MGCP & SS7 Load Balancing
Branch: refs/heads/docs_additions Home: https://github.com/RestComm/load-balancer Commit: e56b11ec40fbaccf495ee0592186e4d451fc963f https://github.com/RestComm/load-balancer/commit/e56b11ec40fbaccf495ee0592186e4d451fc963f Author: Yorgos Saslis Date: 2018-01-25 (Thu, 25 Jan 2018) Changed paths: M docs/sources-asciidoc/src/main/asciidoc/concept-section-SS_Load_Balancer.adoc A docs/sources-asciidoc/src/main/asciidoc/images/SS7-lb-diagram.png Log Message: --- Added docs for latest MGCP & SS7 Load Balancing -- --- 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/smscgateway] 7a6e5a: Fixed in build_template also
Branch: refs/heads/hotfix/fix_docs Home: https://github.com/RestComm/smscgateway Commit: 7a6e5a1d960a83513cbc67e8816d20cca482a606 https://github.com/RestComm/smscgateway/commit/7a6e5a1d960a83513cbc67e8816d20cca482a606 Author: Yorgos Saslis Date: 2018-01-16 (Tue, 16 Jan 2018) Changed paths: M test/smpp-load/build_template.xml Log Message: --- Fixed in build_template also this way it doesn't get overwritten during build. -- --- 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/smscgateway] 2c3642: Fixed error log message
Branch: refs/heads/hotfix/fix_docs Home: https://github.com/RestComm/smscgateway Commit: 2c36429c7f4424dd4f3a1d8a23c691d2f24f0e22 https://github.com/RestComm/smscgateway/commit/2c36429c7f4424dd4f3a1d8a23c691d2f24f0e22 Author: Yorgos Saslis Date: 2018-01-12 (Fri, 12 Jan 2018) Changed paths: M test/smpp-load/build.xml Log Message: --- Fixed error log message Message implies java 8 is fine, but the condition below it does not ;) -- --- 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] d39501: Some left over fixes from #2220
ssage: --- Migrated guides to docker compose file Again, documentation has been replaced / moved to the file descriptor. Also some info in the ports guide (USE_STANDARD_SIP_PORTS, USE_STANDARD_HTTP_PORTS) is now outdated Commit: bf9203521aa1dfd8dd96658e6a0dc37e7cc3e120 https://github.com/RestComm/Restcomm-Connect/commit/bf9203521aa1dfd8dd96658e6a0dc37e7cc3e120 Author: gsaslis Date: 2017-12-01 (Fri, 01 Dec 2017) Changed paths: A docker-compose.yml M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Quick Start Guide.adoc Log Message: --- Updated quick start guide, through use of docker-compose.yml If you've been reading the previous commits, you *know* you've been waiting for this!! Commit: b00ee28a42a51632ca185b9a80c48cf3f4fd5273 https://github.com/RestComm/Restcomm-Connect/commit/b00ee28a42a51632ca185b9a80c48cf3f4fd5273 Author: gsaslis Date: 2017-12-04 (Mon, 04 Dec 2017) Changed paths: M docker-compose.yml R 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/index.adoc Log Message: --- Migrated Powermedia XMS example to docker compose script Commit: cd4a06f14ac9599745a517a2659b78f006fd3481 https://github.com/RestComm/Restcomm-Connect/commit/cd4a06f14ac9599745a517a2659b78f006fd3481 Author: gsaslis Date: 2017-12-07 (Thu, 07 Dec 2017) Changed paths: M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Quick Start Guide.adoc Log Message: --- Fixed docs about docker tags, so we don't have to update with every new version Commit: 42872295c9f0ed82ec8b10c106d36bde33834605 https://github.com/RestComm/Restcomm-Connect/commit/42872295c9f0ed82ec8b10c106d36bde33834605 Author: gsaslis Date: 2017-12-07 (Thu, 07 Dec 2017) Changed paths: M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Quick Start Guide.adoc Log Message: --- Added troubleshooting section on docker-compose @ Ubuntu 17.10 Commit: 4d3ba6a2af49a999a9d5b99f1be67decd7a26b20 https://github.com/RestComm/Restcomm-Connect/commit/4d3ba6a2af49a999a9d5b99f1be67decd7a26b20 Author: gsaslis Date: 2017-12-07 (Thu, 07 Dec 2017) Changed paths: M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Quick Start Guide.adoc Log Message: --- Added docker-compose as pre-requisite Commit: 6e7fec404769548d34466d31f2099538ed14ee69 https://github.com/RestComm/Restcomm-Connect/commit/6e7fec404769548d34466d31f2099538ed14ee69 Author: gsaslis Date: 2017-12-08 (Fri, 08 Dec 2017) Changed paths: M docker-compose.yml M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Quick Start Guide.adoc Log Message: --- Added some clarifications / explanations Commit: 3c07943f6214abcc0525955a44c4d86d3af92e25 https://github.com/RestComm/Restcomm-Connect/commit/3c07943f6214abcc0525955a44c4d86d3af92e25 Author: Yorgos Saslis Date: 2017-12-11 (Mon, 11 Dec 2017) Changed paths: A docker-compose.yml R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Adding a Jar File to an Existing Container.adoc R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Advanced Configuration.adoc R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Environment Variables.adoc R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Getting started with Telestax RestComm and XMS.adoc R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker How to Load Environment Variable from a File.adoc R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker How to Persist Your Work on a Filesystem.adoc R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Important Ports.adoc M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Quick Start Guide.adoc R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/docker/Restcomm - Docker Using Self-signed Certificate.adoc M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/index.adoc Log Message: --- Merge pull request #2687 from RestComm/docs_improvements Docs improvements for docker quick-start guide Compare: https:/
[RestComm/sip-servlets] 33a0c1: Fixed version of `jain-sip-ri`
Branch: refs/heads/hotfix/issue-349 Home: https://github.com/RestComm/sip-servlets Commit: 33a0c1c92f20335fe82fdaeb26f6cbe2b15b40a3 https://github.com/RestComm/sip-servlets/commit/33a0c1c92f20335fe82fdaeb26f6cbe2b15b40a3 Author: Yorgos Saslis Date: 2017-11-27 (Mon, 27 Nov 2017) Changed paths: M pom.xml Log Message: --- Fixed version of `jain-sip-ri` previous version does not exist in public maven repos, e.g. https://oss.sonatype.org/content/groups/public/javax/sip/jain-sip-ri/ -- --- 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.