Hello All,
I am trying to register a user from a Messenger Application. I am able to register that user successfully and I am recieving a SIP/2.0 200 OK message. And I am able to see the registered user using the serctl utility.
But I am getting the following warning message:
Warning: 392 12.213.181.254:5060 "Noisy feedback tells: pid=2489 req_src_ip=67.161.15.238 req_src_port=2681 in_uri=sip:rajesh@12.213.181.254 out_uri=sip:rajesh@12.213.181.254 via_cnt==1"
Can some one explain the reason for this warning and how to remove it?
Find the complete send and recieve message trace below:
---- Sending ------- REGISTER sip:rajesh@12.213.181.254 SIP/2.0 Via: SIP/2.0/UDP 67.161.15.238 From: madhu sip:madhu@67.161.15.238 To: rajesh sip:rajesh@12.213.181.254 Call-ID: 522193516@67.161.15.238 Expires:10000 m: madhu sip:madhu@67.161.15.238 CSeq: 1 REGISTER
---- Receiving ----- SIP/2.0 200 OK Via: SIP/2.0/UDP 67.161.15.238 From: madhu sip:madhu@67.161.15.238 To: rajesh sip:rajesh@12.213.181.254;tag=b27e1a1d33761e85846fc98f5f3a7e58.d4f5 Call-ID: 522193516@67.161.15.238 CSeq: 1 REGISTER Contact: sip:madhu@67.161.15.238;q=0.00;expires=10000 Server: Sip EXpress router (0.8.11 (i386/linux)) Content-Length: 0 Warning: 392 12.213.181.254:5060 "Noisy feedback tells: pid=2489 req_src_ip=67.161.15.238 req_src_port=2681 in_uri=sip:rajesh@12.213.181.254 out_uri=sip:rajesh@12.213.181.254 via_cnt==1"
Thanks, Madhuri.
--------------------------------- Do you Yahoo!? Exclusive Video Premiere - Britney Spears
Hello,
that's a debugging header field we insert into messages, it can help you to find problems if any. You can switch it of by using sip_warning=no in your config script. But the Warning header field doesn't harm.
Jan.
On 30-10 19:19, Madhuri garigipati wrote:
Hello All,
I am trying to register a user from a Messenger Application. I am able to register that user successfully and I am recieving a SIP/2.0 200 OK message. And I am able to see the registered user using the serctl utility.
But I am getting the following warning message:
Warning: 392 12.213.181.254:5060 "Noisy feedback tells: pid=2489 req_src_ip=67.161.15.238 req_src_port=2681 in_uri=sip:rajesh@12.213.181.254 out_uri=sip:rajesh@12.213.181.254 via_cnt==1"
Can some one explain the reason for this warning and how to remove it?
Find the complete send and recieve message trace below:
---- Sending ------- REGISTER sip:rajesh@12.213.181.254 SIP/2.0 Via: SIP/2.0/UDP 67.161.15.238 From: madhu sip:madhu@67.161.15.238 To: rajesh sip:rajesh@12.213.181.254 Call-ID: 522193516@67.161.15.238 Expires:10000 m: madhu sip:madhu@67.161.15.238 CSeq: 1 REGISTER
---- Receiving ----- SIP/2.0 200 OK Via: SIP/2.0/UDP 67.161.15.238 From: madhu sip:madhu@67.161.15.238 To: rajesh sip:rajesh@12.213.181.254;tag=b27e1a1d33761e85846fc98f5f3a7e58.d4f5 Call-ID: 522193516@67.161.15.238 CSeq: 1 REGISTER Contact: sip:madhu@67.161.15.238;q=0.00;expires=10000 Server: Sip EXpress router (0.8.11 (i386/linux)) Content-Length: 0 Warning: 392 12.213.181.254:5060 "Noisy feedback tells: pid=2489 req_src_ip=67.161.15.238 req_src_port=2681 in_uri=sip:rajesh@12.213.181.254 out_uri=sip:rajesh@12.213.181.254 via_cnt==1"
Thanks, Madhuri.
Do you Yahoo!? Exclusive Video Premiere - Britney Spears _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
At 04:19 AM 10/31/2003, Madhuri garigipati wrote:
Hello All,
I am trying to register a user from a Messenger Application. I am able to register that user successfully and I am recieving a SIP/2.0 200 OK message. And I am able to see the registered user using the serctl utility.
But I am getting the following warning message:
Warning: 392 12.213.181.254:5060 "Noisy feedback tells: pid=2489 req_src_ip=67.161.15.238 req_src_port=2681 in_uri=sip:rajesh@12.213.181.254 out_uri=sip:rajesh@12.213.181.254 via_cnt==1"
Can some one explain the reason for this warning and how to remove it?
read the doc. (section 3.1.3.) -jiri