Hello!

Are you sure you only call uac_replace_from/to only from the branch route, not from main route? Also, what version of OpenSIPS are you using?

Regards!

--
Răzvan Crainea
OpenSIPS Developer


On 01/04/2012 01:34 PM, goup2010 wrote:

Every use of uac_replac​e_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] <mailto:sip%[email protected]> >;tag=as4012f1b6

The second using branch_route:
BYE message:
From: <sip:[email protected] <mailto:sip%[email protected]> sip:[email protected] <mailto: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
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to