mirror of https://github.com/sipwise/mediator.git
Due to the movement of call transfer handling from sems pbx to standard sems, in case of blind call transfer the BYE ACC is generated with call_id suffix '_pbx-1_xfer-1' instead of '_xfer-1'. To be more precise, currently we creates 2 ACCs for INVITEs: - one without any suffix - one with '_xfer-1" suffix and just one for the BYE: - with '_xfer-1' suffix Mediator is able to use the BYE to close both the INVITEs With the new implementation we creats 2 ACCs for INVITEs: - one without any suffix - one with '_pbx-1_xfer-1" suffix and just one for the BYE: - with '_pbx-1_xfer-1' suffix The sinlge BYE record is not used to close both the ACC INVITEs. Change-Id: Id7a68fab8d84ffe987084e925fecc1e051cbaccdmr9.0
parent
0b22ffbd52
commit
245778265b
Loading…
Reference in new issue