is there any means to test if record_route() has been called already on the request?
if it is called more than once, error message is issued.
-- juha
On 23/04/14 12:55, Juha Heinanen wrote:
is there any means to test if record_route() has been called already on the request?
if it is called more than once, error message is issued.
record_route() adds some conditional lump to be able to deal with the case of double record routing (when outbound socket is different than inbound socket).
Cheers, Daniel