Documentation

Check Types

SIP Checks

About SIP Checks

SIP stands for "Session Initiation Protocol," and refers to a signaling protocol that can run over TCP or UDP and is commonly used for voice and video communications. SIP servers are often the connection points for VOIP calls.

When to use SIP Checks

NodePing's SIP monitoring can verify that your SIP server is responding to new requests. The check does not initiate a call, but rather tests that the the server accepts a SIP connection by sending the OPTIONS command and watching for the response. Even if your server does not support the OPTIONS command and returns an error, this indicates that the server is up and operating, so the check succeeds.

Using SIP Checks

To set up SIP server monitoring,

  1. Select SIP from the Check type drop down.
  2. Give it a friendly label to identify this check in lists and notifications.
  3. Set how often you want the check to run on the Check Frequency field.
  4. Set the IP address or fully qualified name of the DNS server. If you're running your SIP service on a port other than the default 5060, you can specify the port in colon notation such as 'sip.nodeping.com:6550'
  5. Set a time out. The default 5 seconds works fine for most situations.
  6. Set the Sensitivity. High is usually appropriate.
  7. Set the notifications you want for this check.
Common usage:
  • Use the SIP check to ensure your VOIP gateways are route-able and replying to commands.

Other considerations

If you're running your SIP service on a port other than the default 5060, you can specify the port in colon notation such as 'sip.nodeping.com:6550'