Hello all.

I have a problem with register
I dont know why, when I try to register a user behind NAT listening in port 5060
the evalution of the sentence "if (uri==myself){" is true
and when change the port for another for example 5070
the evaluation of the same sentence is false
could somebody explain me?

or how can I do the sentence
"if (uri==myself){"
using patern matching

My configuration is
listen = IP-MYSERVER
port = 5060

Thanks..