[reSIProcate-users] How to get Transport used to route a message in advance?
Hi,
Just a simple question... is there a way to know what Transport was chosen to route a sip message through before actually sending that message through the stack?
I want to modify the SDP depending on the transport.
TransportSelector has a convenient method findTransportByDest(target) that I supposed does exactly what I want... problem is that I don't have access to TransportSelector directly (i.e. that would be great if that was static :-)).
Regards,
Jorge Bustamante