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

2018-02-20 Thread Jaime Casero
  Branch: refs/heads/github2808
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 074079babd359514cf6a0e75c588191508cf1909
  
https://github.com/RestComm/Restcomm-Connect/commit/074079babd359514cf6a0e75c588191508cf1909
  Author: abdulazizali77 
  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


  Commit: 1deafacf79de166dd5e52d4d00dabcc06540007c
  
https://github.com/RestComm/Restcomm-Connect/commit/1deafacf79de166dd5e52d4d00dabcc06540007c
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  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:
  ---
  Merge pull request #2766 from RestComm/MSB-352

RESTCOMM-1625: Handle Route Header for MultiProvider config


  Commit: d4a24f75f8533fbcd637e7297d73c2182e7798e8
  
https://github.com/RestComm/Restcomm-Connect/commit/d4a24f75f8533fbcd637e7297d73c2182e7798e8
  Author: Jaime Casero 
  Date:   2018-02-19 (Mon, 19 Feb 2018)

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

  Log Message:
  ---
  added produces to prevent 406 error


  Commit: dea249d4ed8eeff7800f2669302a98696c94fc01
  
https://github.com/RestComm/Restcomm-Connect/commit/dea249d4ed8eeff7800f2669302a98696c94fc01
  Author: Jaime Casero 
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/MultitenancyAllowAccessApiTest.java

  Log Message:
  ---
  fixed test by enforcing order


  Commit: f9a30f2dde7345811505dc59c1923f2ddefffc1a
  
https://github.com/RestComm/Restcomm-Connect/commit/f9a30f2dde7345811505dc59c1923f2ddefffc1a
  Author: Jaime Casero 
  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:
  ---
  Merge branch 'master' of https://github.com/RestComm/Restcomm-Connect


  Commit: 7589e4194fa33eb180764522d2656f481ca775e6
  
https://github.com/RestComm/Restcomm-Connect/commit/7589e4194fa33eb180764522d2656f481ca775e6
  Author: Jaime Casero 
  Date:   2018-02-20 (Tue, 20 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
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/MultitenancyAllowAccessApiTest.java

  Log Message:
  ---
  Merge branch 'master' into github2808


  Commit: 87ee26f217c208acf3e2c6f868d992d9955a2cc0
  
https://github.com/RestComm/Restcomm-Connect/commit/87ee26f217c208acf3e2c6f868d992d9955a2cc0
  Author: Jaime Casero 
  Date:   2018-02-20 (Tue, 20 Feb 2018)

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

  Log Message:
  ---
  fixed pathparam


  Commit: 06a0fcbed4347a15df75c77dbd0885c92e9a5df0
  
https://github.com/RestComm/Restcomm-Connect/commit/06a0fcbed4347a15df75c77dbd0885c92e9a5df0
  Author: Jaime Casero 
  Date:   2018-02-20 (Tue, 20 Feb 2018)

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

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

2018-02-19 Thread jaimecasero
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 074079babd359514cf6a0e75c588191508cf1909
  
https://github.com/RestComm/Restcomm-Connect/commit/074079babd359514cf6a0e75c588191508cf1909
  Author: abdulazizali77 
  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


  Commit: 1deafacf79de166dd5e52d4d00dabcc06540007c
  
https://github.com/RestComm/Restcomm-Connect/commit/1deafacf79de166dd5e52d4d00dabcc06540007c
  Author: jaimecasero <7847241+jaimecas...@users.noreply.github.com>
  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:
  ---
  Merge pull request #2766 from RestComm/MSB-352

RESTCOMM-1625: Handle Route Header for MultiProvider config


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/2d547a45facc...1deafacf79de

-- 

--- 
You received this message because you are subscribed to the Google 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 
  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.