while testing tm.t_uac_wait, i noticed that latest master adds extra <> around from/to uri body if it contains tag.
i then went back to kamailio build from master on 20140915 (which i happened to have laying around) and the issue disappeared.
has something changed in between that could explain the problem?
-- juha
I suspect to be commit
fb0cd1cd6a891ab5dc5f559bb6740ba62ac3daf4
Which was done to prevent extra <> when there was a display name. So, while fixed something, it broke the case with parameters.
Daniel
On 28/09/14 21:13, Juha Heinanen wrote:
I pushed a patch that should do better detection of existing <>. Ultimately, the safest would be to do full header body parsing...
If your tests are ok, you can go ahead and backport to 4.1.
Daniel
On 28/09/14 21:33, Juha Heinanen wrote: