Every use of uac_replace_from from branch_route appends FROM info in BYE
header.
Example:
branch_route[1] {
...
uac_replace_from("$avp(from_uri)");
...
}
The first using branch_route:
BYE message:
From: <sip:[email protected] >;tag=as4012f1b6
The second using branch_route:
BYE message:
From: <sip:[email protected] sip:[email protected] >;tag=as4012f1b6
What I do to correct this problem?
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users