Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

saghul/SIPwPing-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Copyright (C) 2011 Saúl Ibarra Corretgé <saghul@gmail.com>
#

SIPwPing
========

SIPwPing is web server which allows you to check is a SIP server is alive
by using a dead simple RESTful interface. SIPwPing will send a SIP OPTIONS
request to the specified destination and report back the result in JSON format.

Example:

~$ curl -X POST -d '{"target_uri":"test@sip.voice.google.com"}' http://localhost:8888/options
{"timestamp": "2011-03-19 19:04:06.879164", "reason": "Request Timeout", "code": 408}


Configuration:

The sample configuration file should be just enough for everyone. You may 
change the local SIP ports (which is not necessary) or the local HTTP port
in which requests will be processes.

About

Server providing a simple RESTful API to ping SIP servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages