Daniel-Constantin Mierla wrote:
On 10/29/08 01:30, Klaus Darilion wrote:
Alex Balashov wrote:
Does Kamailio match 'uri == myself' if the domain is the same as the canonical hostnames/aliases but the port is different than the one Kamailio knows itself to be listening on?
Not sure, but I think: yes
Also interesting would be if domain == domain:5060
I have added more log messages to Kamailio trunk - thus if you set loglevel to 4 you can follow the matching logic.
myself matches based on protocol, address and port.
If port is missing, will consider to be 5060.
btw - I just read in RFC 3261 that sip:domain is different to sip:domain:5060 (because of SRV records may point to other port).
regards klaus