Thanks to visit codestin.com
Credit goes to github.com

Skip to content

incorrect order of [routes] #262

@smititelu

Description

@smititelu

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?

[1] http://pastebin.com/fiFQKQK3

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions