Alex Balashov writes:
I wonder what happens if you add a Record-Route header
manually in the
branch_route, with append_hf(), e.g.
append_hf("Record-Route: <sip:ip.of.proxy:5060>\r\n");
that would work, but is not that simple due to all kinds of r-r params
and socket that depend on many things.
but it looks like the contents of resulting r-r header are branch
specific, i.e., it is possible to call record_route() once in route
block and set r-r params and socket in branch route block.
-- juha