-
Couldn't load subscription status.
- Fork 419
Closed
Labels
Description
Hi,
I am starting SIPp as a UAS, with config file [1]. The problem I have, at BYE, is that [routes] append the "Route:" header with wrong content order, as below:
how it should look: Route: <sip:172.16.38.75;lr=on;ftag=y96a53D52ZHXH>, <sip:172.16.38.63;lr;ftag=y96a53D52ZHXH>, <sip:172.16.38.53;lr=on;ftag=y96a53D52ZHXH>
how it looks: Route: <sip:172.16.38.63;lr;ftag=y96a53D52ZHXH>, <sip:172.16.38.53;lr=on;ftag=y96a53D52ZHXH>,<sip:172.16.38.75;lr=on;ftag=y96a53D52ZHXH>
Should I do something in addition, or is this a bug?