On 19.08.2013 13:04, Alex Balashov wrote:
On 08/19/2013 07:00 AM, Mino Haluz wrote:
(palmface). I am always forgetting about this, it should be called where initial request is processed or also for sequential requests?
Initial.
Sequential requests and their replies are sent according to a different principle (the target URI, i.e. the Contact on both sides).
Half-true. Replies are sent according to the Via header. Replies always and only use the Via headers for routing.
Thus, you have to call force_rport() for every request.
regards Klaus