[RestComm/Restcomm-Connect] 3476d2: BS-4: Add new SmsStatus Delivered. Fix, rename Nex...

2018-05-18 Thread abdulazizali77
  Branch: refs/heads/BS-4
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 3476d2257b3b20fe033f5feacf5fdfc9c1d7d6a0
  
https://github.com/RestComm/Restcomm-Connect/commit/3476d2257b3b20fe033f5feacf5fdfc9c1d7d6a0
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-19 (Sat, 19 May 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
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

  Log Message:
  ---
  BS-4: Add new SmsStatus Delivered. Fix, rename NexmoDlrParser



  **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] fde4bf: BS-4: Update dao module sms-messages.xml mapper

2018-05-18 Thread abdulazizali77
  Branch: refs/heads/BS-4
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: fde4bff1575efedf51b53dcbfd95a391152b3189
  
https://github.com/RestComm/Restcomm-Connect/commit/fde4bff1575efedf51b53dcbfd95a391152b3189
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-18 (Fri, 18 May 2018)

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

  Log Message:
  ---
  BS-4: Update dao module sms-messages.xml mapper



  **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] 7f4826: BS-4: Clean up debug logs. Change reponse map to C...

2018-05-17 Thread abdulazizali77
  Branch: refs/heads/BS-4
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 7f4826749266021db96e490fa733a68b7c9ac11a
  
https://github.com/RestComm/Restcomm-Connect/commit/7f4826749266021db96e490fa733a68b7c9ac11a
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-18 (Fri, 18 May 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.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

  Log Message:
  ---
  BS-4: Clean up debug logs. Change reponse map to ConcurrentMap. Remove entry 
after DLR is received



  **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] 0bb965: BS-4: Add DlrProvider interface and NexmoDlrProvid...

2018-05-17 Thread abdulazizali77
  Branch: refs/heads/BS-4
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0bb9651be9c3cde9774be81236f68ec550726750
  
https://github.com/RestComm/Restcomm-Connect/commit/0bb9651be9c3cde9774be81236f68ec550726750
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-18 (Fri, 18 May 2018)

  Changed paths:
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/SmppDeliveryReceiptEntity.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
A 
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/spi/DlrParser.java

  Log Message:
  ---
  BS-4: Add DlrProvider interface and NexmoDlrProvider. Clean up dlr sending 
and receiving



  **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-15 Thread abdulazizali77
  Branch: refs/heads/BS-4
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 14ca0d4be1d582fa6250c42dcfd4b259a68c7be8
  
https://github.com/RestComm/Restcomm-Connect/commit/14ca0d4be1d582fa6250c42dcfd4b259a68c7be8
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-15 (Tue, 15 May 2018)

  Changed paths:
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.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppClientOpsThread.java
A 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppDeliveryReceiptEntity.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/SmppOutboundMessageEntity.java

  Log Message:
  ---
  BS-4:
Motivation:
- Implement DLR handling
Modifications:
- Add SMSMessageId to SMPPOutboundMessageEntity
- Make submit_sm async and listen for incoming submit_sm_resp
- Save memory hashMap of resp_msg_id to SMSMessagId
- Handle incoming DLR and update DAO layer
Expectation:
- Outbound SMSs will have status updated after DLR returns



  **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] f39565: RESTCOMM-2140: Add new config for autodetectdcs. A...

2018-05-08 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-2140
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f39565534ba9b8e692f56009b4d09cfeac015aa4
  
https://github.com/RestComm/Restcomm-Connect/commit/f39565534ba9b8e692f56009b4d09cfeac015aa4
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-08 (Tue, 08 May 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.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-2140: Add new config for autodetectdcs. Add new configs to 
autoconfig script. Add default values.
Fix incoming message length check. Check incoming msgType.



  **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] 292b21: RESTCOMM-2140: Add default values

2018-05-05 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-2140
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 292b2116a6a2f45f4ad1e695d7d03da79b09deb1
  
https://github.com/RestComm/Restcomm-Connect/commit/292b2116a6a2f45f4ad1e695d7d03da79b09deb1
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-05 (Sat, 05 May 2018)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/restcomm.conf

  Log Message:
  ---
  RESTCOMM-2140: Add default values



  **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] e8cf3a: RESTCOMM-2140: Fix message length check

2018-05-05 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-2140
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e8cf3ac72c89d5d6ce16f5f462737da522df8020
  
https://github.com/RestComm/Restcomm-Connect/commit/e8cf3ac72c89d5d6ce16f5f462737da522df8020
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-05 (Sat, 05 May 2018)

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

  Log Message:
  ---
  RESTCOMM-2140: Fix message length check



  **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] 54bb70: RESTCOMM-2140: Add new config for autodetectdcs. A...

2018-05-03 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-2140
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 54bb70c514c8614623ad1d6ce16ce6862e1c673d
  
https://github.com/RestComm/Restcomm-Connect/commit/54bb70c514c8614623ad1d6ce16ce6862e1c673d
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-03 (Thu, 03 May 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.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-2140: Add new config for autodetectdcs. Add new configs to 
autoconfig script



  **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] f9074a: RESTCOMM-2140: Add new config for enabling message...

2018-05-02 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-2140
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f9074aa0c6f0edc9717ee21843efd9a1efa0e3c4
  
https://github.com/RestComm/Restcomm-Connect/commit/f9074aa0c6f0edc9717ee21843efd9a1efa0e3c4
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-02 (Wed, 02 May 2018)

  Changed paths:
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-2140: Add new config for enabling message_payload. Send messages 
with message_payload Tlv. Handle incoming messages with message_payload Tlv



  **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] 825027: RESTCOMM-2096: WIP UA password and algorithm chang...

2018-05-02 Thread abdulazizali77
  Branch: refs/heads/restcomm-2102
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8250273487c0d3de658268f81e1410aa5536b64a
  
https://github.com/RestComm/Restcomm-Connect/commit/8250273487c0d3de658268f81e1410aa5536b64a
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-05-02 (Wed, 02 May 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Client.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/ClientsDaoTest.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ClientsEndpoint.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.java

  Log Message:
  ---
  RESTCOMM-2096: WIP UA password and algorithm changes



  **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] e59b2b: RESTCOMM-2064: Remove ExtensionContext injection

2018-04-20 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-2064
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e59b2bd3596794cb96c39efcd6237913b6e7b42b
  
https://github.com/RestComm/Restcomm-Connect/commit/e59b2bd3596794cb96c39efcd6237913b6e7b42b
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-04-20 (Fri, 20 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/controller/ExtensionBootstrapper.java

  Log Message:
  ---
  RESTCOMM-2064: Remove ExtensionContext injection


-- 

--- 
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] 1007ee: RESTCOMM-2064: Remove ExtensionContext injection

2018-04-19 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-2064
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1007ee09e0f06e9b3af5ac994f436c6997e436cb
  
https://github.com/RestComm/Restcomm-Connect/commit/1007ee09e0f06e9b3af5ac994f436c6997e436cb
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-04-20 (Fri, 20 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/controller/ExtensionBootstrapper.java

  Log Message:
  ---
  RESTCOMM-2064: Remove ExtensionContext injection


-- 

--- 
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] 54b0f0: RESTCOMM-2064: Modify Sid.Type, add getType static...

2018-04-19 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-2064
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 54b0f029226e208ef1da0e18ad7811ae76655335
  
https://github.com/RestComm/Restcomm-Connect/commit/54b0f029226e208ef1da0e18ad7811ae76655335
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Sid.java
M 
restcomm/restcomm.commons/src/test/java/org/restcomm/connect/commons/sid/SidTest.java

  Log Message:
  ---
  RESTCOMM-2064: Modify Sid.Type, add getType static method. Add unit test


  Commit: 28def299cdd39cbd52c978752da231a9eeda9769
  
https://github.com/RestComm/Restcomm-Connect/commit/28def299cdd39cbd52c978752da231a9eeda9769
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/ApiRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/ExtensionRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/IExtensionRequest.java
M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/controller/ExtensionController.java
M 
restcomm/restcomm.sms.api/src/main/java/org/restcomm/connect/sms/api/CreateSmsSession.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CreateCall.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/FeatureAccessRequest.java

  Log Message:
  ---
  RESTCOMM-2064: Add setter getter for ExtensionContext for ExtensionRequest. 
Set extensionContext in ExtensionController


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/408d46e2f6f8...28def299cdd3

-- 

--- 
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] 408d46: RESTCOMM-2064: Implement proper hierarchy in getEf...

2018-04-19 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-2064
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 408d46e2f6f803be58f5386698279cdcaa97278e
  
https://github.com/RestComm/Restcomm-Connect/commit/408d46e2f6f803be58f5386698279cdcaa97278e
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/controller/ExtensionController.java

  Log Message:
  ---
  RESTCOMM-2064: Implement proper hierarchy in getEffectiveConfiguration


-- 

--- 
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] 082d2c: RESTCOMM-2064: Add ExtensionContext interface. Dec...

2018-04-18 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-2064
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 082d2c2d9bd455b341c4261d5d79eb60ace430c3
  
https://github.com/RestComm/Restcomm-Connect/commit/082d2c2d9bd455b341c4261d5d79eb60ace430c3
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
A 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/ExtensionContext.java
M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/controller/ExtensionBootstrapper.java
M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/controller/ExtensionController.java

  Log Message:
  ---
  RESTCOMM-2064: Add ExtensionContext interface. Decorate ExtensionController 
with ExtensionContext. Implement getEffectiveConfiguration in impl. Add init to 
ExtensionController to initialize ServletContext.


-- 

--- 
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] 5357a6: RESTCOMM-1856: Add logging for Charset failure

2018-04-06 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1856
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 5357a6f6d4ffbe229939efaf67fcedc05052e7cf
  
https://github.com/RestComm/Restcomm-Connect/commit/5357a6f6d4ffbe229939efaf67fcedc05052e7cf
  Author: abdulazizali77 <abdulaziz...@acm.org>
  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 <abdulaziz...@acm.org>
  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.


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/562fc64eb124...d1b3d9079455

-- 

--- 
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] 562fc6: RESTCOMM-1856: Fix restcomm.xml smpp property name...

2018-04-06 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1856
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 562fc64eb1244b365c9d323e9bc31272e61fa5e2
  
https://github.com/RestComm/Restcomm-Connect/commit/562fc64eb1244b365c9d323e9bc31272e61fa5e2
  Author: abdulazizali77 <abdulaziz...@acm.org>
  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


-- 

--- 
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-05 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1856
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 839e0cb76efef41a52d81f43daab0ab0812c4cd0
  
https://github.com/RestComm/Restcomm-Connect/commit/839e0cb76efef41a52d81f43daab0ab0812c4cd0
  Author: abdulazizali77 <abdulaziz...@acm.org>
  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 <abdulaziz...@acm.org>
  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


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/57986de399ec...7d315891f352

-- 

--- 
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] b4163b: RESTCOMM-2000: check WebOlympusDomain before modif...

2018-04-05 Thread abdulazizali77
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b4163bcaa47ecf8a5cc8ca4d2dbd86eaf96a71d4
  
https://github.com/RestComm/Restcomm-Connect/commit/b4163bcaa47ecf8a5cc8ca4d2dbd86eaf96a71d4
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-04-05 (Thu, 05 Apr 2018)

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

  Log Message:
  ---
  RESTCOMM-2000: check WebOlympusDomain before modifying olympus.xml


-- 

--- 
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] f4cf5f: RESTCOM-1856: Add encoding to Sms dao

2018-03-23 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1856
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f4cf5f24dad99171ea43cb4a1defbea532ef9c2b
  
https://github.com/RestComm/Restcomm-Connect/commit/f4cf5f24dad99171ea43cb4a1defbea532ef9c2b
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-03-23 (Fri, 23 Mar 2018)

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

  Log Message:
  ---
  RESTCOM-1856: Add encoding to Sms dao


  Commit: 36ae7a1aa72de0249d2a4fae9a56ae13d070cdc4
  
https://github.com/RestComm/Restcomm-Connect/commit/36ae7a1aa72de0249d2a4fae9a56ae13d070cdc4
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesEndpoint.java
M 
restcomm/restcomm.sms.api/src/main/java/org/restcomm/connect/sms/api/SmsSessionRequest.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.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/SmppInboundMessageEntity.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.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/SmppOutboundMessageEntity.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppService.java

  Log Message:
  ---
  RESTCOM-1856: Modify Smpp and Sms interfaces to add encoding and dcs. Add 
character encoding to smpp config


  Commit: 57986de399ecb3d5c9e81b75a8a9c91fd2c1f748
  
https://github.com/RestComm/Restcomm-Connect/commit/57986de399ecb3d5c9e81b75a8a9c91fd2c1f748
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-03-23 (Fri, 23 Mar 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
M restcomm/restcomm.testsuite/src/test/resources/restcomm-smpp.xml

  Log Message:
  ---
  RESTCOM-1856: Modify SmppTest, test other incoming encodings.


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/c926a5dc8265...57986de399ec

-- 

--- 
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] 02e77c: RESTCOM-1935: Add extensionHeaders for Call authen...

2018-03-22 Thread abdulazizali77
  Branch: refs/heads/issue_2741
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 02e77c3c45e34ff367718b84cf760081865965b7
  
https://github.com/RestComm/Restcomm-Connect/commit/02e77c3c45e34ff367718b84cf760081865965b7
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-03-22 (Thu, 22 Mar 2018)

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

  Log Message:
  ---
  RESTCOM-1935: Add extensionHeaders for Call authenticate


-- 

--- 
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] 4ffd57: RESTCOM-1927: Workaround, hardcode submit_sm encod...

2018-03-16 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1927
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 4ffd5794af0ac14b9978ef73a9163ada359225c7
  
https://github.com/RestComm/Restcomm-Connect/commit/4ffd5794af0ac14b9978ef73a9163ada359225c7
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.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

  Log Message:
  ---
  RESTCOM-1927: Workaround, hardcode submit_sm encoding to UTF-8. Fix decoding.


-- 

--- 
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] 82cef6: RESTCOM-1927: Workaround, hardcode submit_sm encod...

2018-03-16 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1927
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 82cef66675e334cecec0cbaab416ee585f4656cf
  
https://github.com/RestComm/Restcomm-Connect/commit/82cef66675e334cecec0cbaab416ee585f4656cf
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.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

  Log Message:
  ---
  RESTCOM-1927: Workaround, hardcode submit_sm encoding to UTF-8. Fix decoding.


-- 

--- 
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] 9ff37f: RESTCOM-1927: Workaround, hardcode submit_sm encod...

2018-03-16 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1927
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 9ff37f96581d52f863b965130089b6cf518356d8
  
https://github.com/RestComm/Restcomm-Connect/commit/9ff37f96581d52f863b965130089b6cf518356d8
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.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

  Log Message:
  ---
  RESTCOM-1927: Workaround, hardcode submit_sm encoding to UTF-8


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[RestComm/Restcomm-Connect] 10229a: RESTCOM-1927: Workaround, hardcode submit_sm encod...

2018-03-16 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1927
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 10229a5047aa22379416f9d21fac9b4abc8b3c02
  
https://github.com/RestComm/Restcomm-Connect/commit/10229a5047aa22379416f9d21fac9b4abc8b3c02
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.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

  Log Message:
  ---
  RESTCOM-1927: Workaround, hardcode submit_sm encoding to UTF-8


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[RestComm/Restcomm-Connect] c926a5: RESTCOM-1856: Workaround, hardcode submit_sm encod...

2018-03-09 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1856
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: c926a5dc82657fc8354c70ccfef1334de37539dc
  
https://github.com/RestComm/Restcomm-Connect/commit/c926a5dc82657fc8354c70ccfef1334de37539dc
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.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

  Log Message:
  ---
  RESTCOM-1856: Workaround, hardcode submit_sm encoding to ISO-8859


-- 

--- 
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] 7c9380: Modify mysql profile-assc mapper deleteProfileAsso...

2018-02-27 Thread abdulazizali77
  Branch: refs/heads/restcomm1786squash
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 7c93800b0b02fc20229f6d8078c04532a698219c
  
https://github.com/RestComm/Restcomm-Connect/commit/7c93800b0b02fc20229f6d8078c04532a698219c
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/profile-association.xml

  Log Message:
  ---
  Modify mysql profile-assc mapper deleteProfileAssociationByTargetSid


-- 

--- 
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] b3d1f1: CLOUDOPS-584: Add getExtensions integration test

2018-02-27 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-584
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b3d1f164acca6a5e4809c158435b45df372d0295
  
https://github.com/RestComm/Restcomm-Connect/commit/b3d1f164acca6a5e4809c158435b45df372d0295
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/main/java/org/restcomm/connect/testsuite/http/RestcommExtensionsConfigurationTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/ExtensionsConfigurationTest.java

  Log Message:
  ---
  CLOUDOPS-584: Add getExtensions integration test


-- 

--- 
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] da1ca5: RESTCOMM-1785: Add notification when inboundSMS SM...

2018-02-26 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1785
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: da1ca5204c9e1249ed490e074fafbdd14ae64a71
  
https://github.com/RestComm/Restcomm-Connect/commit/da1ca5204c9e1249ed490e074fafbdd14ae64a71
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

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

  Log Message:
  ---
  RESTCOMM-1785: Add notification when inboundSMS SMPP is blocked. Duplicate 
notification() from SMSService.


-- 

--- 
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] b769d9: CLOUDOPS-584: Expose GET Extensions list REST API....

2018-02-26 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-584
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b769d9af96cea5071de7ba4d8bf025664789e0b6
  
https://github.com/RestComm/Restcomm-Connect/commit/b769d9af96cea5071de7ba4d8bf025664789e0b6
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/extensions-configuration.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/extensions-configuration.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/ExtensionsConfigurationDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisExtensionsConfigurationDao.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationXmlEndpoint.java

  Log Message:
  ---
  CLOUDOPS-584: Expose GET Extensions list REST API. Expose GET Account 
Specific Extensions configuration REST API.


  Commit: f5658a322549fae43c021e2c12a2b573503b50ab
  
https://github.com/RestComm/Restcomm-Connect/commit/f5658a322549fae43c021e2c12a2b573503b50ab
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/ExtensionConfigurationList.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationXmlEndpoint.java

  Log Message:
  ---
  CLOUDOPS-584: Implement getExtensions. Add ExtensionsConfigurationList


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/528e6cf164bb...f5658a322549

-- 

--- 
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] 9d63e1: Add Extension point in SmppMessageHandler.redirect...

2018-02-25 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1785
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 9d63e11c69d6628b7a21928bae7ce126f945d087
  
https://github.com/RestComm/Restcomm-Connect/commit/9d63e11c69d6628b7a21928bae7ce126f945d087
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

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

  Log Message:
  ---
  Add Extension point in SmppMessageHandler.redirectToHostedSmsApp


-- 

--- 
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] 6d1a3f: Profiles API doc: Add additional examples. Add ind...

2018-02-25 Thread abdulazizali77
  Branch: refs/heads/ProfilesDocExamples
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 6d1a3f2d9463bc2683cab31f0b1361e73d969ad4
  
https://github.com/RestComm/Restcomm-Connect/commit/6d1a3f2d9463bc2683cab31f0b1361e73d969ad4
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

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

  Log Message:
  ---
  Profiles API doc: Add additional examples. Add index link


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[RestComm/Restcomm-Connect] 074079: #MSB-352 Handle Route Header for MultiProvider con...

2018-02-18 Thread abdulazizali77
  Branch: refs/heads/MSB-352
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 074079babd359514cf6a0e75c588191508cf1909
  
https://github.com/RestComm/Restcomm-Connect/commit/074079babd359514cf6a0e75c588191508cf1909
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-02-19 (Mon, 19 Feb 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


-- 

--- 
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] 702edf: SDR service event stream implementation

2018-02-08 Thread abdulazizali77
smpp/SmppInterpreter.java

  Log Message:
  ---
  Revert "SDR service sms messages implementation"

This reverts commit 1b464b3


  Commit: 35488ee9ad66d9c079bb489d98f61671e99f8b51
  
https://github.com/RestComm/Restcomm-Connect/commit/35488ee9ad66d9c079bb489d98f61671e99f8b51
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/SmsMessage.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SmsMessagesEndpoint.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M restcomm/restcomm.sdr.api/pom.xml
M 
restcomm/restcomm.sdr.api/src/main/java/org/restcomm/connect/sdr/api/SdrService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java

  Log Message:
  ---
  SDR service sms messages implementation


  Commit: ae4321cf2110abd200d3583ad629c46aca3c12d0
  
https://github.com/RestComm/Restcomm-Connect/commit/ae4321cf2110abd200d3583ad629c46aca3c12d0
  Author: agafox <oleg.agafo...@telestax.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

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

  Log Message:
  ---
  SDR service sms messages implementation


  Commit: 55785c9bd0c709d9e53c240885c1e62f90d2e108
  
https://github.com/RestComm/Restcomm-Connect/commit/55785c9bd0c709d9e53c240885c1e62f90d2e108
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

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

  Log Message:
  ---
  TEMP


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/702edf54ad7a^...55785c9bd0c7

-- 

--- 
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] c8b1d8: #MSB-352 Handle Route Header for MultiProvider con...

2018-02-04 Thread abdulazizali77
  Branch: refs/heads/MSB-352
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: c8b1d899b3d4e6364cff92a6f4809df0cdad8956
  
https://github.com/RestComm/Restcomm-Connect/commit/c8b1d899b3d4e6364cff92a6f4809df0cdad8956
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-02-05 (Mon, 05 Feb 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


-- 

--- 
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] 0254db: #MSB-352 Handle Route Header for MultiProvider con...

2018-01-25 Thread abdulazizali77
  Branch: refs/heads/issue_2741
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0254dbd8358f52e309eb124c601b07bbcb7b9489
  
https://github.com/RestComm/Restcomm-Connect/commit/0254dbd8358f52e309eb124c601b07bbcb7b9489
  Author: abdulazizali77 <abdulaziz...@acm.org>
  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


-- 

--- 
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] 0c26ae: #MSB-352 Handle Route Header for MultiProvider con...

2018-01-22 Thread abdulazizali77
  Branch: refs/heads/MSB-352
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0c26aeee5d906e5dc4ce186377965bff6fa402f8
  
https://github.com/RestComm/Restcomm-Connect/commit/0c26aeee5d906e5dc4ce186377965bff6fa402f8
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-01-22 (Mon, 22 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


-- 

--- 
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] 3106cc: Add explicit handling for Route headers

2018-01-17 Thread abdulazizali77
  Branch: refs/heads/MPROV_WebRTC
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 3106ccd9d7a8f8366e9ca076f2e73d86ddec2a12
  
https://github.com/RestComm/Restcomm-Connect/commit/3106ccd9d7a8f8366e9ca076f2e73d86ddec2a12
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
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:
  ---
  Add explicit handling for Route headers


  Commit: 1bf49ea1ce9e4ca3fca6d56415cad037abc496bf
  
https://github.com/RestComm/Restcomm-Connect/commit/1bf49ea1ce9e4ca3fca6d56415cad037abc496bf
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-01-18 (Thu, 18 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/CallManager.java

  Log Message:
  ---
  Copy Route headers in B2BUAHelper


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/b752e8fa16fd...1bf49ea1ce9e

-- 

--- 
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] b752e8: Add Multiprovider headers for WebRTC and proxyOut ...

2018-01-14 Thread abdulazizali77
  Branch: refs/heads/MPROV_WebRTC
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b752e8fa16fd8ea6d941d79c9b7e7fef35f6acb1
  
https://github.com/RestComm/Restcomm-Connect/commit/b752e8fa16fd8ea6d941d79c9b7e7fef35f6acb1
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2018-01-15 (Mon, 15 Jan 2018)

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

  Log Message:
  ---
  Add Multiprovider headers for WebRTC and proxyOut cases. Fix proxyPassword


-- 

--- 
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] b6cea5: MSB-326: Documentation: Multiprovider extension: F...

2017-12-21 Thread abdulazizali77
  Branch: refs/heads/MSB-326
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b6cea5e3fff53b5f738ca70a94f7c248cc301b99
  
https://github.com/RestComm/Restcomm-Connect/commit/b6cea5e3fff53b5f738ca70a94f7c248cc301b99
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-12-21 (Thu, 21 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/extensions-multiprovider-configuration.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/index.adoc

  Log Message:
  ---
  MSB-326: Documentation: Multiprovider extension: Fix broken link and 
Important note


-- 

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

2017-12-19 Thread abdulazizali77
  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] b586b9: MSB-326: Documentation: Multiprovider extension: A...

2017-12-18 Thread abdulazizali77
  Branch: refs/heads/MSB-326
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b586b9e606e1b7c13ef45fd68ed5444395c64c42
  
https://github.com/RestComm/Restcomm-Connect/commit/b586b9e606e1b7c13ef45fd68ed5444395c64c42
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-12-19 (Tue, 19 Dec 2017)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/extensions-multiprovider-configuration.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/index.adoc

  Log Message:
  ---
  MSB-326: Documentation: Multiprovider extension: Add note about commercial 
use and dd link to index


  Commit: 185377900182102c71ccb1f813f834f8e848db62
  
https://github.com/RestComm/Restcomm-Connect/commit/185377900182102c71ccb1f813f834f8e848db62
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-12-19 (Tue, 19 Dec 2017)

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

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master'


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/b586b9e606e1^...185377900182

-- 

--- 
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] 528e6c: CLOUDOPS-584: Expose GET Extensions list REST API....

2017-11-24 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-584
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 528e6cf164bbe0191f071b4ca6d6646dbeef1ed9
  
https://github.com/RestComm/Restcomm-Connect/commit/528e6cf164bbe0191f071b4ca6d6646dbeef1ed9
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/extensions-configuration.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/extensions-configuration.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/ExtensionsConfigurationDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisExtensionsConfigurationDao.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationXmlEndpoint.java

  Log Message:
  ---
  CLOUDOPS-584: Expose GET Extensions list REST API. Expose GET Account 
Specific Extensions configuration REST API.


-- 

--- 
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] 411f71: CLOUDOPS-391: Modify AccountsDao. add new Permissi...

2017-11-24 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 411f7134a28c3a5f8c1c26c0b41c7381be46f8b8
  
https://github.com/RestComm/Restcomm-Connect/commit/411f7134a28c3a5f8c1c26c0b41c7381be46f8b8
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
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/sql/accounts.xml
A restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/permissions.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Sid.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/AccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/DaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/PermissionsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Account.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/AccountPermission.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Permission.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/PermissionList.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisDaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisPermissionsDao.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/AccountsDaoMock.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/DaoManagerMock.java

  Log Message:
  ---
  CLOUDOPS-391: Modify AccountsDao. add new PermissionsDao. Add new Sid


  Commit: ca65afaafe38e38ef7a9dc6d378ffbc006962f5c
  
https://github.com/RestComm/Restcomm-Connect/commit/ca65afaafe38e38ef7a9dc6d378ffbc006962f5c
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/AuthorizationException.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/InsufficientPermission.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/AuthorizationException.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/InsufficientPermission.java

  Log Message:
  ---
  CLOUDOPS-391: Move Permissions Exceptions from http to commons


  Commit: b49fbb5d739235944dee1cf3bce6b78ed1972c26
  
https://github.com/RestComm/Restcomm-Connect/commit/b49fbb5d739235944dee1cf3bce6b78ed1972c26
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsJsonEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountConverter.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/PermissionsListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/NotAuthenticated.java
A 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java

  Log Message:
  ---
  CLOUDOPS-391: Add new Permissions EP. Modify Accounts EP. Refactor SecuredEP 
to call PermissionsUtil


  Commit: 4e23c663840972326901cced56766f5a30227d96
  
https://github.com/RestComm/Restcomm-Connect/commit/4e23c663840972326901cced56766f5a30227d96
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/UserIdentityContext.java

  Log Message:
  ---
  CLOUDOPS-391: Modify UserIdentiyContext


  Commit: bcd95162519aa50c1a8b1375ac3289aa5897b665
  
https://github.com/RestComm/Restcomm-Connect/commit/bcd95162519aa50c1a8b1375ac3289aa5897b665
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24

[RestComm/Restcomm-Connect] e545b4: MSB-193: Add CallType field to CDR. Expose setter/...

2017-11-24 Thread abdulazizali77
  Branch: refs/heads/MSB-193
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e545b46532747e4c7338e5fd4caf34396025c09b
  
https://github.com/RestComm/Restcomm-Connect/commit/e545b46532747e4c7338e5fd4caf34396025c09b
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/CallDetailRecord.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/CallDetailRecordFilter.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisCallDetailRecordsDao.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SupervisorEndpoint.java

  Log Message:
  ---
  MSB-193: Add CallType field to CDR. Expose setter/getter. Modify CDRFilter to 
filter by type. Modify calls to CDRFilter


  Commit: a8256ebe7381b042c85f0d28b696ca7c370fb19d
  
https://github.com/RestComm/Restcomm-Connect/commit/a8256ebe7381b042c85f0d28b696ca7c370fb19d
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
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.ussd/src/main/java/org/restcomm/connect/ussd/interpreter/UssdInterpreter.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCall.java

  Log Message:
  ---
  MSB-193: Call setType to CDR.Builder instances


  Commit: e43f21b980467d1c8aa08f44dcde2b94bbdd81a4
  
https://github.com/RestComm/Restcomm-Connect/commit/e43f21b980467d1c8aa08f44dcde2b94bbdd81a4
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  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/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/call-detail-records.xml

  Log Message:
  ---
  MSB-193: Add call_type column to CDR table. Modify CDR mapper files


  Commit: 8e62935932dc87feca9345a0604cf879f62c9326
  
https://github.com/RestComm/Restcomm-Connect/commit/8e62935932dc87feca9345a0604cf879f62c9326
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/CallDetailRecordsDaoTest.java
M 
restcomm/restcomm.dao/src/test/resources/callDetailRecordsDao/call-detail-records.xml
M 
restcomm/restcomm.dao/src/test/resources/callDetailRecordsDao/restcomm.script

  Log Message:
  ---
  MSB-193: Modify CallDetailRecordsDaoTest, add cdr filter by type test


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/46635d5da5ba...8e62935932dc

-- 

--- 
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] c3c1bd: MSB-196: Add extensions preOutbound to UssdCallMan...

2017-11-24 Thread abdulazizali77
  Branch: refs/heads/MSB-196
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: c3c1bdfc87956826e7a1b3e9b9f7c58a33b200ba
  
https://github.com/RestComm/Restcomm-Connect/commit/c3c1bdfc87956826e7a1b3e9b9f7c58a33b200ba
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-24 (Fri, 24 Nov 2017)

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

  Log Message:
  ---
  MSB-196: Add extensions preOutbound to UssdCallManager


-- 

--- 
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] dc05ad: MSB-196: Add extensions preOutbound to UssdCallMan...

2017-11-20 Thread abdulazizali77
  Branch: refs/heads/MSB-196
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: dc05ad97a3b1783dd597a527d9b0d87e430dd243
  
https://github.com/RestComm/Restcomm-Connect/commit/dc05ad97a3b1783dd597a527d9b0d87e430dd243
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-20 (Mon, 20 Nov 2017)

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

  Log Message:
  ---
  MSB-196: Add extensions preOutbound to UssdCallManager


-- 

--- 
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] 198f57: CLOUDOPS-391: Remove duplicate import in BaseVoice...

2017-11-14 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 198f5756e8dfa53ca77c7fb7c3155473ee92a16b
  
https://github.com/RestComm/Restcomm-Connect/commit/198f5756e8dfa53ca77c7fb7c3155473ee92a16b
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

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

  Log Message:
  ---
  CLOUDOPS-391: Remove duplicate import in BaseVoiceInterpreter


-- 

--- 
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] 0e3c4f: MSB-193: Add CallType field to CDR. Expose setter/...

2017-11-13 Thread abdulazizali77
  Branch: refs/heads/MSB-193
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0e3c4f72ccdf180733debb93000a6c1789680d69
  
https://github.com/RestComm/Restcomm-Connect/commit/0e3c4f72ccdf180733debb93000a6c1789680d69
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-14 (Tue, 14 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/CallDetailRecord.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/CallDetailRecordFilter.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisCallDetailRecordsDao.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SupervisorEndpoint.java

  Log Message:
  ---
  MSB-193: Add CallType field to CDR. Expose setter/getter. Modify CDRFilter to 
filter by type. Modify calls to CDRFilter


  Commit: 6e01ad0121d1f0acf6b5ef3ab7e524f57d7248e7
  
https://github.com/RestComm/Restcomm-Connect/commit/6e01ad0121d1f0acf6b5ef3ab7e524f57d7248e7
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-14 (Tue, 14 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
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.ussd/src/main/java/org/restcomm/connect/ussd/interpreter/UssdInterpreter.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCall.java

  Log Message:
  ---
  MSB-193: Call setType to CDR.Builder instances


  Commit: c25625040e19c6587726ee59090120f72742a802
  
https://github.com/RestComm/Restcomm-Connect/commit/c25625040e19c6587726ee59090120f72742a802
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-14 (Tue, 14 Nov 2017)

  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/call-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/call-detail-records.xml

  Log Message:
  ---
  MSB-193: Add call_type column to CDR table. Modify CDR mapper files


  Commit: 46635d5da5ba4bc72623d784ae4b74b1c91dd928
  
https://github.com/RestComm/Restcomm-Connect/commit/46635d5da5ba4bc72623d784ae4b74b1c91dd928
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-14 (Tue, 14 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/CallDetailRecordsDaoTest.java
M 
restcomm/restcomm.dao/src/test/resources/callDetailRecordsDao/call-detail-records.xml
M 
restcomm/restcomm.dao/src/test/resources/callDetailRecordsDao/restcomm.script

  Log Message:
  ---
  MSB-193: Modify CallDetailRecordsDaoTest, add cdr filter by type test


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/0e3c4f72ccdf^...46635d5da5ba

-- 

--- 
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] 4245b9: CLOUDOPS-391: Modify AccountsDao. add new Permissi...

2017-11-12 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 4245b9703f4b02137eb8960d404d6de5eecf47f7
  
https://github.com/RestComm/Restcomm-Connect/commit/4245b9703f4b02137eb8960d404d6de5eecf47f7
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-13 (Mon, 13 Nov 2017)

  Changed paths:
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/sql/accounts.xml
A restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/permissions.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Sid.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/AccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/DaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/PermissionsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Account.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/AccountPermission.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Permission.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/PermissionList.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisDaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisPermissionsDao.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/AccountsDaoMock.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/DaoManagerMock.java

  Log Message:
  ---
  CLOUDOPS-391: Modify AccountsDao. add new PermissionsDao. Add new Sid


  Commit: d6975318922decc7cd663d94376ceaf59d2c1164
  
https://github.com/RestComm/Restcomm-Connect/commit/d6975318922decc7cd663d94376ceaf59d2c1164
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-13 (Mon, 13 Nov 2017)

  Changed paths:
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/AuthorizationException.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/InsufficientPermission.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/AuthorizationException.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/InsufficientPermission.java

  Log Message:
  ---
  CLOUDOPS-391: Move Permissions Exceptions from http to commons


  Commit: 06efc9d2c44f73ec58e54c6afffc71b457ac9d03
  
https://github.com/RestComm/Restcomm-Connect/commit/06efc9d2c44f73ec58e54c6afffc71b457ac9d03
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-13 (Mon, 13 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsJsonEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountConverter.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/PermissionsListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/NotAuthenticated.java
A 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java

  Log Message:
  ---
  CLOUDOPS-391: Add new Permissions EP. Modify Accounts EP. Refactor SecuredEP 
to call PermissionsUtil


  Commit: 67f6fab4e20e9a5216d5b82c106d9e456af81818
  
https://github.com/RestComm/Restcomm-Connect/commit/67f6fab4e20e9a5216d5b82c106d9e456af81818
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-13 (Mon, 13 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/UserIdentityContext.java

  Log Message:
  ---
  CLOUDOPS-391: Modify UserIdentiyContext


  Commit: d7c75c8ae450a46a3fc213bfb3c346807eba4172
  
https://github.com/RestComm/Restcomm-Connect/commit/d7c75c8ae450a46a3fc213bfb3c346807eba4172
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-11-13

[RestComm/Restcomm-Connect]

2017-10-10 Thread abdulazizali77
  Branch: refs/heads/abdulazizali-BUG2521
  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] 1d52e2: BUG#2521: Move DownloaderResponse access after suc...

2017-10-09 Thread abdulazizali77
  Branch: refs/heads/abdulazizali-BUG2521
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1d52e2e63002428a79c0736db6f1834833f5699c
  
https://github.com/RestComm/Restcomm-Connect/commit/1d52e2e63002428a79c0736db6f1834833f5699c
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-10-09 (Mon, 09 Oct 2017)

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

  Log Message:
  ---
  BUG#2521: Move DownloaderResponse access after succeeded() check. Add extra 
logging.


-- 

--- 
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] f414aa: CLOUDOPS-391: Fix UssdCM for ExecuteCallScript. Fi...

2017-10-08 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f414aab69b6fb9fb7bce1867f6852764df58117a
  
https://github.com/RestComm/Restcomm-Connect/commit/f414aab69b6fb9fb7bce1867f6852764df58117a
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-10-09 (Mon, 09 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallRegexTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_callRegexTest
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  CLOUDOPS-391: Fix UssdCM for ExecuteCallScript. Fix UssdPushTest, 
CallRegexTest


-- 

--- 
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] 7b07e2: CLOUDOPS-391: Modify AccountsDao. add new Permissi...

2017-10-08 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 7b07e29afa3648cd2cec954afb43b4ee96251295
  
https://github.com/RestComm/Restcomm-Connect/commit/7b07e29afa3648cd2cec954afb43b4ee96251295
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
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/sql/accounts.xml
A restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/permissions.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Sid.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/AccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/DaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/PermissionsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Account.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/AccountPermission.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Permission.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/PermissionList.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisDaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisPermissionsDao.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/AccountsDaoMock.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/DaoManagerMock.java

  Log Message:
  ---
  CLOUDOPS-391: Modify AccountsDao. add new PermissionsDao. Add new Sid


  Commit: 5ac60dd4d0f1477ee3b6bacf7f61cd099da00fbb
  
https://github.com/RestComm/Restcomm-Connect/commit/5ac60dd4d0f1477ee3b6bacf7f61cd099da00fbb
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/AuthorizationException.java
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/exceptions/InsufficientPermission.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/AuthorizationException.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/InsufficientPermission.java

  Log Message:
  ---
  CLOUDOPS-391: Move Permissions Exceptions from http to commons


  Commit: 268e11da5e31198157e6c16a5f2ba97c92b08a23
  
https://github.com/RestComm/Restcomm-Connect/commit/268e11da5e31198157e6c16a5f2ba97c92b08a23
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsJsonEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountConverter.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/PermissionsListConverter.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/NotAuthenticated.java
A 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java

  Log Message:
  ---
  CLOUDOPS-391: Add new Permissions EP. Modify Accounts EP. Refactor SecuredEP 
to call PermissionsUtil


  Commit: e437f55a04047ae9b0e10825919fba51ed7f4ae3
  
https://github.com/RestComm/Restcomm-Connect/commit/e437f55a04047ae9b0e10825919fba51ed7f4ae3
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/UserIdentityContext.java

  Log Message:
  ---
  CLOUDOPS-391: Modify UserIdentiyContext


  Commit: 88cf369d0013da284686ee0f254a5d244ad17a8c
  
https://github.com/RestComm/Restcomm-Connect/commit/88cf369d0013da284686ee0f254a5d244ad17a8c
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-10-05

[RestComm/Restcomm-Connect] f76f9f: BUG#2521: Move DownloaderResponse access after suc...

2017-10-06 Thread abdulazizali77
  Branch: refs/heads/abdulazizali-BUG2521
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f76f9fb83fecb9695621ed95cf00bb4c438169f8
  
https://github.com/RestComm/Restcomm-Connect/commit/f76f9fb83fecb9695621ed95cf00bb4c438169f8
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-10-06 (Fri, 06 Oct 2017)

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

  Log Message:
  ---
  BUG#2521: Move DownloaderResponse access after succeeded() check. Add extra 
logging.


-- 

--- 
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] 66ffc8: CLOUDOPS-391: Fix UssdCallManager. Fix USSD tests....

2017-10-02 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 66ffc8d82821642ec4b7d3fbf477e96c43b403ec
  
https://github.com/RestComm/Restcomm-Connect/commit/66ffc8d82821642ec4b7d3fbf477e96c43b403ec
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-10-02 (Mon, 02 Oct 2017)

  Changed paths:
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommPermissionsTool.java
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm.script_ussdPullTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_callRegexTest
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  CLOUDOPS-391: Fix UssdCallManager. Fix USSD tests. Cleanup PermissionsUtil


-- 

--- 
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] 56862f: CLOUDOPS-391: Update wiremock version to fix compa...

2017-10-01 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 56862f715cfc8f29d55a7035ef8eaf07510c9b80
  
https://github.com/RestComm/Restcomm-Connect/commit/56862f715cfc8f29d55a7035ef8eaf07510c9b80
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-10-01 (Sun, 01 Oct 2017)

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

  Log Message:
  ---
  CLOUDOPS-391: Update wiremock version to fix compatibility issue with JDK7. 
https://github.com/tomakehurst/wiremock/issues/309


-- 

--- 
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] 419fba: CLOUDOPS-391: WIP Cleanup PermissionsUtil

2017-09-30 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 419fbaa0179183ca25dddc37b009fbca18a7f6f6
  
https://github.com/RestComm/Restcomm-Connect/commit/419fbaa0179183ca25dddc37b009fbca18a7f6f6
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-30 (Sat, 30 Sep 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  CLOUDOPS-391: WIP Cleanup PermissionsUtil


  Commit: f661c64cf31cb8afe5f4610ad3a4b4c634e2d6f5
  
https://github.com/RestComm/Restcomm-Connect/commit/f661c64cf31cb8afe5f4610ad3a4b4c634e2d6f5
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-30 (Sat, 30 Sep 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/PermissionsTest.java
A restcomm/restcomm.testsuite/src/test/resources/mybatis_win.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_no_auth.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm.script_ussdPullTest
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm_conf_ussd_push.xml
M restcomm/restcomm.testsuite/src/test/resources/record-withActionUrl.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-EmailEndpoint.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-accountRemoval.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-corsRelax.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm-delay-ringing-error.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-embeddedMMS.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-ims-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-ims.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-smpp.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script
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_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_account_removal_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_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
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.script_imsDialTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_multitenancyTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_playTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMigratedTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMixedTest
M 
restcomm/restcomm.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.xml
M 
restcomm/restcomm.testsu

[RestComm/Restcomm-Connect] aac79a: CLOUDOPS-391: Add AccountPermissions integrated Te...

2017-09-29 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: aac79af9297768279c5cdec01f692ff3a56c6a9a
  
https://github.com/RestComm/Restcomm-Connect/commit/aac79af9297768279c5cdec01f692ff3a56c6a9a
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Permission.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountConverter.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/AccountPermissionsConverter.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/PermissionsConverter.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountPermissionsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommAccountsTool.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommPermissionsTool.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_permissions_test

  Log Message:
  ---
  CLOUDOPS-391: Add AccountPermissions integrated Test. Fix Permissions related 
Account Endpoints.Fix Endpoint Converters.


-- 

--- 
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] cca777: CLOUDOPS-391: Add Permissions REST integrated test...

2017-09-28 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: cca7776ebb8d0c77feb7c1c441107a8707119b64
  
https://github.com/RestComm/Restcomm-Connect/commit/cca7776ebb8d0c77feb7c1c441107a8707119b64
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/permissions.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisPermissionsDao.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/PermissionsDaoTest.java
M restcomm/restcomm.dao/src/test/resources/permissionsDao/permissions.xml
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/AccountsDaoMock.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/PermissionsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommAccountsTool.java
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_permissions_test

  Log Message:
  ---
  CLOUDOPS-391: Add Permissions REST integrated tests. Fix PermissionsDao 
implementation


-- 

--- 
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] 8daed4: CLOUDOPS-391: Fix AccountsDao interfacesand mapper...

2017-09-26 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8daed4d2ae35b358aa32a10a809085d46d7579a7
  
https://github.com/RestComm/Restcomm-Connect/commit/8daed4d2ae35b358aa32a10a809085d46d7579a7
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/accounts.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/AccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Permission.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisPermissionsDao.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/DaoTest.java

  Log Message:
  ---
  CLOUDOPS-391: Fix AccountsDao interfacesand mapper file. Make Permission 
comaprable. Fix DaoTest.


  Commit: 23a552be09a0ff178890362e225141d7e3892289
  
https://github.com/RestComm/Restcomm-Connect/commit/23a552be09a0ff178890362e225141d7e3892289
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
A 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/AccountsPermissionsDaoTest.java
A 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/PermissionsDaoTest.java
A 
restcomm/restcomm.dao/src/test/resources/accountsPermissionsDao/accounts.xml
A 
restcomm/restcomm.dao/src/test/resources/accountsPermissionsDao/mybatis.xml
A 
restcomm/restcomm.dao/src/test/resources/accountsPermissionsDao/permissions.xml
A 
restcomm/restcomm.dao/src/test/resources/accountsPermissionsDao/restcomm.script
A restcomm/restcomm.dao/src/test/resources/permissionsDao/mybatis.xml
A restcomm/restcomm.dao/src/test/resources/permissionsDao/permissions.xml
A restcomm/restcomm.dao/src/test/resources/permissionsDao/restcomm.script

  Log Message:
  ---
  CLOUDOPS-391: Add PermissionsDaoTest and AccountsPermissionsDaoTest


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/517587248079...23a552be09a0

-- 

--- 
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] 56614b: CLOUDOPS-391: WIP Fix USSD Pull permissions check....

2017-09-24 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 56614bcecf151c04fcd9ec8fd86c3c6a6e91b3b0
  
https://github.com/RestComm/Restcomm-Connect/commit/56614bcecf151c04fcd9ec8fd86c3c6a6e91b3b0
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-25 (Mon, 25 Sep 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
M restcomm/restcomm.interpreter/pom.xml
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  CLOUDOPS-391: WIP Fix USSD Pull permissions check. Fix ASR permissions check


-- 

--- 
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] 9b0434: CLOUDOPS-391: WIP Fix checkPermissions. Extend Wil...

2017-09-21 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 9b04343cdfb1eb090302bca229465a86c79339dc
  
https://github.com/RestComm/Restcomm-Connect/commit/9b04343cdfb1eb090302bca229465a86c79339dc
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-21 (Thu, 21 Sep 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Permission.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/UserIdentityContext.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java

  Log Message:
  ---
  CLOUDOPS-391: WIP Fix checkPermissions. Extend WildcardPermission. Add 
interface to UserIdentityContext


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[RestComm/ussdgateway]

2017-09-20 Thread abdulazizali77
  Branch: refs/heads/Issue72
  Home:   https://github.com/RestComm/ussdgateway

-- 

--- 
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] 1f0a69: CLOUDOPS-391: WIP Permissions and AccountPermissio...

2017-09-20 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1f0a691ec64e3e5cba23416010399c2582bfd9a1
  
https://github.com/RestComm/Restcomm-Connect/commit/1f0a691ec64e3e5cba23416010399c2582bfd9a1
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-20 (Wed, 20 Sep 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/accounts.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/dao/Sid.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/PermissionsDao.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/PermissionList.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisPermissionsDao.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/AccountsPermissionsDaoTest.java
M restcomm/restcomm.dao/src/test/resources/accounts.xml
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsJsonEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/PermissionsXmlEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/PermissionsConverter.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/AccountsDaoMock.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/DaoManagerMock.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountPermissionsTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/PermissionsTest.java
A 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommPermissionsTool.java
A 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_permissions_test

  Log Message:
  ---
  CLOUDOPS-391: WIP Permissions and AccountPermission REST Endpoints. Unit 
tests and integrated tests


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[RestComm/ussdgateway] d77211: Issue #76: Add new UssdString property with set/ge...

2017-09-14 Thread abdulazizali77
  Branch: refs/heads/Issue76
  Home:   https://github.com/RestComm/ussdgateway
  Commit: d77211425b3d5f7746ee1d434cd1d2f85df2983f
  
https://github.com/RestComm/ussdgateway/commit/d77211425b3d5f7746ee1d434cd1d2f85df2983f
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-15 (Fri, 15 Sep 2017)

  Changed paths:
M 
core/domain/src/main/java/org/mobicents/ussdgateway/UssdPropertiesManagement.java
M core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/ChildSbb.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/USSDCDRState.java

  Log Message:
  ---
  Issue #76: Add new UssdString property with set/getter to USSDCDRState. Add 
new flag to enable/disable UssdString cdr saving. Append Ussd response string 
to CDRs


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[RestComm/ussdgateway] cb8ccc: Issue #76: Add new UssdString property with set/ge...

2017-09-14 Thread abdulazizali77
  Branch: refs/heads/Issue76
  Home:   https://github.com/RestComm/ussdgateway
  Commit: cb8ccc469d9e51bcffcb1f414d6e190831f90b57
  
https://github.com/RestComm/ussdgateway/commit/cb8ccc469d9e51bcffcb1f414d6e190831f90b57
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-15 (Fri, 15 Sep 2017)

  Changed paths:
M 
core/domain/src/main/java/org/mobicents/ussdgateway/UssdPropertiesManagement.java
M core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/ChildSbb.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/USSDCDRState.java

  Log Message:
  ---
  Issue #76: Add new UssdString property with set/getter to USSDCDRState. Add 
new flag to enable/disable UssdString cdr saving. Append Ussd response string 
to CDRs


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[RestComm/ussdgateway] d9313b: Issue #76: Add new UssdString property with set/ge...

2017-09-14 Thread abdulazizali77
  Branch: refs/heads/Issue76
  Home:   https://github.com/RestComm/ussdgateway
  Commit: d9313befb0e9652c7af8de57f7a6e817d4c10aa7
  
https://github.com/RestComm/ussdgateway/commit/d9313befb0e9652c7af8de57f7a6e817d4c10aa7
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-14 (Thu, 14 Sep 2017)

  Changed paths:
M 
core/domain/src/main/java/org/mobicents/ussdgateway/UssdPropertiesManagement.java
M core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/ChildSbb.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/USSDCDRState.java

  Log Message:
  ---
  Issue #76: Add new UssdString property with set/getter to USSDCDRState. Add 
new flag to enable/disable UssdString cdr saving. Append Ussd response string 
to CDRs


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[RestComm/ussdgateway] ab367e: Issue #72: Modify documentation, add DIALOG_DURATI...

2017-09-13 Thread abdulazizali77
  Branch: refs/heads/Issue72
  Home:   https://github.com/RestComm/ussdgateway
  Commit: ab367e29ed8569be2190994cf33a3d71bac5ad1a
  
https://github.com/RestComm/ussdgateway/commit/ab367e29ed8569be2190994cf33a3d71bac5ad1a
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-14 (Thu, 14 Sep 2017)

  Changed paths:
M 
docs/adminguide/sources-asciidoc/src/main/asciidoc/Chapter-Configuring.adoc
M docs/adminguide/sources-asciidoc/src/main/asciidoc/Chapter-Running.adoc
M docs/adminguide/sources/src/main/resources/en-US/Chapter-Configuring.xml
M docs/adminguide/sources/src/main/resources/en-US/Chapter-Running.xml

  Log Message:
  ---
  Issue #72: Modify documentation, add DIALOG_DURATION information


  Commit: 2969a64c76ec183713f8d8641a9f63728d03adf4
  
https://github.com/RestComm/ussdgateway/commit/2969a64c76ec183713f8d8641a9f63728d03adf4
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-14 (Thu, 14 Sep 2017)

  Changed paths:
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/jdbc/task/CDRTableCreateTask.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/jdbc/task/Schema.java

  Log Message:
  ---
  Issue #72: Add ALTER TABLE to Schema, check table version during CreateTable 
task


  Commit: 82c43595c0770837f92e4621cc2a04d9a79b9d5c
  
https://github.com/RestComm/ussdgateway/commit/82c43595c0770837f92e4621cc2a04d9a79b9d5c
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-14 (Thu, 14 Sep 2017)

  Changed paths:
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/http/HttpServerSbb.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/sip/SipServerSbb.java

  Log Message:
  ---
  Issue #72: Init dialog start time for both PUSH cases


Compare: 
https://github.com/RestComm/ussdgateway/compare/57e4648cf975...82c43595c077

-- 

--- 
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] 42c901: CLOUDOPS-391: Fix Dao tests. Modify Accounts Permi...

2017-09-11 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 42c9012c61702afef66967a73466b950a561e02f
  
https://github.com/RestComm/Restcomm-Connect/commit/42c9012c61702afef66967a73466b950a561e02f
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/AccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/AccountPermission.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/AccountsPermissionsDaoTest.java
M restcomm/restcomm.dao/src/test/resources/accounts.xml
M restcomm/restcomm.dao/src/test/resources/restcomm.script

  Log Message:
  ---
  CLOUDOPS-391: Fix Dao tests. Modify Accounts Permissions interfaces


-- 

--- 
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] e27e03: CLOUDOPS-391: ProblemStatement4 Proposal1a - Role ...

2017-09-11 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e27e0307ecb0f2243f5512fdab748ea5aa916ebb
  
https://github.com/RestComm/Restcomm-Connect/commit/e27e0307ecb0f2243f5512fdab748ea5aa916ebb
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-07-31 (Mon, 31 Jul 2017)

  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/AccountsEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java.orig
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/AuthorizationException.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/InsufficientPermission.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/NotAuthenticated.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/UserIdentityContext.java
A 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
M restcomm/restcomm.ussd/pom.xml
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  CLOUDOPS-391: ProblemStatement4 Proposal1a - Role based USSD feature blocking


  Commit: fbd448bb1224b781aa8487ecb99ffb6503ade1f6
  
https://github.com/RestComm/Restcomm-Connect/commit/fbd448bb1224b781aa8487ecb99ffb6503ade1f6
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-07-31 (Mon, 31 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  CLOUDOPS-391: ProblemStatement4 Proposal1a - Fix imports, expose 
UserIdentityContext setter/getter. init UserIdentityContext in Ussd


  Commit: 9762635220fce0d1c883ac889a0125747e802f40
  
https://github.com/RestComm/Restcomm-Connect/commit/9762635220fce0d1c883ac889a0125747e802f40
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-07-31 (Mon, 31 Jul 2017)

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

  Log Message:
  ---
  CLOUDOPS-391: ProblemStatement4 Proposal1a - Change UssdEP permissions string


  Commit: 6fd6d5dcb276960ce37c841dfc9e8211b90b9de8
  
https://github.com/RestComm/Restcomm-Connect/commit/6fd6d5dcb276960ce37c841dfc9e8211b90b9de8
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
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/sql/accounts.xml
A restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/permissions.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/AccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/DaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/PermissionsDao.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/AccountPermission.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Permission.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisAccountsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisDaoManager.java
A 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisPermissionsDao.java
A 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/AccountsPermissionsDaoTest.java
A 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/PermissionsDaoTest.java
M restcomm/restcomm.dao/src/test/resources/accounts.xml
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
M restcomm/restcomm.dao/src/test/resources/mybatis.xml
A restcomm/restcomm.dao/src/test/resources/permissions.xml

  Log Message:
  ---

[RestComm/ussdgateway] 57e464: Issue #72: Add dialog duration in CDRState. Modify...

2017-09-06 Thread abdulazizali77
  Branch: refs/heads/Issue72
  Home:   https://github.com/RestComm/ussdgateway
  Commit: 57e4648cf9759deade4d135432edbaaae96d35c3
  
https://github.com/RestComm/ussdgateway/commit/57e4648cf9759deade4d135432edbaaae96d35c3
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
M core/slee/sbbs/pom.xml
M core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/ChildSbb.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/USSDCDRState.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/jdbc/CDRGeneratorSbb.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/jdbc/task/CDRCreateTask.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/jdbc/task/CDRTaskBase.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/jdbc/task/Schema.java
M 
core/slee/sbbs/src/main/java/org/mobicents/ussdgateway/slee/cdr/plain/CDRGeneratorSbb.java

  Log Message:
  ---
  Issue #72: Add dialog duration in CDRState. Modify plain and jdbc CDRGenerator


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[RestComm/restcomm-android-sdk] 284c1f: Fixes #694: Split clean uri if it contains host pa...

2017-09-05 Thread abdulazizali77
  Branch: refs/heads/abdulazizali77_issue694
  Home:   https://github.com/RestComm/restcomm-android-sdk
  Commit: 284c1f68443c20298c57034d101f20f55d92978a
  
https://github.com/RestComm/restcomm-android-sdk/commit/284c1f68443c20298c57034d101f20f55d92978a
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
M 
restcomm.android.sdk/src/main/java/org/restcomm/android/sdk/SignalingClient/JainSipClient/JainSipMessageBuilder.java

  Log Message:
  ---
  Fixes #694: Split clean uri if it contains host part and remove dash only 
from userpart


-- 

--- 
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] 0293c3: CLOUDOPS-584: Expose GET Extensions list REST API....

2017-08-28 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-584
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0293c3419f8245d257360c1075fa4717faa34cd0
  
https://github.com/RestComm/Restcomm-Connect/commit/0293c3419f8245d257360c1075fa4717faa34cd0
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-28 (Mon, 28 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/extensions-configuration.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/extensions-configuration.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/ExtensionsConfigurationDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisExtensionsConfigurationDao.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationXmlEndpoint.java

  Log Message:
  ---
  CLOUDOPS-584: Expose GET Extensions list REST API. Expose GET Account 
Specific Extensions configuration REST API.


-- 

--- 
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] 1dd756: RESTCOMM-1032: Update all passwords in testsuite d...

2017-08-23 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1032_1a_D1
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1dd756e10467c5344162e769cf79e10bc8e23382
  
https://github.com/RestComm/Restcomm-Connect/commit/1dd756e10467c5344162e769cf79e10bc8e23382
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_no_auth.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm_conf_ussd_push.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-EmailEndpoint.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-accountRemoval.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-corsRelax.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm-delay-ringing-error.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-embeddedMMS.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-ims-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-ims.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-smpp.xml
A restcomm/restcomm.testsuite/src/test/resources/restcomm.properties
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_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_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_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
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.script_imsDialTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_multitenancyTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_playTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMigratedTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMixedTest
M 
restcomm/restcomm.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_traffic_throttling
M restcomm/restcomm.testsuite/src/test/resources/restcomm.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_AvailablePhoneNumbers_Test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest2.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_UserAgentManagerTest.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_acting_as_proxy.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_acting_as_proxy_answer_delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_bandwidth_test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_callRegex.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_calllifecycle-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_calllifecycle.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_for_SMSEndpointTest.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_nexmo_test.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_recording_s3_upload-delay.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_recording_s3_upload_none_security.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_recording_s3_upload_secure.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_roles_permissions.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_voxbone_test.xml
M 
restcomm/restcomm.testsuite/sr

[RestComm/Restcomm-Connect] 8a57c0: RESTCOMM-1032 : Implement Proposal 1a. System wide...

2017-08-23 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1032_1a_D1
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8a57c099ff053cee8c82ac500b7448e53676
  
https://github.com/RestComm/Restcomm-Connect/commit/8a57c099ff053cee8c82ac500b7448e53676
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.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.commons/src/main/java/org/restcomm/connect/commons/util/DigestAuthentication.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ClientsEndpoint.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.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/ua/UserAgentManager.java

  Log Message:
  ---
  RESTCOMM-1032 : Implement Proposal 1a. System wide algorithm, return single 
WWW-Auth. Hash A1 as password. Update client passwords to MD5 hash.


  Commit: c3c14706854e22086ccd1629cf2b78bae698fb61
  
https://github.com/RestComm/Restcomm-Connect/commit/c3c14706854e22086ccd1629cf2b78bae698fb61
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/util/DigestAuthentication.java

  Log Message:
  ---
  RESTCOMM-1032 : Remove unnecessary DigestAuthentication functions. Fix call 
in KD


  Commit: 5b5b3c33bc762f0751471216c46178c7d81e5c7e
  
https://github.com/RestComm/Restcomm-Connect/commit/5b5b3c33bc762f0751471216c46178c7d81e5c7e
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  RESTCOMM-1032 : Pass in qop to CallControlHelper, SmsService and CallManager. 
Remove unused functions with MD5


  Commit: 9a6e8dcf6391be88893651a587ecb44f8e5b6d87
  
https://github.com/RestComm/Restcomm-Connect/commit/9a6e8dcf6391be88893651a587ecb44f8e5b6d87
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
M restcomm/pom.xml
A restcomm/restcomm.testsuite/src/test/resources/cdr_generator.sh
A restcomm/restcomm.testsuite/src/test/resources/mybatis_win.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_no_auth.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm_conf_ussd_push.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-EmailEndpoint.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-accountRemoval.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-corsRelax.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm-delay-ringing-error.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-embeddedMMS.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-ims-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-ims.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-smpp.xml
A restcomm/restcomm.testsuite/src/test/resources/restcomm.properties
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_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_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_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
M 
res

[RestComm/Restcomm-Connect]

2017-08-17 Thread abdulazizali77
  Branch: refs/heads/BUG1014
  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]

2017-08-16 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-885
  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] b194ac: RESTCOMM-885: Add Multiprovider Extension REST API...

2017-08-16 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-885
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b194ac18e6c23c51883c0bbb19e6c9ba0e290c46
  
https://github.com/RestComm/Restcomm-Connect/commit/b194ac18e6c23c51883c0bbb19e6c9ba0e290c46
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-16 (Wed, 16 Aug 2017)

  Changed paths:
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/extensions-multiprovider-configuration.adoc

  Log Message:
  ---
  RESTCOMM-885: Add Multiprovider Extension REST API doc


-- 

--- 
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] 3c918b: RESTCOMM-1032 : Implement Proposal 1a. System wide...

2017-08-15 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1032_1a_D1
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 3c918bd403308fc668dcb0899df32c5ae6381edd
  
https://github.com/RestComm/Restcomm-Connect/commit/3c918bd403308fc668dcb0899df32c5ae6381edd
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-15 (Tue, 15 Aug 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.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.commons/src/main/java/org/restcomm/connect/commons/util/DigestAuthentication.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ClientsEndpoint.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.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/ua/UserAgentManager.java

  Log Message:
  ---
  RESTCOMM-1032 : Implement Proposal 1a. System wide algorithm, return single 
WWW-Auth. Hash A1 as password. Update client passwords to MD5 hash.


  Commit: 2187f26676b5d938c8abcdcbcaa8f3c0477e3492
  
https://github.com/RestComm/Restcomm-Connect/commit/2187f26676b5d938c8abcdcbcaa8f3c0477e3492
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-15 (Tue, 15 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/util/DigestAuthentication.java

  Log Message:
  ---
  RESTCOMM-1032 : Remove unnecessary DigestAuthentication functions. Fix call 
in KD


  Commit: 1d762a423c338fb91c1a0bb0a7e3dacafffd89b6
  
https://github.com/RestComm/Restcomm-Connect/commit/1d762a423c338fb91c1a0bb0a7e3dacafffd89b6
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-15 (Tue, 15 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  RESTCOMM-1032 : Pass in qop to CallControlHelper, SmsService and CallManager. 
Remove unused functions with MD5


  Commit: b8b4a03aef69684a9ae5f48a2f3e57816933bdf8
  
https://github.com/RestComm/Restcomm-Connect/commit/b8b4a03aef69684a9ae5f48a2f3e57816933bdf8
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-15 (Tue, 15 Aug 2017)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_no_auth.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm_conf_ussd_push.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-EmailEndpoint.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-accountRemoval.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-corsRelax.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm-delay-ringing-error.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-embeddedMMS.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-ims-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-ims.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-smpp.xml
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_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_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_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialForkTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialStatusCallbackTest
M restcomm/restcomm.test

[RestComm/Restcomm-Connect] e51455: RESTCOMM-1032: Update all passwords in testsuite d...

2017-08-06 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1032_1a_D1
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e514552fc95bacc9200f4f871bab1f522f4bd81e
  
https://github.com/RestComm/Restcomm-Connect/commit/e514552fc95bacc9200f4f871bab1f522f4bd81e
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
M restcomm/pom.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_no_auth.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm_conf_ussd_push.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-EmailEndpoint.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-accountRemoval.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-corsRelax.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm-delay-ringing-error.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-embeddedMMS.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-ims-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-ims.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-smpp.xml
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_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_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_clients_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_dialActionTest
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.script_imsDialTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_multitenancyTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_playTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMigratedTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMixedTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceOriginalTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_traffic_throttling
M restcomm/restcomm.testsuite/src/test/resources/restcomm.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_AvailablePhoneNumbers_Test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest2.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_UserAgentManagerTest.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_acting_as_proxy.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_acting_as_proxy_answer_delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_bandwidth_test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_callRegex.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_calllifecycle-delay.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_calllifecycle.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_for_SMSEndpointTest.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_nexmo_test.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_recording_s3_upload-delay.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_recording_s3_upload_none_security.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_recording_s3_upload_secure.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_roles_permissions.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_voxbone_test.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_workspaceMigration.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_workspaceMigrationDisabled.xml

  Log M

[RestComm/Restcomm-Connect] fa18c1: RESTCOMM-1032 : Pass in qop to CallControlHelper, ...

2017-08-01 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1032_1a_D1
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: fa18c12995bc88132792c63b774e1aff53dda950
  
https://github.com/RestComm/Restcomm-Connect/commit/fa18c12995bc88132792c63b774e1aff53dda950
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-01 (Tue, 01 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  RESTCOMM-1032 : Pass in qop to CallControlHelper, SmsService and CallManager. 
Remove unused functions with MD5


-- 

--- 
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] f41843: RESTCOMM-1032 : Remove unnecessary DigestAuthentic...

2017-07-31 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1032_1a_D1
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f418438b4491c1771a677d4c7a3e3e8a568a9ada
  
https://github.com/RestComm/Restcomm-Connect/commit/f418438b4491c1771a677d4c7a3e3e8a568a9ada
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-08-01 (Tue, 01 Aug 2017)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/util/DigestAuthentication.java

  Log Message:
  ---
  RESTCOMM-1032 : Remove unnecessary DigestAuthentication functions. Fix call 
in KD


-- 

--- 
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] 54057e: RESTCOMM-1032 : Implement Proposal 1a. System wide...

2017-07-30 Thread abdulazizali77
  Branch: refs/heads/RESTCOMM-1032_1a_D1
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 54057efba6bd9e76538615e74eacae7d2664bfd2
  
https://github.com/RestComm/Restcomm-Connect/commit/54057efba6bd9e76538615e74eacae7d2664bfd2
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-07-31 (Mon, 31 Jul 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.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.commons/src/main/java/org/restcomm/connect/commons/util/DigestAuthentication.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ClientsEndpoint.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/util/CallControlHelper.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/ua/UserAgentManager.java

  Log Message:
  ---
  RESTCOMM-1032 : Implement Proposal 1a. System wide algorithm, return single 
WWW-Auth. Hash A1 as password. Update client passwords to MD5 hash.


-- 

--- 
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] 07a726: CLOUDOPS-391: ProblemStatement4 Proposal1a - Fix i...

2017-07-16 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1a
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 07a72684bcb18b421086bfa21df2b370fb93064e
  
https://github.com/RestComm/Restcomm-Connect/commit/07a72684bcb18b421086bfa21df2b370fb93064e
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  CLOUDOPS-391: ProblemStatement4 Proposal1a - Fix imports, expose 
UserIdentityContext setter/getter. init UserIdentityContext in Ussd


  Commit: 6373de83a9dfd28faccc82a7cbb6c7d58423e57c
  
https://github.com/RestComm/Restcomm-Connect/commit/6373de83a9dfd28faccc82a7cbb6c7d58423e57c
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

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

  Log Message:
  ---
  CLOUDOPS-391: ProblemStatement4 Proposal1a - Change UssdEP permissions string


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/25c2db964bbb...6373de83a9df

-- 

--- 
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] 25c2db: CLOUDOPS-391: ProblemStatement4 Proposal1a - Role ...

2017-07-16 Thread abdulazizali77
  Branch: refs/heads/CLOUDOPS-391_Proposal1a
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 25c2db964bbb8747f3d28791426b7345ca59642e
  
https://github.com/RestComm/Restcomm-Connect/commit/25c2db964bbb8747f3d28791426b7345ca59642e
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-07-16 (Sun, 16 Jul 2017)

  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/AccountsEndpoint.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java.orig
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SecuredEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptionmappers/RestcommRuntimeExceptionMapper.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/AuthorizationException.java
R 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/InsufficientPermission.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/exceptions/NotAuthenticated.java
M 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/UserIdentityContext.java
A 
restcomm/restcomm.identity/src/main/java/org/restcomm/connect/identity/permissions/PermissionsUtil.java
M restcomm/restcomm.ussd/pom.xml
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java

  Log Message:
  ---
  CLOUDOPS-391: ProblemStatement4 Proposal1a - Role based USSD feature blocking


-- 

--- 
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] 2a7ffb: RESTCOMM-1014 : Parse outboundProxy Uri with port ...

2017-07-02 Thread abdulazizali77
  Branch: refs/heads/BUG1014
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 2a7ffb6462652322ad2e6b00fab6909169259b66
  
https://github.com/RestComm/Restcomm-Connect/commit/2a7ffb6462652322ad2e6b00fab6909169259b66
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  RESTCOMM-1014 : Parse outboundProxy Uri with port and params


-- 

--- 
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] 3cb348: RESTCOMM-884 : Simplify extensions check for proxy...

2017-06-13 Thread abdulazizali77
  Branch: refs/heads/MPROV_Voice2b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 3cb348a568c4c8f20b13c592e41b45c5b08f1752
  
https://github.com/RestComm/Restcomm-Connect/commit/3cb348a568c4c8f20b13c592e41b45c5b08f1752
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
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:
  ---
  RESTCOMM-884 : Simplify extensions check for proxyDID and WebRTC. Revert 
mistaken rcmlHeaders functions changes, instantiate rcmlHeaders outside of if 
block


-- 

--- 
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] 301709: RESTCOMM-884 : call SipURI.setHost to set outbound...

2017-06-13 Thread abdulazizali77
  Branch: refs/heads/MPROV_Voice2b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 3017090d3024024cf4af993ee8861337e1dc46c0
  
https://github.com/RestComm/Restcomm-Connect/commit/3017090d3024024cf4af993ee8861337e1dc46c0
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

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

  Log Message:
  ---
  RESTCOMM-884 : call SipURI.setHost to set outboundProxy


-- 

--- 
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] f7d004: RESTCOMM-884 : Catch exception for SipMessage.setH...

2017-06-12 Thread abdulazizali77
  Branch: refs/heads/MPROV_Voice2b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f7d004d2d839a9c7194ef84a6fb91acf874935d8
  
https://github.com/RestComm/Restcomm-Connect/commit/f7d004d2d839a9c7194ef84a6fb91acf874935d8
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
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:
  ---
  RESTCOMM-884 : Catch exception for SipMessage.setHeader/addHeader


-- 

--- 
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] 1eecc8: RESTCOMM-884: Move rcmlHeaders instantiation funct...

2017-06-11 Thread abdulazizali77
  Branch: refs/heads/MPROV_Voice2b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1eecc8d22acdc67578010e6ac1e71ca3cc37e721
  
https://github.com/RestComm/Restcomm-Connect/commit/1eecc8d22acdc67578010e6ac1e71ca3cc37e721
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

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

  Log Message:
  ---
  RESTCOMM-884: Move rcmlHeaders instantiation functions


-- 

--- 
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] 764f12: RESTCOMM-884: Add outboundProxy usage for outbound...

2017-06-11 Thread abdulazizali77
  Branch: refs/heads/MPROV_Voice2b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 764f12fc687a41b4f019125df85734c0c626fd8b
  
https://github.com/RestComm/Restcomm-Connect/commit/764f12fc687a41b4f019125df85734c0c626fd8b
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
R 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/CallRequest.java
R 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/MessageExtensionResponse.java
R 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/NodeExtensionResponse.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/RestcommExtensionGeneric.java
R 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/SessionExtensionResponse.java
R 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/SystemExtensionResponse.java
R 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/TransactionExtensionResponse.java
M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/controller/ExtensionController.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CreateCall.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:
  ---
  RESTCOMM-884: Add outboundProxy usage for outboundToSip. Address review 
comments: Remove CreateCall, unused *Response, change method interfaces. Remove 
CallManager.handleExtensionResponse. Add extension check for proxyDID scenario.


-- 

--- 
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] b41ce4: RESTCOMM-884: Voice_2b: Cleanup, add pragmas, docs...

2017-06-06 Thread abdulazizali77
  Branch: refs/heads/MPROV_Voice2b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b41ce41f646a4ff792bdf938a260e75d3036014f
  
https://github.com/RestComm/Restcomm-Connect/commit/b41ce41f646a4ff792bdf938a260e75d3036014f
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/telephony/CreateCallType.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/ExtensionRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/IExtensionCreateCallRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/IExtensionCreateSmsSessionRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/IExtensionRequest.java
M 
restcomm/restcomm.sms.api/src/main/java/org/restcomm/connect/sms/api/CreateSmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CreateCall.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:
  ---
  RESTCOMM-884: Voice_2b: Cleanup, add pragmas, docs. Check before logging. 
Reorder methods


-- 

--- 
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] a23034: RESTCOMM-884: Voice_2b: Cleanup, add pragmas, docs...

2017-06-06 Thread abdulazizali77
  Branch: refs/heads/MPROV_Voice2b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: a2303496e5636c72092c01896e3f628a20652056
  
https://github.com/RestComm/Restcomm-Connect/commit/a2303496e5636c72092c01896e3f628a20652056
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/telephony/CreateCallType.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/ExtensionRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/IExtensionCreateCallRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/IExtensionCreateSmsSessionRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/IExtensionRequest.java
M 
restcomm/restcomm.sms.api/src/main/java/org/restcomm/connect/sms/api/CreateSmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CreateCall.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:
  ---
  RESTCOMM-884: Voice_2b: Cleanup, add pragmas, docs. Check before logging. 
Reorder methods


-- 

--- 
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] 783f6d: WIP Voice Proposal 2b: Process multikey headers. P...

2017-05-18 Thread abdulazizali77
  Branch: refs/heads/MPROV_Voice2b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 783f6d508c2d1e6d4becd281fc2bab22f50e9a81
  
https://github.com/RestComm/Restcomm-Connect/commit/783f6d508c2d1e6d4becd281fc2bab22f50e9a81
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/IExtensionCreateCallRequest.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CreateCall.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java

  Log Message:
  ---
  WIP Voice Proposal 2b: Process multikey headers. Process Request-URI properly


-- 

--- 
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] 2aba34: WIP Voice Proposal 2b: Add CreateCallType

2017-05-11 Thread abdulazizali77
  Branch: refs/heads/MPROV_Voice2b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 2aba34c6b80cc5e7477bf69ab943e0b54a4192de
  
https://github.com/RestComm/Restcomm-Connect/commit/2aba34c6b80cc5e7477bf69ab943e0b54a4192de
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
A 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/telephony/CreateCallType.java

  Log Message:
  ---
  WIP Voice Proposal 2b: Add CreateCallType


-- 

--- 
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] 39fdae: WIP Voice Proposal 2b

2017-05-11 Thread abdulazizali77
  Branch: refs/heads/MPROV_Voice2b
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 39fdae3fe6b8bd1a1792568e1cad2e6ad8bfa18a
  
https://github.com/RestComm/Restcomm-Connect/commit/39fdae3fe6b8bd1a1792568e1cad2e6ad8bfa18a
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/CallRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/ExtensionRequest.java
A 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/IExtensionCreateCallRequest.java
A 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/IExtensionRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/RestcommExtensionGeneric.java
M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/controller/ExtensionController.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/UssdPushEndpoint.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SubVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M restcomm/restcomm.telephony.api/pom.xml
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CallInfo.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/CreateCall.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/InitializeOutbound.java
M restcomm/restcomm.telephony/pom.xml
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.ussd/src/main/java/org/restcomm/connect/ussd/interpreter/UssdInterpreter.java
M 
restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCall.java

  Log Message:
  ---
  WIP Voice Proposal 2b


-- 

--- 
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] 771d38: Issue#1981: Address PR comments: Move DefaultExten...

2017-05-09 Thread abdulazizali77
  Branch: refs/heads/MPROV_1981
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 771d389cca3590ecc6a514cd738428a815501359
  
https://github.com/RestComm/Restcomm-Connect/commit/771d389cca3590ecc6a514cd738428a815501359
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-05-09 (Tue, 09 May 2017)

  Changed paths:
R 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/CallResponse.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/RestcommExtensionGeneric.java
M restcomm/restcomm.extension.controller/pom.xml
M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/configuration/DefaultExtensionConfiguration.java
M 
restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/controller/ExtensionController.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppMessageHandler.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java

  Log Message:
  ---
  Issue#1981: Address PR comments: Move DefaultExtensionConfiguration. Change 
RestcommExtensionGeneric preOutboundAction method signature. Add 
getName,getVersion. Fix dependencies. Fix checkstyle. Remove mistaken 
CallResponse add.


-- 

--- 
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] 65084b: Issue #1981: Clean up. Change interface name getEx...

2017-05-06 Thread abdulazizali77
  Branch: refs/heads/MPROV_1981
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 65084be7691c5e12ea70a8afb8f162814625c4c0
  
https://github.com/RestComm/Restcomm-Connect/commit/65084be7691c5e12ea70a8afb8f162814625c4c0
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-05-06 (Sat, 06 May 2017)

  Changed paths:
M restcomm/restcomm.application/pom.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/extensions.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/extensions-configuration.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/extensions-configuration.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/ExtensionsConfigurationDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisExtensionsConfigurationDao.java
A 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/ExtensionRequest.java
M 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/ExtensionResponse.java
A 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/MessageExtensionResponse.java
A 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/NodeExtensionResponse.java
A 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/SessionExtensionResponse.java
A 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/SystemExtensionResponse.java
A 
restcomm/restcomm.extension.api/src/main/java/org/restcomm/connect/extension/api/TransactionExtensionResponse.java
M restcomm/restcomm.sms.api/pom.xml
M 
restcomm/restcomm.sms.api/src/main/java/org/restcomm/connect/sms/api/SmsSessionRequest.java
M restcomm/restcomm.sms/pom.xml
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsService.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/SmsSession.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInboundMessageEntity.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/SmppOutboundMessageEntity.java

  Log Message:
  ---
  Issue #1981: Clean up. Change interface name getExtensionClob to 
getAccountExtensionConfiguration

Issue #1981: Revert ExtensionsBootStrapper xml parsing

Issue #1981: modify mysql extensions sql

Issue #1981: Fix poms

Issue #1981: Add proper tlvs to outbound and sip request

Issue #1981: WIP. Fix Accounts Extensions DAO. Fix ExtensionConfig to json to 
XMLConfig mapping. Add example account mappings

Issue #1981: WIP. Dao changes. Table changes. SMSService changes.

Issue #1981: Make changes to SmsSession objects

Issue #1981: Add ExtensionResponse subclasses. Handle Session specific 
Extension customization by modifying the SmsSession configuration.


  Commit: a023fc50bccf2e6132e45ba26e1287a61202e0d6
  
https://github.com/RestComm/Restcomm-Connect/commit/a023fc50bccf2e6132e45ba26e1287a61202e0d6
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-05-06 (Sat, 06 May 2017)

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

  Log Message:
  ---
  Issue #1981: Add extensions check to SMS inbound hosted app


  Commit: bbef17c7a26ee9d4e8a4f78635ddea69c6d9c6b2
  
https://github.com/RestComm/Restcomm-Connect/commit/bbef17c7a26ee9d4e8a4f78635ddea69c6d9c6b2
  Author: abdulazizali77 <abdulaziz...@acm.org>
  Date:   2017-05-06 (Sat, 06 May 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/extensions-configuration.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/extensions-configuration.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/ExtensionsConfigurationDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisExtensionsConfigurationDao.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationXmlEndpoint.java

  Log Message:
  ---
  Issue #1981: Modify Extensions REST API for acount specific configuration


  Commit: 09b166d59132e7673946fc519ad917e9860b9e5b
  
https://github.com/RestComm/Restcomm-Connect/commit/09b166d59132e7673946fc519ad917e9860b9e5b
  Author: abdulazizali77 <abdulaziz...@acm.org>
 

  1   2   >