Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2562 by [email protected]: ProxyImpl tests all of the From: header
http://code.google.com/p/mobicents/issues/detail?id=2562

What steps will reproduce the problem?
From code inspection
ProxyImpl stores the From: header from the initial request as a string, and compares this to the From: header in requests to determine their direction. However, it is possible for UAs to change the content of the From: URI; it is only mandatory to keep the tag parameter unchanged.

What is the expected output? What do you see instead?
ProxyImpl should correctly recognise the direction of requests, even if the From: header changes; as long as the from tag remains unchanged.


What version of the product are you using? On what operating system?
1.6 Snapshot on CentOS 5.5 and Windows 7

Please provide any additional information below.
Suggest we store the From: tag and compare this.

I will attempt to write some test scripts and a patch

Reply via email to