[RestComm/Restcomm-Connect] 197c7e: migrated to jaxrs2.compiling, corsfilter fixed

2022-01-13 Thread 'jaimecasero' via mobicents-commits
  Branch: refs/heads/jaxrs2
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 197c7ee66d5de97ce5a4c44181f9306aa6f2c504
  
https://github.com/RestComm/Restcomm-Connect/commit/197c7ee66d5de97ce5a4c44181f9306aa6f2c504
  Author: Jaime Casero 
  Date:   2018-01-21 (Sun, 21 Jan 2018)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M restcomm/restcomm.extension.api/pom.xml
M restcomm/restcomm.http/pom.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/cors/CorsFilter.java
M restcomm/restcomm.identity/pom.xml
M restcomm/restcomm.provisioning.number.voxbone/pom.xml
M 
restcomm/restcomm.provisioning.number.voxbone/src/main/java/org/restcomm/connect/provisioning/number/voxbone/VoxbonePhoneNumberProvisioningManager.java
M restcomm/restcomm.testsuite/pom.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/RestcommRvdProjectsMigratorTool.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/WebTargetUtil.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointClosingTest.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/ApplicationsEndpointTest.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/CorsRelaxTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateGatewaysTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/EmailEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/EndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ExtensionsConfigurationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/GeolocationEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/NotificationEndpointTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/OrganizationsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/OutboundProxyTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RecordingEndpointTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommAccountsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommApplicationsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommCallsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommConferenceParticipantsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommConferenceTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommExtensionsConfigurationTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommGeolocationsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommOrganizationsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommUsageRecordsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommUssdPushTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RoleSensitiveTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/SupervisorEndpointAccessControlTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/TranscriptionEndpointTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/UsageRecordsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/VersionTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/provisioning/number/bandwidth/BandwidthAvailablePhoneNumbersEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/provisioning/number/bandwidth/BandwidthIncomingPhoneNumbersEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/provisioning/number/nexmo/NexmoAvailablePhoneNumbersEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connec

[RestComm/Restcomm-Connect] 78232e: added test to check startInputKeys att

2022-01-13 Thread 'jaimecasero' via mobicents-commits
  Branch: refs/heads/bs-253
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 78232ed165aee2c3fd1dac3dbf1b08146272330a
  
https://github.com/RestComm/Restcomm-Connect/commit/78232ed165aee2c3fd1dac3dbf1b08146272330a
  Author: Jaime Casero 
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/GatherSpeechTest.java

  Log Message:
  ---
  added test to check startInputKeys att


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/bs-253/1e5473-78232e%40github.com.


[RestComm/Restcomm-Connect] d2d985: New release candidate

2022-01-13 Thread 'jaimecasero' via mobicents-commits
  Branch: refs/heads/US8.6.0
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: d2d9852dc8d8dd9b9d0be625110ed3b0726e50a0
  
https://github.com/RestComm/Restcomm-Connect/commit/d2d9852dc8d8dd9b9d0be625110ed3b0726e50a0
  Author: Ubuntu 
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
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


  Commit: c1457e56a14456809328b57ddece20e83e559d44
  
https://github.com/RestComm/Restcomm-Connect/commit/c1457e56a14456809328b57ddece20e83e559d44
  Author: Jaime Casero 
  Date:   2018-08-24 (Fri, 24 Aug 2018)

  Changed paths:
M 
restcomm/restcomm.provisioning.number.nexmo/src/main/java/org/restcomm/connect/provisioning/number/nexmo/NexmoPhoneNumberProvisioningManager.java

  Log Message:
  ---
  fixes TLS issues with nexmo


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/37ba10c4d86e...c1457e56a144

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/US8.6.0/37ba10-c1457e%40github.com.


[RestComm/Restcomm-Connect] e08ce4: Merge pull request #2974 from RestComm/bs-255

2022-01-13 Thread 'jaimecasero' via mobicents-commits
  Branch: refs/heads/bs-176
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e08ce40bd24b4683f2ddc4f5295d7c01214d3a1e
  
https://github.com/RestComm/Restcomm-Connect/commit/e08ce40bd24b4683f2ddc4f5295d7c01214d3a1e
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-21 (Thu, 21 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/sms-api.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/sms-rcml.adoc

  Log Message:
  ---
  Merge pull request #2974 from RestComm/bs-255

Added documentation about StatusCallback for SMS


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/bs-176/dc0b50-e08ce4%40github.com.


[RestComm/Restcomm-Connect] e48e99: converters integrated in jaxrs engine

2022-01-13 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/github2832
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e48e99772b48e1c6e4809d746636c20bc57b5078
  
https://github.com/RestComm/Restcomm-Connect/commit/e48e99772b48e1c6e4809d746636c20bc57b5078
  Author: Jaime Casero 
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AbstractConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AnnouncementConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AnnouncementListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ApplicationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ApplicationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ApplicationNumberSummaryConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AvailableCountriesConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AvailablePhoneNumberConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AvailablePhoneNumberListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/CallDetailRecordConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/CallDetailRecordListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/CallinfoConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ClientConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ClientListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ConferenceDetailRecordConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ConferenceDetailRecordListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ConferenceParticipantConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/EmailMessageConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ExtensionConfigurationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/GatewayConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/GatewayListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/GeolocationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/GeolocationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/IncomingPhoneNumberConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/IncomingPhoneNumberListConverter.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/JAXRSBodyWriter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverterCallDetails.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/NotificationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/NotificationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/OrganizationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/OrganizationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/OutgoingCallerIdConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/OutgoingCallerIdListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RecordingConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RecordingListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RegistrationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RegistrationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RestCommResponseConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ShortCodeConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm

[RestComm/Restcomm-Connect] 1e5473: added test to check startInputKeys att

2022-01-13 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/bs-253
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1e5473c4d59630d704f613cfbb2f9388babb4084
  
https://github.com/RestComm/Restcomm-Connect/commit/1e5473c4d59630d704f613cfbb2f9388babb4084
  Author: Jaime Casero 
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/GatherSpeechTest.java

  Log Message:
  ---
  added test to check startInputKeys att


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/bs-253/2789b1-1e5473%40github.com.


[RestComm/Restcomm-Connect] 5fa426: New release candidate

2022-01-13 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/US8.6.0
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 5fa426136b608fdb589709ff33ccabe462347ede
  
https://github.com/RestComm/Restcomm-Connect/commit/5fa426136b608fdb589709ff33ccabe462347ede
  Author: Ubuntu 
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
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


  Commit: 37ba10c4d86ef536d70e631ffcfa03ba1876be45
  
https://github.com/RestComm/Restcomm-Connect/commit/37ba10c4d86ef536d70e631ffcfa03ba1876be45
  Author: Jaime Casero 
  Date:   2018-08-24 (Fri, 24 Aug 2018)

  Changed paths:
M 
restcomm/restcomm.provisioning.number.nexmo/src/main/java/org/restcomm/connect/provisioning/number/nexmo/NexmoPhoneNumberProvisioningManager.java

  Log Message:
  ---
  fixes TLS issues with nexmo


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/7671300bec20...37ba10c4d86e

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/US8.6.0/767130-37ba10%40github.com.


[RestComm/Restcomm-Connect] e700ae: migrated to jaxrs2.compiling, corsfilter fixed

2022-01-13 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/jaxrs2
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e700aec11ffeb7aa24a4f8d0bad1d17fa1c29d68
  
https://github.com/RestComm/Restcomm-Connect/commit/e700aec11ffeb7aa24a4f8d0bad1d17fa1c29d68
  Author: Jaime Casero 
  Date:   2018-01-21 (Sun, 21 Jan 2018)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M restcomm/restcomm.extension.api/pom.xml
M restcomm/restcomm.http/pom.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/cors/CorsFilter.java
M restcomm/restcomm.identity/pom.xml
M restcomm/restcomm.provisioning.number.voxbone/pom.xml
M 
restcomm/restcomm.provisioning.number.voxbone/src/main/java/org/restcomm/connect/provisioning/number/voxbone/VoxbonePhoneNumberProvisioningManager.java
M restcomm/restcomm.testsuite/pom.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/RestcommRvdProjectsMigratorTool.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/WebTargetUtil.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointClosingTest.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/ApplicationsEndpointTest.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/CorsRelaxTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateGatewaysTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/EmailEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/EndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ExtensionsConfigurationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/GeolocationEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/NotificationEndpointTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/OrganizationsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/OutboundProxyTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RecordingEndpointTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommAccountsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommApplicationsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommCallsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommConferenceParticipantsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommConferenceTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommExtensionsConfigurationTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommGeolocationsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommOrganizationsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommUsageRecordsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommUssdPushTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RoleSensitiveTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/SupervisorEndpointAccessControlTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/TranscriptionEndpointTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/UsageRecordsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/VersionTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/provisioning/number/bandwidth/BandwidthAvailablePhoneNumbersEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/provisioning/number/bandwidth/BandwidthIncomingPhoneNumbersEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/provisioning/number/nexmo/NexmoAvailablePhoneNumbersEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connec

[RestComm/Restcomm-Connect] d3ab5f: converters integrated in jaxrs engine

2022-01-13 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/github2832
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: d3ab5f2fed681f1f412709fe0094e41d5a19
  
https://github.com/RestComm/Restcomm-Connect/commit/d3ab5f2fed681f1f412709fe0094e41d5a19
  Author: Jaime Casero 
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AbstractConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AnnouncementConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AnnouncementListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ApplicationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ApplicationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ApplicationNumberSummaryConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AvailableCountriesConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AvailablePhoneNumberConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AvailablePhoneNumberListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/CallDetailRecordConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/CallDetailRecordListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/CallinfoConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ClientConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ClientListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ConferenceDetailRecordConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ConferenceDetailRecordListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ConferenceParticipantConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/EmailMessageConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ExtensionConfigurationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/GatewayConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/GatewayListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/GeolocationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/GeolocationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/IncomingPhoneNumberConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/IncomingPhoneNumberListConverter.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/JAXRSBodyWriter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverterCallDetails.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/NotificationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/NotificationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/OrganizationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/OrganizationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/OutgoingCallerIdConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/OutgoingCallerIdListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RecordingConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RecordingListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RegistrationConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RegistrationListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/RestCommResponseConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/ShortCodeConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm

[RestComm/Restcomm-Connect] dc0b50: Merge pull request #2974 from RestComm/bs-255

2022-01-13 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/bs-176
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: dc0b50f021dec89f843413656a68b5e4c4fb751b
  
https://github.com/RestComm/Restcomm-Connect/commit/dc0b50f021dec89f843413656a68b5e4c4fb751b
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-21 (Thu, 21 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/sms-api.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/sms-rcml.adoc

  Log Message:
  ---
  Merge pull request #2974 from RestComm/bs-255

Added documentation about StatusCallback for SMS


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/bs-176/f8aab6-dc0b50%40github.com.


[RestComm/cloudhopper-smpp] 27e71e: fix: commons smpp util updated

2021-09-29 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/cloudhopper-smpp
  Commit: 27e71ec2145adece3f3276da38af0524a5700061
  
https://github.com/RestComm/cloudhopper-smpp/commit/27e71ec2145adece3f3276da38af0524a5700061
  Author: jcasero 
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  fix: commons smpp util updated


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/cloudhopper-smpp/push/refs/heads/master/1a4beb-27e71e%40github.com.


[RestComm/cloudhopper-commons] 5edc1d: fix: sxmp module not compiling but unused

2021-09-29 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/cloudhopper-commons
  Commit: 5edc1dd4f0a9b7665d7f40a0ee6dc50d68ce1e3e
  
https://github.com/RestComm/cloudhopper-commons/commit/5edc1dd4f0a9b7665d7f40a0ee6dc50d68ce1e3e
  Author: jcasero 
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  fix: sxmp module not compiling but unused


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/cloudhopper-commons/push/refs/heads/master/6c93d4-5edc1d%40github.com.


[RestComm/cloudhopper-commons] 6c93d4: fix: rfs module not compiling but unused

2021-09-29 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/cloudhopper-commons
  Commit: 6c93d4ece7bb5660e602911d9f0527499b684874
  
https://github.com/RestComm/cloudhopper-commons/commit/6c93d4ece7bb5660e602911d9f0527499b684874
  Author: jcasero 
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  fix: rfs module not compiling but unused


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/cloudhopper-commons/push/refs/heads/master/1376d3-6c93d4%40github.com.


[RestComm/cloudhopper-commons] 1376d3: fix: removed bytebuffer because it violates Fossid...

2021-09-29 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/cloudhopper-commons
  Commit: 1376d3799de363af81de1f7a207e8203cd486fbf
  
https://github.com/RestComm/cloudhopper-commons/commit/1376d3799de363af81de1f7a207e8203cd486fbf
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
M 
ch-commons-util/src/main/java/com/cloudhopper/commons/util/ByteArrayUtil.java
R ch-commons-util/src/main/java/com/cloudhopper/commons/util/ByteBuffer.java
R 
ch-commons-util/src/test/java/com/cloudhopper/commons/util/ByteBufferTest.java

  Log Message:
  ---
  fix: removed bytebuffer because it violates Fossid policy (#2)


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/cloudhopper-commons/push/refs/heads/master/149768-1376d3%40github.com.


[RestComm/cloudhopper-commons] 1df929: fix: removed bytebuffer because it violates Fossid...

2021-09-28 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/fossid
  Home:   https://github.com/RestComm/cloudhopper-commons
  Commit: 1df929557679c5db24e27bf3b049e80e3dd86857
  
https://github.com/RestComm/cloudhopper-commons/commit/1df929557679c5db24e27bf3b049e80e3dd86857
  Author: jcasero 
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
M 
ch-commons-util/src/main/java/com/cloudhopper/commons/util/ByteArrayUtil.java
R ch-commons-util/src/main/java/com/cloudhopper/commons/util/ByteBuffer.java
R 
ch-commons-util/src/test/java/com/cloudhopper/commons/util/ByteBufferTest.java

  Log Message:
  ---
  fix: removed bytebuffer because it violates Fossid policy


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/cloudhopper-commons/push/refs/heads/fossid/149768-1df929%40github.com.


[RestComm/cloudhopper-commons]

2021-09-28 Thread &#x27;jaimecasero' via mobicents-commits
  Branch: refs/heads/fossid
  Home:   https://github.com/RestComm/cloudhopper-commons

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/cloudhopper-commons/push/refs/heads/fossid/00-149768%40github.com.


[RestComm/Restcomm-Connect] 8544bc: added incoming release notes

2018-06-26 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8544bca3d8515bd8cce54b34f10a2408bf6c1021
  
https://github.com/RestComm/Restcomm-Connect/commit/8544bca3d8515bd8cce54b34f10a2408bf6c1021
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.adoc

  Log Message:
  ---
  added incoming release notes



  **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] 840632: add P2P max Call Length Configuration

2018-06-25 Thread jaimecasero
mm/connect/telephony/restcomm_callmaxduration.script
A 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_callmaxduration.xml

  Log Message:
  ---
  handling session expiration properly.
B2BUA sessions dropped accordingly


  Commit: a7f0fcabdb68a11e48b40e7004ae96e8deb2371f
  
https://github.com/RestComm/Restcomm-Connect/commit/a7f0fcabdb68a11e48b40e7004ae96e8deb2371f
  Author: Jaime Casero 
  Date:   2018-06-25 (Mon, 25 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  do not pass session timeout to Call actor


  Commit: 3de901b46133e3ab1a029ef11a08a9c17770035e
  
https://github.com/RestComm/Restcomm-Connect/commit/3de901b46133e3ab1a029ef11a08a9c17770035e
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-25 (Mon, 25 Jun 2018)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManagerProxy.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallMaxDurationTest.java
A 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_callmaxduration.script
A 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_callmaxduration.xml

  Log Message:
  ---
  Merge pull request #2950 from RestComm/issue-35767

Issue zendesk#35767, maxP2PCallLength configuration to extend P2P call, Ask 
partten for statuscallback


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/1627fe0da547...3de901b46133
  **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] 6bf6e8: added more comments for partialResultCallback

2018-06-22 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 6bf6e8575e7809c5f5a1476fbe1327fa400a99e3
  
https://github.com/RestComm/Restcomm-Connect/commit/6bf6e8575e7809c5f5a1476fbe1327fa400a99e3
  Author: Jaime Casero 
  Date:   2018-06-21 (Thu, 21 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/gather-rcml.adoc

  Log Message:
  ---
  added more comments for partialResultCallback


  Commit: 4e60ea9cb5b2da2fc0c78d3a0beb43a38c256489
  
https://github.com/RestComm/Restcomm-Connect/commit/4e60ea9cb5b2da2fc0c78d3a0beb43a38c256489
  Author: Jaime Casero 
  Date:   2018-06-21 (Thu, 21 Jun 2018)

  Changed paths:
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/asyncclient/HttpAsycClientHelper.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/CallApiResponse.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/Downloader.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/DownloaderResponse.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/HttpRequestDescriptor.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/HttpResponseDescriptor.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/api/CallApiClient.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/api/RestcommApiClientUtil.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolver.java
R 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/client/DownloaderTest.java
R 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/client/api/ApiClientTests.java
R 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolverTest.java
M restcomm/restcomm.interpreter/pom.xml
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/asyncclient/HttpAsycClientHelper.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/CallApiResponse.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/Downloader.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/DownloaderResponse.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/HttpRequestDescriptor.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/HttpResponseDescriptor.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/api/CallApiClient.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/api/RestcommApiClientUtil.java
A 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolver.java
A 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/http/client/DownloaderTest.java
A 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/http/client/api/ApiClientTests.java
A 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolverTest.java
A restcomm/restcomm.interpreter/src/test/resources/restcomm_downloader.xml
M restcomm/restcomm.telephony/pom.xml

  Log Message:
  ---
  http client stuff relocated to interpreter.This reduces  undesired 
dependencies in the project


  Commit: d7b7104c66c3cdc76bf087b54e8e16d336e4420c
  
https://github.com/RestComm/Restcomm-Connect/commit/d7b7104c66c3cdc76bf087b54e8e16d336e4420c
  Author: Jaime Casero 
  Date:   2018-06-21 (Thu, 21 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/GatherSpeechTest.java

  Log Message:
  ---
  fixed partialresult gather notification. Do not expect any RCML from 
notification.


  Commit: 1627fe0da547c97e9f425c6d2a9a4fd5bbaa848f
  
https://github.com/RestComm/Restcomm-Connect/commit/1627fe0da547c97e9f425c6d2a9a4fd5bbaa848f
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/gather-rcml.adoc
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/asyncclient/HttpAsycClientHelper.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/CallApiResponse.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/Downloader.java
R 
restcomm/restcomm.http/src/mai

[RestComm/Restcomm-Connect] 2696e5: BS-255 Added documentation about StatusCallback fo...

2018-06-21 Thread jaimecasero
  Branch: refs/heads/bs-176
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 2696e55229eae928fc63a22eefe88dcd85f35d40
  
https://github.com/RestComm/Restcomm-Connect/commit/2696e55229eae928fc63a22eefe88dcd85f35d40
  Author: hrosa 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/sms-api.adoc

  Log Message:
  ---
  BS-255 Added documentation about StatusCallback for SMS REST API


  Commit: 285c99267a0149be24fcb639805b3e1c9aa2157f
  
https://github.com/RestComm/Restcomm-Connect/commit/285c99267a0149be24fcb639805b3e1c9aa2157f
  Author: hrosa 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/sms-rcml.adoc

  Log Message:
  ---
  BS-256 Updated documentation about action URL for SMS RCML


  Commit: a3615384e0696ab95876c19316f9376ec3ecd381
  
https://github.com/RestComm/Restcomm-Connect/commit/a3615384e0696ab95876c19316f9376ec3ecd381
  Author: hrosa 
  Date:   2018-06-18 (Mon, 18 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/sms-api.adoc

  Log Message:
  ---
  BS-255 removed unsupported response parameter


  Commit: f8aab6e86726cb379e595be50666ad69106518a9
  
https://github.com/RestComm/Restcomm-Connect/commit/f8aab6e86726cb379e595be50666ad69106518a9
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-21 (Thu, 21 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/sms-api.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rcml/sms-rcml.adoc

  Log Message:
  ---
  Merge pull request #2974 from RestComm/bs-255

Added documentation about StatusCallback for SMS


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/5731b791d8ce...f8aab6e86726
  **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] 09c5b9: added docker tag

2018-06-20 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 09c5b92b66284074a669b375707fc76290e6f939
  
https://github.com/RestComm/Restcomm-Connect/commit/09c5b92b66284074a669b375707fc76290e6f939
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.adoc

  Log Message:
  ---
  added docker tag



  **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] 32f87e: fixed style

2018-06-20 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 32f87e0cad7c61d90be4a014075e947a151cd6b1
  
https://github.com/RestComm/Restcomm-Connect/commit/32f87e0cad7c61d90be4a014075e947a151cd6b1
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.adoc

  Log Message:
  ---
  fixed style



  **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] eefaac: Update release-notes.adoc

2018-06-20 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: eefaac1d0fc22f2fecb95bc2ca2ccfa8093513fd
  
https://github.com/RestComm/Restcomm-Connect/commit/eefaac1d0fc22f2fecb95bc2ca2ccfa8093513fd
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.adoc

  Log Message:
  ---
  Update release-notes.adoc



  **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] f9d13a: fixed typo on logging

2018-06-19 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f9d13adc7970a74c7265b26e85fb1d64ed1ed5f0
  
https://github.com/RestComm/Restcomm-Connect/commit/f9d13adc7970a74c7265b26e85fb1d64ed1ed5f0
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh

  Log Message:
  ---
  fixed typo on logging



  **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] 86867d: fixed cache-path to be applied independent to RMS ...

2018-06-19 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 86867de4c77b0a9c456f043b77e2314962d75721
  
https://github.com/RestComm/Restcomm-Connect/commit/86867de4c77b0a9c456f043b77e2314962d75721
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh

  Log Message:
  ---
  fixed cache-path to be applied independent to RMS config



  **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] 9d38b5: style fixed

2018-06-19 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 9d38b5bdc4214a5977d8cf83b711e6b6d845a249
  
https://github.com/RestComm/Restcomm-Connect/commit/9d38b5bdc4214a5977d8cf83b711e6b6d845a249
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.adoc

  Log Message:
  ---
  style fixed



  **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] 04b92f: updated for sprint3 activties

2018-06-19 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 04b92f2b788381f9eda784632fdc0b941c22b07c
  
https://github.com/RestComm/Restcomm-Connect/commit/04b92f2b788381f9eda784632fdc0b941c22b07c
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.adoc

  Log Message:
  ---
  updated for sprint3 activties



  **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] 1d5d24: removed unused callback RCML attribute

2018-06-18 Thread jaimecasero
m.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceOriginalTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_pushNotificationServer
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_roles_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_supervisor_permission_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_traffic_throttling
M restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data.script
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_with_Data_UsageRecords.script

  Log Message:
  ---
  restcomm.script amended to add new statuscallback columns


  Commit: 7c317de1e149f48beb534a22075fee91b4bed101
  
https://github.com/RestComm/Restcomm-Connect/commit/7c317de1e149f48beb534a22075fee91b4bed101
  Author: Jaime Casero 
  Date:   2018-06-18 (Mon, 18 Jun 2018)

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

  Log Message:
  ---
  added statuscallback test


  Commit: 51f9657ffa52867cbeafb7453b73a447be1a37dd
  
https://github.com/RestComm/Restcomm-Connect/commit/51f9657ffa52867cbeafb7453b73a447be1a37dd
  Author: Jaime Casero 
  Date:   2018-06-18 (Mon, 18 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/sms-messages.xml

  Log Message:
  ---
  fixed mapper


  Commit: cf38c83471ddebb61fe46b1fb9a900ce4e03c392
  
https://github.com/RestComm/Restcomm-Connect/commit/cf38c83471ddebb61fe46b1fb9a900ce4e03c392
  Author: Jaime Casero 
  Date:   2018-06-18 (Mon, 18 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java

  Log Message:
  ---
  bring back initial "action" invocation


  Commit: 288a673ae1d01636dc45b4507d1717ac235444bf
  
https://github.com/RestComm/Restcomm-Connect/commit/288a673ae1d01636dc45b4507d1717ac235444bf
  Author: Jaime Casero 
  Date:   2018-06-18 (Mon, 18 Jun 2018)

  Changed paths:
R 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/CallbackRequestConstants.java
R 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/RCConfExtension.java
R 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/RCConfProvider.java
R 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/RCDaoManagerExtension.java
R 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/RCDaoManagerProvider.java

  Log Message:
  ---
  removed not used stuff


  Commit: 55979210c983e5fa3d4d64e99fae4e25e9ef4375
  
https://github.com/RestComm/Restcomm-Connect/commit/55979210c983e5fa3d4d64e99fae4e25e9ef4375
  Author: Jaime Casero 
  Date:   2018-06-18 (Mon, 18 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  downloading rcml has no verb. prevents NPE


  Commit: c77674c837891b122187913935ff82f10deef0cc
  
https://github.com/RestComm/Restcomm-Connect/commit/c77674c837891b122187913935ff82f10deef0cc
  Author: Jaime Casero 
  Date:   2018-06-18 (Mon, 18 Jun 2018)

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

  Log Message:
  ---
  style fix


  Commit: c1bde775ceab1f07243164194a169aae6f17d452
  
https://github.com/RestComm/Restcomm-Connect/commit/c1bde775ceab1f07243164194a169aae6f17d452
  Author: Jaime Casero 
  Date:   2018-06-18 (Mon, 18 Jun 2018)

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

  Log Message:
  ---
  using proper storage


  Commit: 5731b791d8ce0c1ba64a0a147a87704bbb79e535
  
https://github.com/RestComm/Restcomm-Connect/commit/5731b791d8ce0c1ba64a0a147a87704bbb79e535
  Author: Jaime Casero 
  Date:   2018-06-18 (Mon, 18 Jun 2018)

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

  Log Message:
  ---
  test parallelized. added asserts on statuscallback


  Commit: 98d26621ac74d994b17f1bb910160a0103f402db
  
https://github.com/RestComm/Restcomm-Connect/commit/98d26621ac74d994b17f1bb910160a0103f402db
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-18 (Mon, 18 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/sms-messages.xml
M restcomm/restcomm.applicatio

[RestComm/Restcomm-Connect] 936de2: added Error in SMS model

2018-06-15 Thread jaimecasero
factoring


  Commit: 1e713aa6e316854eea6b5d37da8d2979e283cc05
  
https://github.com/RestComm/Restcomm-Connect/commit/1e713aa6e316854eea6b5d37da8d2979e283cc05
  Author: Jaime Casero 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/SmsMessagesDaoTest.java

  Log Message:
  ---
  fixed test case by ensuring order


  Commit: 47fb9c77f288ab737033ff3e10446a9a3c56a5a4
  
https://github.com/RestComm/Restcomm-Connect/commit/47fb9c77f288ab737033ff3e10446a9a3c56a5a4
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-15 (Fri, 15 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/sms-messages.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/MessageError.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisSmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/sms-messages.xml
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/SmsMessagesDaoTest.java
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
M restcomm/restcomm.dao/src/test/resources/restcomm.script
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/sms-api.adoc
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AbstractConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/SmsMessageConverter.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
A 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/ErrorCodeMapper.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/dlr/provider/TelestaxDlrParser.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/dlr/spi/DLRPayload.java
M 
restcomm/restcomm.sms/src/test/java/org/restcomm/connect/sms/smpp/dlr/provider/TelestaxDlrParserTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/SmsMessagesEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/testsuite/extensions/restcomm.script
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm.script_ussdPullTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script-applications
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script-smpp
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_DialRecording
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_ReferMessageOrgTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_ReferMessageTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_SmsTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTestClientAlgorithm
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_account_removal_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_migration_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_acting_as_proxy
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_callLifecycleTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_callRegexTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_callRegexTest2
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_client_password_migration_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialForkPlayDelayTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialForkTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialStatusCallbackTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialTest_new
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.scri

[RestComm/Restcomm-Connect] bb0b61: bs-253: MGCP sik for DTMF on RMS case.

2018-06-14 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: bb0b610d836b19aed3d3c671058a23b079bcf069
  
https://github.com/RestComm/Restcomm-Connect/commit/bb0b610d836b19aed3d3c671058a23b079bcf069
  Author: Hoan HL 
  Date:   2018-06-13 (Wed, 13 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/rcml/domain/GatherAttributes.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/PlayCollect.java
M 
restcomm/restcomm.mscontrol.api/src/main/java/org/restcomm/connect/mscontrol/api/messages/Collect.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MgcpMediaGroup.java

  Log Message:
  ---
  bs-253: MGCP sik for DTMF on RMS case.


  Commit: e0630d8795d1fbc9efc42161b900f81b931067d2
  
https://github.com/RestComm/Restcomm-Connect/commit/e0630d8795d1fbc9efc42161b900f81b931067d2
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/rcml/domain/GatherAttributes.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/PlayCollect.java
M 
restcomm/restcomm.mscontrol.api/src/main/java/org/restcomm/connect/mscontrol/api/messages/Collect.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MgcpMediaGroup.java

  Log Message:
  ---
  Merge pull request #2971 from RestComm/bs-253

bs-253: MGCP sik for DTMF on RMS case.


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/48636f31d14f...e0630d8795d1
  **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]

2018-06-12 Thread jaimecasero
  Branch: refs/heads/bs-181
  Home:   https://github.com/RestComm/Restcomm-Connect

  **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] 24febc: added clean phase for build stage to workaround Gr...

2018-06-12 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 24febc71e7f5628e8af566a52df067e076bc6e1e
  
https://github.com/RestComm/Restcomm-Connect/commit/24febc71e7f5628e8af566a52df067e076bc6e1e
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-12 (Tue, 12 Jun 2018)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  added clean phase for build stage to workaround Grunt issue



  **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]

2018-06-11 Thread jaimecasero
  Branch: refs/heads/bs-112
  Home:   https://github.com/RestComm/Restcomm-Connect

  **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]

2018-06-11 Thread jaimecasero
  Branch: refs/heads/bs-181
  Home:   https://github.com/RestComm/Restcomm-Connect

  **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]

2018-06-11 Thread jaimecasero
  Branch: refs/heads/restcomm-1987
  Home:   https://github.com/RestComm/Restcomm-Connect

  **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]

2018-06-11 Thread jaimecasero
  Branch: refs/heads/BS-4
  Home:   https://github.com/RestComm/Restcomm-Connect

  **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] ea4dd7: jira_2087 Say/Play verb can be executed in failed ...

2018-06-11 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ea4dd746ae1ed6f580933bbdafc4e6e045d89448
  
https://github.com/RestComm/Restcomm-Connect/commit/ea4dd746ae1ed6f580933bbdafc4e6e045d89448
  Author: Hoan HL 
  Date:   2018-06-05 (Tue, 05 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java

  Log Message:
  ---
  jira_2087 Say/Play verb can be executed in failed Dial verb.


  Commit: f5409c6ed5f73d03ab3715dd52dc002a8b2f6bfb
  
https://github.com/RestComm/Restcomm-Connect/commit/f5409c6ed5f73d03ab3715dd52dc002a8b2f6bfb
  Author: Hoan HL 
  Date:   2018-06-05 (Tue, 05 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockPlayDelayMediaGateway.java

  Log Message:
  ---
  jira_2087 fix falling testcases


  Commit: e6b299776d7e1532bfff5398e56b8ad494322488
  
https://github.com/RestComm/Restcomm-Connect/commit/e6b299776d7e1532bfff5398e56b8ad494322488
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-11 (Mon, 11 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockMediaGateway.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/MockPlayDelayMediaGateway.java

  Log Message:
  ---
  Merge pull request #2960 from RestComm/jira_2087_2

jira_2087 Say/Play verb can be executed in failed Dial verb.


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/2b1c85b32094...e6b299776d7e
  **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] 4e2d5c: fixes BS-181

2018-06-08 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 4e2d5c341ae6f2514f9291c941230fa66f36f597
  
https://github.com/RestComm/Restcomm-Connect/commit/4e2d5c341ae6f2514f9291c941230fa66f36f597
  Author: Jaime Casero 
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/filters/FileCacheServlet.java
M restcomm/restcomm.testsuite/pom.xml
M restcomm/restcomm.testsuite/src/test/resources/web.xml

  Log Message:
  ---
  fixes BS-181
added servlet to allow cache directory separation from jboss installation


  Commit: c2fae2c1a5c69fe8117add4ca8d2179ceee38732
  
https://github.com/RestComm/Restcomm-Connect/commit/c2fae2c1a5c69fe8117add4ca8d2179ceee38732
  Author: Jaime Casero 
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CacheServletTest.java

  Log Message:
  ---
  added test to check FileCacheServlet integration


  Commit: 7aedbe2925dee7a3d34d3e7c1bca0f78b6dba70f
  
https://github.com/RestComm/Restcomm-Connect/commit/7aedbe2925dee7a3d34d3e7c1bca0f78b6dba70f
  Author: Jaime Casero 
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
A 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/testsuite/http/sample.wav

  Log Message:
  ---
  added sample wav for testing purposes


  Commit: 12e0cc326de670878534bbccddedbb9c58684aa5
  
https://github.com/RestComm/Restcomm-Connect/commit/12e0cc326de670878534bbccddedbb9c58684aa5
  Author: Jaime Casero 
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
A 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/testsuite/http/restcomm-cache.xml

  Log Message:
  ---
  conf file for filecache test


  Commit: dc9ac93b53c174e3595725fd362c9f3ac8336fa8
  
https://github.com/RestComm/Restcomm-Connect/commit/dc9ac93b53c174e3595725fd362c9f3ac8336fa8
  Author: Jaime Casero 
  Date:   2018-06-08 (Fri, 08 Jun 2018)

  Changed paths:
M restcomm/restcomm.testsuite/pom.xml
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CacheServletTest.java
A 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/testsuite/http/ACae6e420f425248d6a26948c17a9e2acf/101cc31d1b07e8285c40d13d83f63da9caaaf21155a321f231980601bac555de.wav
R 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/testsuite/http/sample.wav

  Log Message:
  ---
  added wav with same dir and name as in production


  Commit: a8398a7b07750d44ece7f7e6524f1f233b556eaa
  
https://github.com/RestComm/Restcomm-Connect/commit/a8398a7b07750d44ece7f7e6524f1f233b556eaa
  Author: Jaime Casero 
  Date:   2018-06-08 (Fri, 08 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/filters/FileCacheServlet.java

  Log Message:
  ---
  added log traces for debugging purposes


  Commit: 1eb01285a8cdfc6f974cf4eb4fccc51b5bd5fbc3
  
https://github.com/RestComm/Restcomm-Connect/commit/1eb01285a8cdfc6f974cf4eb4fccc51b5bd5fbc3
  Author: Jaime Casero 
  Date:   2018-06-08 (Fri, 08 Jun 2018)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh

  Log Message:
  ---
  auto-config scripts to config the cache-path


  Commit: 2b1c85b32094edce2b631460b5810581c137fbea
  
https://github.com/RestComm/Restcomm-Connect/commit/2b1c85b32094edce2b631460b5810581c137fbea
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-08 (Fri, 08 Jun 2018)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/filters/FileCacheServlet.java
M restcomm/restcomm.testsuite/pom.xml
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CacheServletTest.java
A 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/testsuite/http/ACae6e420f425248d6a26948c17a9e2acf/101cc31d1b07e8285c40d13d83f63da9caaaf21155a321f231980601bac555de.wav
A 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/testsuite/http/restcomm-cache.xml
M restcomm/restcomm.testsuite/src/test/resources/web.xml

  Log Message:
  ---
  Merge pull request #2966 from RestComm/bs-181

fixes BS-181


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/f037347f794f...2b1c85b32094
  **NOTE:** This service been mark

[RestComm/Restcomm-Connect] 03f8d1: fixed bs-179

2018-06-01 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 03f8d15d2a7a07b5ab904c285e5e6c8ce784f8a4
  
https://github.com/RestComm/Restcomm-Connect/commit/03f8d15d2a7a07b5ab904c285e5e6c8ce784f8a4
  Author: Maria Farooq 
  Date:   2018-06-01 (Fri, 01 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
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:
  ---
  fixed bs-179


  Commit: 0695523843859e929525be234f4571f6a8bfd5da
  
https://github.com/RestComm/Restcomm-Connect/commit/0695523843859e929525be234f4571f6a8bfd5da
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-01 (Fri, 01 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
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:
  ---
  Merge pull request #2959 from RestComm/bs-179

fixed bs-179


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/0a38f939b5f7...069552384385
  **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/jain-sip] 00ab18: PAccessNetworkInfo can be parsed as a list

2018-05-31 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/jain-sip
  Commit: 00ab18bf61ee130676989820d481f9c6d6675299
  
https://github.com/RestComm/jain-sip/commit/00ab18bf61ee130676989820d481f9c6d6675299
  Author: Hoan HL 
  Date:   2018-05-31 (Thu, 31 May 2018)

  Changed paths:
A src/gov/nist/javax/sip/header/ims/PAccessNetworkInfoList.java
M src/gov/nist/javax/sip/parser/ims/PAccessNetworkInfoParser.java
M src/test/unit/gov/nist/javax/sip/parser/ParserTestCase.java
M 
src/test/unit/gov/nist/javax/sip/parser/ims/PAccessNetworkInfoParserTest.java

  Log Message:
  ---
  PAccessNetworkInfo can be parsed as a list


  Commit: 4d81d563ae8e06cd5d59d916d11b11d18e8ff59d
  
https://github.com/RestComm/jain-sip/commit/4d81d563ae8e06cd5d59d916d11b11d18e8ff59d
  Author: Hoan HL 
  Date:   2018-06-01 (Fri, 01 Jun 2018)

  Changed paths:
M src/gov/nist/javax/sip/header/ims/PAccessNetworkInfoList.java
M src/gov/nist/javax/sip/message/ListMap.java
M src/gov/nist/javax/sip/parser/ims/PAccessNetworkInfoParser.java

  Log Message:
  ---
  PANI support header list


  Commit: e9772e5e00dbd6cdcc233484988a0ac522d9d012
  
https://github.com/RestComm/jain-sip/commit/e9772e5e00dbd6cdcc233484988a0ac522d9d012
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-06-01 (Fri, 01 Jun 2018)

  Changed paths:
A src/gov/nist/javax/sip/header/ims/PAccessNetworkInfoList.java
M src/gov/nist/javax/sip/message/ListMap.java
M src/gov/nist/javax/sip/parser/ims/PAccessNetworkInfoParser.java
M src/test/unit/gov/nist/javax/sip/parser/ParserTestCase.java
M 
src/test/unit/gov/nist/javax/sip/parser/ims/PAccessNetworkInfoParserTest.java

  Log Message:
  ---
  Merge pull request #183 from RestComm/issue_35976

PAccessNetworkInfo can be parsed as a list


Compare: 
https://github.com/RestComm/jain-sip/compare/3c60bdfe9151...e9772e5e00db
  **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] 14ca0d: BS-4:

2018-05-30 Thread jaimecasero

  Commit: f0ec1f1e3202fb41eb0442389cffa6ebd2289cbf
  
https://github.com/RestComm/Restcomm-Connect/commit/f0ec1f1e3202fb41eb0442389cffa6ebd2289cbf
  Author: Maria Farooq 
  Date:   2018-05-29 (Tue, 29 May 2018)

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

  Log Message:
  ---
  corrected test expetation


  Commit: dc219c7cc1c01b357dd04f5b4da69d9e01c8e6bf
  
https://github.com/RestComm/Restcomm-Connect/commit/dc219c7cc1c01b357dd04f5b4da69d9e01c8e6bf
  Author: Jaime Casero 
  Date:   2018-05-29 (Tue, 29 May 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppClientOpsThread.java
R 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/dlr/provider/NexmoDlrParser.java
A 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/dlr/provider/TelestaxDlrParser.java
R 
restcomm/restcomm.sms/src/test/java/org/restcomm/connect/sms/smpp/dlr/provider/NexmoDlrParserTest.java
A 
restcomm/restcomm.sms/src/test/java/org/restcomm/connect/sms/smpp/dlr/provider/TelestaxDlrParserTest.java

  Log Message:
  ---
  renamed to telestax


  Commit: 8640b4b284243a9c9fa0e0db812b0796ff541307
  
https://github.com/RestComm/Restcomm-Connect/commit/8640b4b284243a9c9fa0e0db812b0796ff541307
  Author: Jaime Casero 
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/accounts.xml
M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/conference-detail-records.xml
M 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/incoming-phone-numbers.xml
A 
restcomm/restcomm.dao/src/main/resources/org/restcomm/connect/dao/mybatis/profile.xml

  Log Message:
  ---
  updated mappers with latest changes


  Commit: d91cc536ea86dc60345dffee7a07c97607b58511
  
https://github.com/RestComm/Restcomm-Connect/commit/d91cc536ea86dc60345dffee7a07c97607b58511
  Author: Maria Farooq 
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/SmsMessagesDaoTest.java
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script

  Log Message:
  ---
  fixed the test script and added new dao test


  Commit: d9226ab11ddfe7c32ed9d6d231c0c0c162d9718b
  
https://github.com/RestComm/Restcomm-Connect/commit/d9226ab11ddfe7c32ed9d6d231c0c0c162d9718b
  Author: Jaime Casero 
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/SmsMessagesDaoTest.java
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script

  Log Message:
  ---
  Merge branch 'BS-4' of https://github.com/RestComm/Restcomm-Connect into BS-4


  Commit: 3ec54737869d51605747be5ad664638bb2715ae7
  
https://github.com/RestComm/Restcomm-Connect/commit/3ec54737869d51605747be5ad664638bb2715ae7
  Author: Jaime Casero 
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
M README.md
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M restcomm/pom.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/util/DigestAuthentication.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AvailablePhoneNumbersMobileXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AvailablePhoneNumbersTollFreeXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AvailablePhoneNumbersXmlEndpoint.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java
M restcomm/restcomm.telephony.api/pom.xml
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.java
A 
restcomm/restcomm.telephony.api/src/test/java/org/restcomm/connect/telephony/api/util/CallControlHelperTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_UserAgentTest

  Log Message:
  ---
  Merge branch 'master' into BS-4


  Commit: d31f7b9b3788a35ad42d9bb4ff82b21d0ae0c429
  
https://github.com/RestComm/Restcomm-Connect/commit/d31f7b9b3788a35ad42d9bb4ff82b21d0ae0c429
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/sms-messages.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/sms-messages.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/SmsMessagesDao.java
M 
restcomm/restcomm.dao/src/main/ja

[RestComm/Restcomm-Connect] 8071aa: SMPPInterpreter get smtp-service from right place ...

2018-05-24 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8071aa878c7a9df7b9fd9161998febebf8c4da28
  
https://github.com/RestComm/Restcomm-Connect/commit/8071aa878c7a9df7b9fd9161998febebf8c4da28
  Author: Hoan HL 
  Date:   2018-05-24 (Thu, 24 May 2018)

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

  Log Message:
  ---
  SMPPInterpreter get smtp-service from right place in restcomm.xml


  Commit: 977d2cb5d670e711263628b4a5e86c9e480f392f
  
https://github.com/RestComm/Restcomm-Connect/commit/977d2cb5d670e711263628b4a5e86c9e480f392f
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-05-24 (Thu, 24 May 2018)

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

  Log Message:
  ---
  Merge pull request #2954 from RestComm/issue-2164

SMPPInterpreter get smtp-service from right place in restcomm.xml


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/b4a11bee5353...977d2cb5d670
  **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] aa06f6: allow proxy-authorization header to omit algortihm...

2018-05-23 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: aa06f6a994080caaef336d4ced2584e199258576
  
https://github.com/RestComm/Restcomm-Connect/commit/aa06f6a994080caaef336d4ced2584e199258576
  Author: Jaime Casero 
  Date:   2018-05-23 (Wed, 23 May 2018)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/util/DigestAuthentication.java
M restcomm/restcomm.telephony.api/pom.xml
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.java
A 
restcomm/restcomm.telephony.api/src/test/java/org/restcomm/connect/telephony/api/util/CallControlHelperTest.java

  Log Message:
  ---
  allow proxy-authorization header to omit algortihm param


  Commit: cd4bbccc31e13bb94c5dadc45d7c0f2c74857c2a
  
https://github.com/RestComm/Restcomm-Connect/commit/cd4bbccc31e13bb94c5dadc45d7c0f2c74857c2a
  Author: George Vagenas 
  Date:   2018-05-23 (Wed, 23 May 2018)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/test/java/org/restcomm/connect/telephony/api/util/CallControlHelperTest.java

  Log Message:
  ---
  Removed unused imports


  Commit: 537ca528b4b2c7fb44468a03b66d872383e18302
  
https://github.com/RestComm/Restcomm-Connect/commit/537ca528b4b2c7fb44468a03b66d872383e18302
  Author: Jaime Casero 
  Date:   2018-05-23 (Wed, 23 May 2018)

  Changed paths:
M restcomm/pom.xml
M restcomm/restcomm.telephony.api/pom.xml
M 
restcomm/restcomm.telephony.api/src/test/java/org/restcomm/connect/telephony/api/util/CallControlHelperTest.java

  Log Message:
  ---
  removed unnecesary powermock dependencies


  Commit: 2cd67bb4e067fec11b305c7a51ec8a8c8d0fa6c9
  
https://github.com/RestComm/Restcomm-Connect/commit/2cd67bb4e067fec11b305c7a51ec8a8c8d0fa6c9
  Author: Jaime Casero 
  Date:   2018-05-23 (Wed, 23 May 2018)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/test/java/org/restcomm/connect/telephony/api/util/CallControlHelperTest.java

  Log Message:
  ---
  Merge branch 'bs-112' of https://github.com/RestComm/Restcomm-Connect into 
bs-112


  Commit: b4a11bee5353e3074bf08fa8812490a1b690b9df
  
https://github.com/RestComm/Restcomm-Connect/commit/b4a11bee5353e3074bf08fa8812490a1b690b9df
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-05-23 (Wed, 23 May 2018)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/util/DigestAuthentication.java
M restcomm/restcomm.telephony.api/pom.xml
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.java
A 
restcomm/restcomm.telephony.api/src/test/java/org/restcomm/connect/telephony/api/util/CallControlHelperTest.java

  Log Message:
  ---
  Merge pull request #2952 from RestComm/bs-112

allow proxy-authorization header to omit algortihm param


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/6ba79987b3eb...b4a11bee5353
  **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] 58e34a: SecuredEndpoint refactored

2018-05-03 Thread jaimecasero
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
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ReferOrganizationTest.java
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_ReferMessageOrgTest
A restcomm/restcomm.testsuite/src/test/resources/restcomm_referorg.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:
  ---
  Merge branch 'restcomm-1987' of https://github.com/RestComm/Restcomm-Connect 
into restcomm-1987


  Commit: b024d6f40d8af1479b7fda0929245421b36920af
  
https://github.com/RestComm/Restcomm-Connect/commit/b024d6f40d8af1479b7fda0929245421b36920af
  Author: Jaime Casero 
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/TranscriptionsEndpoint.java

  Log Message:
  ---
  fixed secCtx injection


  Commit: 7b995dae74df913da705dfc691bb74f248fe8701
  
https://github.com/RestComm/Restcomm-Connect/commit/7b995dae74df913da705dfc691bb74f248fe8701
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AbstractEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AnnouncementsEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AnnouncementsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ApplicationsEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ApplicationsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AvailablePhoneNumbersEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AvailablePhoneNumbersMobileXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AvailablePhoneNumbersTollFreeXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AvailablePhoneNumbersXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsUtil.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ClientsEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ClientsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ConferencesEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ConferencesXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/EmailMessagesEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/EmailMessagesXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/GatewaysEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/GatewaysXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/GeolocationEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/GeolocationXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/LogoutEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/NotificationsEndpoint.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/NotificationsXmlEndpoint.java
M 
restcomm/restc

[RestComm/sip-servlets] bef29c: fixes https://github.com/RestComm/sip-servlets/iss...

2018-04-28 Thread jaimecasero
ime Casero 
  Date:   2018-04-27 (Fri, 27 Apr 2018)

  Changed paths:
M 
sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/message/B2buaHelperImpl.java

  Log Message:
  ---
  fixes forked responses forwarding


  Commit: d7cd0aa5107a6e79963bfc3a9cce6f53e6fc06b6
  
https://github.com/RestComm/sip-servlets/commit/d7cd0aa5107a6e79963bfc3a9cce6f53e6fc06b6
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-04-28 (Sat, 28 Apr 2018)

  Changed paths:
M 
sip-servlets-core-api/src/main/java/org/mobicents/servlet/sip/core/b2bua/MobicentsB2BUAHelper.java
M 
sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/core/SipApplicationDispatcherImpl.java
M 
sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/message/B2buaHelperImpl.java
M 
sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/message/SipServletRequestImpl.java
M 
sip-servlets-test-suite/applications/call-forwarding-b2bua-servlet/src/main/java/org/mobicents/servlet/sip/testsuite/b2bua/CallForwardingB2BUASipServlet.java
M 
sip-servlets-test-suite/testsuite/src/main/java/org/mobicents/servlet/sip/SipEmbedded.java
M 
sip-servlets-test-suite/testsuite/src/test/java/org/mobicents/servlet/sip/testsuite/b2bua/forking/B2BUASipServletForkingTest.java
M 
sip-servlets-test-suite/testsuite/src/test/java/org/mobicents/servlet/sip/testsuite/b2bua/prack/CallForwardingB2BUAPrackTest.java
M 
sip-servlets-test-suite/testsuite/src/test/java/org/mobicents/servlet/sip/testsuite/simple/forking/Shootme.java

  Log Message:
  ---
  Merge pull request #364 from RestComm/github-362

fixes https://github.com/RestComm/sip-servlets/issues/362


Compare: 
https://github.com/RestComm/sip-servlets/compare/55fad30bd6a8...d7cd0aa5107a

-- 

--- 
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] 5eb68b: Update release-notes.adoc

2018-04-25 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 5eb68b05001a1f5362d14c296034ddbd4a6ae8d9
  
https://github.com/RestComm/Restcomm-Connect/commit/5eb68b05001a1f5362d14c296034ddbd4a6ae8d9
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-04-25 (Wed, 25 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/release-notes.adoc

  Log Message:
  ---
  Update release-notes.adoc


-- 

--- 
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] 2596ec: Honor the `load-on-startup` property for notifying...

2018-04-17 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/sip-servlets
  Commit: 2596ec9526797d5148487ddf8bfccd0251252b0c
  
https://github.com/RestComm/sip-servlets/commit/2596ec9526797d5148487ddf8bfccd0251252b0c
  Author: George Vagenas 
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
M 
containers/sip-servlets-as10-drop-in/jboss-as-restcomm/src/main/java/org/mobicents/servlet/sip/startup/jboss/SipJBossContextConfig.java
M 
containers/sip-servlets-as10/src/main/java/org/mobicents/servlet/sip/undertow/SipContextImpl.java

  Log Message:
  ---
  Honor the `load-on-startup` property for notifying SIP Servlets
This close #359


  Commit: a6e4ef3dc5e18e50c3e2b8d0fdac06a03e5517a2
  
https://github.com/RestComm/sip-servlets/commit/a6e4ef3dc5e18e50c3e2b8d0fdac06a03e5517a2
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
M 
containers/sip-servlets-as10-drop-in/jboss-as-restcomm/src/main/java/org/mobicents/servlet/sip/startup/jboss/SipJBossContextConfig.java
M 
containers/sip-servlets-as10/src/main/java/org/mobicents/servlet/sip/undertow/SipContextImpl.java

  Log Message:
  ---
  Merge pull request #361 from RestComm/issue359

Honor the `load-on-startup` property for notifying SIP Servlets


Compare: 
https://github.com/RestComm/sip-servlets/compare/794e355e556e...a6e4ef3dc5e1

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm1831
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm1851
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm1757
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm1783
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/profileSchema
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm1786
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm1786squash
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/github2808
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/issue_2741
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm1600
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm1880
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm-1861-sl
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/github2868
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/issue-2590
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/RESTCOMM-1161
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/RESTCOMM-1384
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/RESTCOMM-1171
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/sdr-service-configuration
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm-1354
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm-1343
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/Issue2596_GeolocationAPI_MySQL_error
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm-1444
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm-1076
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/issue-2519
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/sslconfig
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm-1485
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm-1428
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/revert-2726-restcomm-1444
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/hotfix/mediaserver_connectivity_on_docker_compose
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm1219_recording_issue
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/MSB-326
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/isse2603
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/sms-app-not-found
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/atsakiridis_issue2625
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/issue-2519-1
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/issue2480
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/Issue2594_ConnPooling_configuration
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/issue1497_strong_password_hash
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/issue1496_account_password
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/asr
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/atsakiridis_issue2467
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/push-notification-server-conf
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/issue-2073
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/Issue2271_CustomerWork
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/issue-2493
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/push-notifacation-server-httpclient-bugfix
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/restcomm1147_rms_resources_leak_on_conf
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/fallbackdomain
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/push-notification-server-sip-message
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

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

2018-04-11 Thread jaimecasero
  Branch: refs/heads/Issue-2503
  Home:   https://github.com/RestComm/Restcomm-Connect

-- 

--- 
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
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppService.java
M 
re

[RestComm/Restcomm-Connect] 80c8cc: Change the To header, to the Address_of_record for...

2018-04-04 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 80c8cc924083a0c56ac06fe0ab703708d40ecb21
  
https://github.com/RestComm/Restcomm-Connect/commit/80c8cc924083a0c56ac06fe0ab703708d40ecb21
  Author: leftyb 
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java

  Log Message:
  ---
  Change the To header, to the Address_of_record for P2P, and Options(ping).


  Commit: b5599404ed54d7b6328b835be0459e774e7e69c4
  
https://github.com/RestComm/Restcomm-Connect/commit/b5599404ed54d7b6328b835be0459e774e7e69c4
  Author: Maria Farooq 
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ExtensionConfigurationDaoTest.java

  Log Message:
  ---
  ignored ExtensionConfigurationDaoTest


  Commit: 09084a847b8658798e8c0bef8162d92adfe7d9dc
  
https://github.com/RestComm/Restcomm-Connect/commit/09084a847b8658798e8c0bef8162d92adfe7d9dc
  Author: leftyb 
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java

  Log Message:
  ---
  New release candidate 8.0.0.issue_2741-local


  Commit: a95c697bcfd5443bb37d335e652683a1855fc393
  
https://github.com/RestComm/Restcomm-Connect/commit/a95c697bcfd5443bb37d335e652683a1855fc393
  Author: leftyb 
  Date:   2018-01-12 (Fri, 12 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ua/UserAgentManager.java

  Log Message:
  ---
  Fixes.


  Commit: 0f431fee9115c31bff228e365ab6dce009495d50
  
https://github.com/RestComm/Restcomm-Connect/commit/0f431fee9115c31bff228e365ab6dce009495d50
  Author: leftyb 
  Date:   2018-01-12 (Fri, 12 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ExtensionConfigurationDaoTest.java

  Log Message:
  ---
  Merge branch 'issue_2741' of https://github.com/RestComm/Restcomm-Connect 
into issue_2741


  Commit: 0254dbd8358f52e309eb124c601b07bbcb7b9489
  
https://github.com/RestComm/Restcomm-Connect/commit/0254dbd8358f52e309eb124c601b07bbcb7b9489
  Author: abdulazizali77 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/B2BUAHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  #MSB-352 Handle Route Header for MultiProvider config. Add handling for B2BUA
Motivation:
- Push routes defined in MultiProvider outbound-voice config.

Modification:
- Move the duplicated CallManager and Call addHeadersToMessage to B2BUAHelper
- Add explicit handling for Route headers
- Save outboundHeaders to incoming request SipSession and modify B2BUA invite
- Fetch outboundHeaders during challenge response and modify linked B2BU invite
- Fix proxyPassword

Result:
- WebRTC/B2BUA calls will be able to modify headers and add Route headers


  Commit: c4edee976f08910e40dbca70ec9e0e745297e35b
  
https://github.com/RestComm/Restcomm-Connect/commit/c4edee976f08910e40dbca70ec9e0e745297e35b
  Author: Jean Deruelle 
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
M Jenkinsfile
M README.md
M docker-compose.yml
M release/build.xml
M restcomm/pom.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/defaultPlan.json
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/mybatis.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/conference-detail-records.xml
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/profile-association.xml
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/profile.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/conference-detail-records.xml
A 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/profile-association.xml
A restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/profile.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connec

[RestComm/Restcomm-Connect] da9f69: Improved log statements and test case to reproduce...

2018-04-02 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: da9f69408291b64583f5ea754788d27a9462200c
  
https://github.com/RestComm/Restcomm-Connect/commit/da9f69408291b64583f5ea754788d27a9462200c
  Author: George Vagenas 
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkTest.java

  Log Message:
  ---
  Improved log statements and test case to reproduce issue
This refer to RESTCOMM-1932


  Commit: b6d35fdc662e2e6ae30a08138e3d70f5ce6cc3b9
  
https://github.com/RestComm/Restcomm-Connect/commit/b6d35fdc662e2e6ae30a08138e3d70f5ce6cc3b9
  Author: George Vagenas 
  Date:   2018-03-31 (Sat, 31 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java

  Log Message:
  ---
  Minor fix for log statement
This refer to RESTCOMM-1932


  Commit: 37b4ba51b8c11c448105c319939cdff77782f880
  
https://github.com/RestComm/Restcomm-Connect/commit/37b4ba51b8c11c448105c319939cdff77782f880
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/DialForkTest.java

  Log Message:
  ---
  Merge pull request #2893 from RestComm/restcomm-1932

Improved log statements and test case to reproduce issue


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/1dc9ac23e4ee...37b4ba51b8c1

-- 

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


  1   2   3   4   5   >