Branch: refs/heads/raas Home: https://github.com/Mobicents/RestComm Commit: a97d4a54db881ed4c8798054e47dcdf52915eeb9 https://github.com/Mobicents/RestComm/commit/a97d4a54db881ed4c8798054e47dcdf52915eeb9 Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com> Date: 2015-12-29 (Tue, 29 Dec 2015)
Changed paths: M restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java M restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/RvdInitializationServlet.java M restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ClientDialNoun.java M restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ClientNounConverter.java M restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/RcmlClientNoun.java M restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/upgrade/UpgradeService.java A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/dialstep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/emailStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/externalServiceStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/faxStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/gatherstep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/hangupstep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/logStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/pauseStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/playstep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/recordStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/redirectStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/rejectStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/rvdproject-schema.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/saystep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/smsStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/ussdCollectStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/ussdLanguageStep.json A restcomm/restcomm.rvd/src/main/resources/validation/rvdproject/1.5/ussdSayStep.json M restcomm/restcomm.rvd/src/main/webapp/WEB-INF/rvd.xml M restcomm/restcomm.rvd/src/main/webapp/js/app/steps.js M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json M restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html Log Message: ----------- Added "Before Connect"/Url attribute to Dial/Client noun. - Updated UI Dial/noun control - Advanced JSON schema version to 1.5 to accomodate project definition changes. - Updated client noun step models - Added logic to server side that will generate the rcml url attribute. Refers #706 Commit: 3a83ef1670ef5b9f639d3049a47e6c129bdad655 https://github.com/Mobicents/RestComm/commit/3a83ef1670ef5b9f639d3049a47e6c129bdad655 Author: George <gvage...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java M restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java A restcomm/restcomm.testsuite/src/test/resources/dial-client-entry-with-screening-relative-url.xml A restcomm/restcomm.testsuite/src/test/resources/dial-client-entry-with-screening-url.xml M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialTest A restcomm/restcomm.testsuite/src/test/resources/screening.xml Log Message: ----------- Support for relative urls for SubVoiceInterpreter (screening url). This close #711 Commit: 4fccf78cc361a8dea20ec3072b22511f44ab73f3 https://github.com/Mobicents/RestComm/commit/4fccf78cc361a8dea20ec3072b22511f44ab73f3 Author: George <gvage...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.testsuite/src/test/resources/screening.xml Log Message: ----------- Changed screening.xml to have a <Say> verb. This refers to #711 Commit: 2fa92b5bfa044b62a1526d375972ea40cd3e8c49 https://github.com/Mobicents/RestComm/commit/2fa92b5bfa044b62a1526d375972ea40cd3e8c49 Author: George <gvage...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/cache/DiskCache.java 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 Log Message: ----------- Fixes for SubVoiceInterpreter to properly use relative path of Cache. This refers to #711 Commit: ed5f2ba631af9e7be46db6b529ada1e5c83e8bfc https://github.com/Mobicents/RestComm/commit/ed5f2ba631af9e7be46db6b529ada1e5c83e8bfc Author: George <gvage...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.interpreter/src/main/java/org/mobicents/servlet/restcomm/interpreter/VoiceInterpreter.java Log Message: ----------- Fixes for SubVoiceInterpreter to properly use relative path for screening url. This refers to #711 Commit: 4959e0328462b420818c844ea1e812aa6112757d https://github.com/Mobicents/RestComm/commit/4959e0328462b420818c844ea1e812aa6112757d Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.rvd/src/main/webapp/WEB-INF/rvd.xml Log Message: ----------- Restored accidentaly modified workspace location in rvd.xml Commit: a86131e1d3a45ea4c9d3c6694b311ace971b5036 https://github.com/Mobicents/RestComm/commit/a86131e1d3a45ea4c9d3c6694b311ace971b5036 Author: Alexandre Mendonça <brainslog...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.ui/src/main/webapp/modules/profile.html Log Message: ----------- RESTCOMM-585: Display User Email Address in Profile Fixes #585 Commit: 9c68fd4494c2365c4e1ce9ea87b04266d9710f33 https://github.com/Mobicents/RestComm/commit/9c68fd4494c2365c4e1ce9ea87b04266d9710f33 Author: George Vagenas <gvage...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M release/build.xml Log Message: ----------- Updated SipServlet version to 646 Commit: 352c8152a219d85de58bdc30a418935251b2dd91 https://github.com/Mobicents/RestComm/commit/352c8152a219d85de58bdc30a418935251b2dd91 Author: George Vagenas <gvage...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/telephony/DialTest.java Log Message: ----------- Fixes for testsuite Commit: 535ec0b681bdfe4516a89a40c792b569e97e6095 https://github.com/Mobicents/RestComm/commit/535ec0b681bdfe4516a89a40c792b569e97e6095 Author: Alexandre Mendonça <brainslog...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: A restcomm/restcomm.rvd/src/main/webapp/css/joint.css M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/designer.js A restcomm/restcomm.rvd/src/main/webapp/js/joint.js A restcomm/restcomm.rvd/src/main/webapp/js/joint.layout.DirectedGraph.js M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html Log Message: ----------- RESTCOMM-168: Bird's-eye view for RVD Projects Commit: 919eb66a658c00654869278942a9ae4522d76abd https://github.com/Mobicents/RestComm/commit/919eb66a658c00654869278942a9ae4522d76abd Author: Alexandre Mendonça <brainslog...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.rvd/src/main/webapp/index.html M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/designer.js R restcomm/restcomm.rvd/src/main/webapp/js/joint.js R restcomm/restcomm.rvd/src/main/webapp/js/joint.layout.DirectedGraph.js A restcomm/restcomm.rvd/src/main/webapp/js/lib/joint.js A restcomm/restcomm.rvd/src/main/webapp/js/lib/joint.layout.DirectedGraph.js M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html Log Message: ----------- RESTCOMM-168: Bird's-eye view for RVD Projects fixes Commit: 1fbf4dd7fe50c2c7de6a834e1384ddc07ca64d4a https://github.com/Mobicents/RestComm/commit/1fbf4dd7fe50c2c7de6a834e1384ddc07ca64d4a Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json M restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json M restcomm/restcomm.rvd/src/main/webapp/templates/steps/playStep.html M restcomm/restcomm.rvd/src/main/webapp/templates/steps/sayStep.html Log Message: ----------- Added warning when user sets RVD Say/Play loop to 0. Also renamed the label and fixed styling. Fixes #712 Commit: 4b13facf0f95d8e2588e3607290b71b9e7b5ffd7 https://github.com/Mobicents/RestComm/commit/4b13facf0f95d8e2588e3607290b71b9e7b5ffd7 Author: Jean Deruelle <jean.derue...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M README.md Log Message: ----------- Update README.md Commit: 60300d0447f69d6013d7344a63b1cce5e04b6a63 https://github.com/Mobicents/RestComm/commit/60300d0447f69d6013d7344a63b1cce5e04b6a63 Author: George Vagenas <gvage...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/CallManager.java Log Message: ----------- Reduce the delay of the LCM with connectedLeg=true. This refers to #707 Commit: 4b927ca316f21fcc92951fa78b49e7b9e8fe976a https://github.com/Mobicents/RestComm/commit/4b927ca316f21fcc92951fa78b49e7b9e8fe976a Author: George Vagenas <gvage...@gmail.com> Date: 2015-12-29 (Tue, 29 Dec 2015) Changed paths: M restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/amazonS3/S3AccessTool.java Log Message: ----------- Wait 30 seconds for the file to be available and then timeout. This closes #754 Compare: https://github.com/Mobicents/RestComm/compare/42c74b7d8f86...4b927ca316f2 -- --- 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.