[RestComm/Restcomm-Connect] 404c96: New release candidate

2018-04-09 Thread Ubuntu
  Branch: refs/tags/8.3.2-218
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 404c9652c37a5699ae4953eef1abd03719e3c6fd
  
https://github.com/RestComm/Restcomm-Connect/commit/404c9652c37a5699ae4953eef1abd03719e3c6fd
  Author: Ubuntu 
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
M restcomm/configuration/mss-sip-stack.properties
M restcomm/pom.xml
M restcomm/restcomm.application/pom.xml
M restcomm/restcomm.asr/pom.xml
M restcomm/restcomm.commons/pom.xml
M restcomm/restcomm.core/pom.xml
M restcomm/restcomm.dao/pom.xml
M restcomm/restcomm.dns.api/pom.xml
M restcomm/restcomm.docs/pom.xml
M restcomm/restcomm.docs/sources-asciidoc/pom.xml
M restcomm/restcomm.email.api/pom.xml
M restcomm/restcomm.email/pom.xml
M restcomm/restcomm.extension.api/pom.xml
M restcomm/restcomm.extension.controller/pom.xml
M restcomm/restcomm.fax/pom.xml
M restcomm/restcomm.http/pom.xml
M restcomm/restcomm.identity/pom.xml
M restcomm/restcomm.interpreter/pom.xml
M restcomm/restcomm.mgcp/pom.xml
M restcomm/restcomm.monitoring.service/pom.xml
M restcomm/restcomm.mrb.api/pom.xml
M restcomm/restcomm.mrb/pom.xml
M restcomm/restcomm.mscontrol.api/pom.xml
M restcomm/restcomm.mscontrol.jsr309/pom.xml
M restcomm/restcomm.mscontrol.mms/pom.xml
M restcomm/restcomm.provisioning.number.api/pom.xml
M restcomm/restcomm.provisioning.number.bandwidth/pom.xml
M restcomm/restcomm.provisioning.number.nexmo/pom.xml
M restcomm/restcomm.provisioning.number.vi/pom.xml
M restcomm/restcomm.provisioning.number.voxbone/pom.xml
M restcomm/restcomm.routing/pom.xml
M restcomm/restcomm.sdr.api/pom.xml
M restcomm/restcomm.sms.api/pom.xml
M restcomm/restcomm.sms/pom.xml
M restcomm/restcomm.telephony.api/pom.xml
M restcomm/restcomm.telephony/pom.xml
M restcomm/restcomm.testsuite/pom.xml
M restcomm/restcomm.tts.acapela/pom.xml
M restcomm/restcomm.tts.api/pom.xml
M restcomm/restcomm.tts.att/pom.xml
M restcomm/restcomm.tts.awspolly/pom.xml
M restcomm/restcomm.tts.voicerss/pom.xml
M restcomm/restcomm.ui/pom.xml
M restcomm/restcomm.ussd/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] 839e0c: RESTCOMM-1856

2018-04-09 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 839e0cb76efef41a52d81f43daab0ab0812c4cd0
  
https://github.com/RestComm/Restcomm-Connect/commit/839e0cb76efef41a52d81f43daab0ab0812c4cd0
  Author: abdulazizali77 
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/Downloader.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/HttpRequestDescriptor.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/Smpp.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppClientOpsThread.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppService.java

  Log Message:
  ---
  RESTCOMM-1856
Motivation:
-Fix inbound and outbound smpp encoding
Modifications:
-Add default inbound and outbound configs for Smpp object
-Decode and encode with default encoding when DCS==DEFAULT
-Decode content string in Downloader with encoding header or default RVD 
encoding (UTF-8)
Results:
-Inbound and outbound smpp connection can be configured with specific character 
encodings
-Any inbound and outbound default and UCS2 messages will be decoded and encoded 
correctly


  Commit: 7d315891f352c8d5362a95f869a5c80ad0cbd156
  
https://github.com/RestComm/Restcomm-Connect/commit/7d315891f352c8d5362a95f869a5c80ad0cbd156
  Author: abdulazizali77 
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/smpp/MockSmppServer.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/SmppTest.java

  Log Message:
  ---
  RESTCOMM-1856: Modify MockSmppserver to decode messages correctly. Add UTF-8 
and UCS-2 tests. Add special chars in test


  Commit: 562fc64eb1244b365c9d323e9bc31272e61fa5e2
  
https://github.com/RestComm/Restcomm-Connect/commit/562fc64eb1244b365c9d323e9bc31272e61fa5e2
  Author: abdulazizali77 
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml

  Log Message:
  ---
  RESTCOMM-1856: Fix restcomm.xml smpp property names


  Commit: 5357a6f6d4ffbe229939efaf67fcedc05052e7cf
  
https://github.com/RestComm/Restcomm-Connect/commit/5357a6f6d4ffbe229939efaf67fcedc05052e7cf
  Author: abdulazizali77 
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/Smpp.java

  Log Message:
  ---
  RESTCOMM-1856: Add logging for Charset failure


  Commit: d1b3d907945503db173c25f562940da9ee135fe1
  
https://github.com/RestComm/Restcomm-Connect/commit/d1b3d907945503db173c25f562940da9ee135fe1
  Author: abdulazizali77 
  Date:   2018-04-06 (Fri, 06 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
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/Restcomm-
 Automatic Configuration Options.adoc
M restcomm/restcomm.testsuite/src/test/resources/restcomm-smpp.xml

  Log Message:
  ---
  RESTCOMM-1856: Add configurable param for inbound and outbound encoding. 
Modify test resource restcomm.xml. Modify Auto config doc.


  Commit: 6efef1f52cbce8bb553b4bd592ebad14296daaef
  
https://github.com/RestComm/Restcomm-Connect/commit/6efef1f52cbce8bb553b4bd592ebad14296daaef
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-04-10 (Tue, 10 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
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/Restcomm-
 Automatic Configuration Options.adoc
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/Downloader.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/HttpRequestDescriptor.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/Smpp.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppClientOpsThread.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
  

[RestComm/smscgateway] dfa534: New release candidate

2018-04-09 Thread Ubuntu
  Branch: refs/tags/7.4.0-142
  Home:   https://github.com/RestComm/smscgateway
  Commit: dfa534a182d687dc192fd5372979ad434fa29c59
  
https://github.com/RestComm/smscgateway/commit/dfa534a182d687dc192fd5372979ad434fa29c59
  Author: Ubuntu 
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
M core/bootstrap-wildfly/pom.xml
M core/bootstrap/pom.xml
M core/domain/pom.xml
M core/mproc-api/pom.xml
M core/oam/cli/pom.xml
M core/pom.xml
M core/slee/pom.xml
M core/slee/resource-adaptors/common-library/pom.xml
M core/slee/resource-adaptors/du/pom.xml
M core/slee/resource-adaptors/mproc-ra/du-ra/pom.xml
M core/slee/resource-adaptors/mproc-ra/du-ratype/pom.xml
M core/slee/resource-adaptors/mproc-ra/pom.xml
M core/slee/resource-adaptors/mproc-ra/ra/pom.xml
M core/slee/resource-adaptors/mproc-ra/ratype/pom.xml
M core/slee/resource-adaptors/persistence-ra/library/pom.xml
M core/slee/resource-adaptors/persistence-ra/pom.xml
M core/slee/resource-adaptors/persistence-ra/ra/pom.xml
M core/slee/resource-adaptors/persistence-ra/ratype/pom.xml
M core/slee/resource-adaptors/pom.xml
M core/slee/resource-adaptors/scheduler-ra/events/pom.xml
M core/slee/resource-adaptors/scheduler-ra/library/pom.xml
M core/slee/resource-adaptors/scheduler-ra/pom.xml
M core/slee/resource-adaptors/scheduler-ra/ra/pom.xml
M core/slee/resource-adaptors/scheduler-ra/ratype/pom.xml
M core/slee/services/alertsbb/pom.xml
M core/slee/services/chargingsbb/pom.xml
M core/slee/services/du/pom.xml
M core/slee/services/homeroutingsbb/pom.xml
M core/slee/services/library/pom.xml
M core/slee/services/mosbb/pom.xml
M core/slee/services/mtsbb/pom.xml
M core/slee/services/pom.xml
M core/slee/services/rxsipserversbb/pom.xml
M core/slee/services/rxsmppserversbb/pom.xml
M core/slee/services/sbbs/pom.xml
M core/slee/services/txhttpserversbb/pom.xml
M core/slee/services/txsipserversbb/pom.xml
M core/slee/services/txsmppserversbb/pom.xml
M core/smsc-common-library/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 management/ui-management/pom.xml
M pom.xml
M test/hlr-simulator/bootstrap/pom.xml
M test/hlr-simulator/mapmodule/pom.xml
M test/hlr-simulator/pom.xml
M test/http-load/pom.xml
M test/smpp-load/pom.xml
M tools/cassandra-tool/cassandratool/pom.xml
M tools/cassandra-tool/pom.xml
M tools/cdr-parser/cdr-parser/pom.xml
M tools/cdr-parser/pom.xml
M tools/pom.xml
M tools/smpp-simulator/bootstrap/pom.xml
M tools/smpp-simulator/pom.xml
M tools/smpp-simulator/simulator/pom.xml
M tools/stresstool/pom.xml
M tools/stresstool/stresstool/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/charging-server] 1ae28a: New release candidate

2018-04-09 Thread Ubuntu
  Branch: refs/tags/1.0.1-121
  Home:   https://github.com/RestComm/charging-server
  Commit: 1ae28ab56eefdb02846a255ab327c5b870e4cab8
  
https://github.com/RestComm/charging-server/commit/1ae28ab56eefdb02846a255ab327c5b870e4cab8
  Author: Ubuntu 
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
M du/pom.xml
M pom.xml
M rest-management/pom.xml
M sbb/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] fcdc2a: fixed proper imports

2018-04-09 Thread Maria Farooq
  Branch: refs/heads/restcomm1657
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: fcdc2ae7214568878e4741d222cacab88365b53a
  
https://github.com/RestComm/Restcomm-Connect/commit/fcdc2ae7214568878e4741d222cacab88365b53a
  Author: Maria Farooq 
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialActionOrganizationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ImsClientsDialAnswerDelayCancelTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ImsClientsDialAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ImsClientsDialTest.java

  Log Message:
  ---
  fixed proper imports


-- 

--- 
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] 9dc435: added deployments dir to check war

2018-04-09 Thread Jaime Casero
  Branch: refs/heads/restcomm1657
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 9dc435746bbd6db9823b609c1c432192936ca72e
  
https://github.com/RestComm/Restcomm-Connect/commit/9dc435746bbd6db9823b609c1c432192936ca72e
  Author: Jaime Casero 
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
M restcomm/restcomm.testsuite/src/test/resources/arquillian.xml

  Log Message:
  ---
  added deployments dir to check war


-- 

--- 
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] c72d17: sipservlets proper standalone config file used

2018-04-09 Thread Jaime Casero
  Branch: refs/heads/restcomm1657
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: c72d174e36d802fa60fd3211df5443f446ad425f
  
https://github.com/RestComm/Restcomm-Connect/commit/c72d174e36d802fa60fd3211df5443f446ad425f
  Author: Jaime Casero 
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm-connect.core/pom.xml
M restcomm/restcomm.dns.api/pom.xml
M restcomm/restcomm.email.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.bandwidth/pom.xml
M restcomm/restcomm.testsuite/pom.xml
M restcomm/restcomm.testsuite/src/test/resources/arquillian.xml

  Log Message:
  ---
  sipservlets proper standalone config file used


-- 

--- 
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] a9c554: using sipservlets binary for wildfly home

2018-04-09 Thread Jaime Casero
  Branch: refs/heads/restcomm1657
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: a9c554bb91c9a16545e5065d532cfa946f7a5003
  
https://github.com/RestComm/Restcomm-Connect/commit/a9c554bb91c9a16545e5065d532cfa946f7a5003
  Author: Jaime Casero 
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
M restcomm/restcomm.testsuite/pom.xml

  Log Message:
  ---
  using sipservlets binary for wildfly home


  Commit: ad945fba2afe9c810e0989259310c9e452df0abb
  
https://github.com/RestComm/Restcomm-Connect/commit/ad945fba2afe9c810e0989259310c9e452df0abb
  Author: Jaime Casero 
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
M restcomm/restcomm.testsuite/src/test/resources/arquillian.xml

  Log Message:
  ---
  using wildfly conf


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/cc7908d38b09...ad945fba2afe

-- 

--- 
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] cc7908: migrated to new sipstacktool

2018-04-09 Thread Jaime Casero
  Branch: refs/heads/restcomm1657
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: cc7908d38b09980bd0e056a59616067472906b30
  
https://github.com/RestComm/Restcomm-Connect/commit/cc7908d38b09980bd0e056a59616067472906b30
  Author: Jaime Casero 
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/UssdCollectMessageTestLive.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/UssdPullTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/UssdPullTestEC2.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/extensions/BlockingExtensionTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/extensions/OutboundBlockingExtensionTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ClientsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateCallsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateCallsWithStatusCallbackTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationMuteUnMuteTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/OutboudProxyCallsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/UssdPushTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/SmppTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsOutTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsSessionTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/push/SmsPushNotificationServerTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleTestLive.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallRegexNullSrcOrgTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallRegexSingleTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallRegexTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientMessageTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientsDialAnswerDelayRingingErrorTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientsDialAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ClientsDialTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialActionAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialActionTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialConferenceConnectionFailureTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialConferenceTerminationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialConferenceTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkAnswerDelayCancelTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialPureSipNumbersFromPstnTest.java
M 

[RestComm/Restcomm-Connect] 4bbc7f: removed any unnecesary tomcat dependencies

2018-04-09 Thread Jaime Casero
  Branch: refs/heads/restcomm1657
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 4bbc7f76e5d3855e6c771affe9baef6bcb5bd152
  
https://github.com/RestComm/Restcomm-Connect/commit/4bbc7f76e5d3855e6c771affe9baef6bcb5bd152
  Author: Jaime Casero 
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm-connect.core/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


  Commit: 4534b31c3c31d25bc23bf5aa39809413ba019e35
  
https://github.com/RestComm/Restcomm-Connect/commit/4534b31c3c31d25bc23bf5aa39809413ba019e35
  Author: Jaime Casero 
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
A 
restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/SipStackTool.java

  Log Message:
  ---
  moved from original embedded project


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/60a5219c3d07...4534b31c3c31

-- 

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