Hello,
On Tuesday 06 January 2004 02:41, Darshan Uka wrote:
sip:newton@140.192.37.59----SER:140.192.37.59-------sip:einstein@140.192.37
.59
This is the ngrep trace:
interface: eth0 (140.192.37.0/255.255.255.0)
filter: ip and ( port 5060 )
#Um 140.192.37.4:1162 -> 140.192.37.59:5060
INVITE sip:einstein@140.192.37.59 SIP/2.0..From:
The request uri above simply doesnt match your uri check from your config
below. As i allready wrote in my last my: you shold NOT replace/remove the
'uri==myself' condition.
if (uri=="mnlab.cti.depaul.edu") {
It should work if you replace '"mnlab.cti.depaul.edu"' with
'myself' again.
Greets
Nils