Babon Frederic wrote: > Hello, > > I have noticed a strange behaviour with PJSIP versions > 0.5.10.2 : if I > specify a SIP proxy (example : sip:178.3.16.170), my user agent will add > this sip address to all future requests ! > > For example an INVITE request to marc will be: > > PJSIP 0.5.10.2 : INVITE sip:marc at test.net (from = sip:fbabon at test.net, > to = sip:marc at test.net) > > Latest PJSIP : INVITE sip:178.3.16.170 (from = > sip:fbabon at test.net, to = sip:marc at test.net) > > Is it normal ? I think so (and I hope so!). There was a bug with handling strict route (that is when the route URI doesn't have ";lr" parameter) with pjsip 0.5.10.2 and below, which has been fixed in 0.5.10.3 and 0.7. Please see this ticket for the details: http://www.pjsip.org/trac/ticket/186 > > Thanks a lot for your great support PJSIP team ;) Thanks for the kind words! :) -benny