Displaying 1 result from an estimated 1 matches for "zrgrubmcj7bvptqc".
2005 Jan 30
0
One way call when the * server and phone in a local network
...st)
I can place call from phone A(10916) to B(10920) without any trouble.
But I cannot make a phone call from B to A.
I tried "sip debug peer 10920" to check the SIP message flow, and found a
problem.
Here is part of the log:
.....
From: "10920" <sip:10920@a.b.c.d>;tag=zrgrUBMCJ7bVPtqC
To: "10916" <sip:192.168.1.2@a.b.c.d>
....
SIP/2.0 404 Not Found
....
It figures out a wrong target sip address "10916" <sip:192.168.1.2@a.b.c.d>"
for some reason. "sip:10916@a.b.c.d" would be better?
When place call from 10916 to 10920, it looks fi...