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:
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
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
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:
Daniel-Constantin Mierla writes:
I suspect to be commit
fb0cd1cd6a891ab5dc5f559bb6740ba62ac3daf4
yes, i reverted commit "tm: test ending angle bracket for From/To URI when genrating local requests" and the problem went away.
-- juha
Daniel-Constantin Mierla writes:
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.
i didn't find that the <> commit would have been cherry picked to 4.1. your advertise patch i already cherry picked to 4.1.
-- juha