It's good to hear that you have successfully created users.

The first node your SIP phones will communicate with is bono.  bono logs to 
/var/log/bono/sprout*.log.  The most common failure mode for bono is not being 
able to communicate with the sprout node.  This should be logged in the log 
file but you can also double-check using tcpdump: "tcpdump -s0 -A port 5060" 
should show traffic from your SIP phone and "tcpdump -s0 -A port 5058" should 
show traffic to sprout.

Assuming that the SIP traffic gets through bono, it will then hit sprout.  
sprout logs to /var/log/sprout/sprout*.log.  The most common failure mode for 
sprout is not being able to communicate with homestead and homer.  This should 
also be logged in the log file, but you can examine the flows using tcpdump: 
"tcpdump -s0 -A port 5058" will show traffic from bono, "tcpdump -s0 -A tcp 
port 8888" will show traffic to homestead and "tcpdump -s0 -A tcp port 7888" 
will show traffic to homer.

Once we've identified which node is misbehaving, we can dive into more detail 
on that node.  Note that there are some notes on troubleshooting at 
https://github.com/Metaswitch/clearwater-docs/wiki/Troubleshooting%20and%20Recovery,
 although nothing significantly more than what I've included above.

Please let me know how you get on.

Cheers,

Matt

From: [email protected] 
[mailto:[email protected]] On Behalf Of B Ray
Sent: 22 May 2013 19:21
To: [email protected]
Subject: [Clearwater] Registration logging

I have successfully created a few users and assigned numbers to them.  In 
attempting to register SIP subscribers, where can I see if these attempts are 
making it to the server?
_______________________________________________
Clearwater mailing list
[email protected]
http://lists.projectclearwater.org/listinfo/clearwater

Reply via email to