[repro-users] Authenticated identity check problem
- From: Gergely Kovacs <gergo@xxxxxxxxx>
- Date: Thu, 11 Oct 2007 18:31:22 +0200
Hi,
I'd like to have repro check identity headers. I run two repro on the
same machine:
Machine A (port 5060)
domain: a.com
user: root@xxxxx
route uri: ^sip:([^@]+)@a.com.*$
route sip:$1@xxxxx:5062
Machine B (port 5062)
domain: b.com:5062
user: root@xxxxx:5062
root@xxxxx calls root@xxxxx; root@xxxxx authenticates himself, a.com's
repro inserts identity headers, message is forwarded to b.com:5062, but
b.com does not check identity!
What could be the problem? (repro is the latest version in SVN)
Cheers,
Gergely