Hi,
I have set up a SER server and am testing it for REGISTER request.
I am sending following REGISTER request to the server and am
expecting that I would be able to verify the user's name
(registration details) at the server:
REGISTER sip:myserver.mydomain.com:5060 SIP/2.0
Call-ID: 5475652053--157538614(a)129.145.166.238
CSeq: 1 REGISTER
Via: SIP/2.0/UDP
129.178.196.238:5060;branch=z9hG4bK313132363033333530393230322d353734313338393938313634333738373537
Max-Forwards: 70
Contact: <sip:anonymous@129.145.166.238:5060;transport=udp>
From: <sip:user@myserver.mydomain.com>;tag=1926937886
To: <sip:user@myserver.mydomain.com>
I would like to know how I can verify user's registration at the
SER? I tried server monitoring at the SER using
"/usr/sfw/sbin/serctl moni"; but I did not get much information. I
found that whenever I am sending above request to the server, I see
a change in Transaction statistics - it changes from 0 to 70 as in
the following:
.........
Transaction Statistics
Current: 70 (70 waiting) Total:
.........
Apart from this I don't see much change. How to verify user's
registration at the server? Is above REGISTER request correct?
Thanks in advance.
Regards,
Bhaskar...
Show replies by date