i have in openser.cfg file
listen=x.x.x.x port=5060 alias="sip.test.fi:5060" tcp_accept_aliases=yes
out-of-dialog request comes in with pre-loaded route header:
Route: sip:sip.test.fi;lr;transport=TCP
loose_route() returns true although according to rr/readme it should return false:
If the request is out-of-dialog (no to-tag) and there is only one Route: header indicating the local proxy, then the Route: header is removed and the function returns FALSE.
this is with openser 1.2. i don't remember having this problems with openser 1.1.1.
has something changed in config or what it is that i'm missing?
-- juha
Should return false, as the request is not routed based on Route header. Could you start in debug mode and check the aliases lists at startup as well as log messages when comparing Route URI against self aliases?
Cheers, Daniel
On 03/20/07 13:31, Juha Heinanen wrote:
i have in openser.cfg file
listen=x.x.x.x port=5060 alias="sip.test.fi:5060" tcp_accept_aliases=yes
out-of-dialog request comes in with pre-loaded route header:
Route: sip:sip.test.fi;lr;transport=TCP
loose_route() returns true although according to rr/readme it should return false:
If the request is out-of-dialog (no to-tag) and there is only one Route: header indicating the local proxy, then the Route: header is removed and the function returns FALSE.
this is with openser 1.2. i don't remember having this problems with openser 1.1.1.
has something changed in config or what it is that i'm missing?
-- juha
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users