Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sipwitch-cgi(8) [debian man page]

sipwitch.cgi(8) 						   GNU Telephony						   sipwitch.cgi(8)

NAME
sipwitch.cgi - web services for sipwitch SYNOPSIS
sipwitch.cgi DESCRIPTION
This is not meant as a user executed application. Instead, sipwitch.cgi will be symlinked to or typically executed from a web server's cgi-bin directory. This utility offers a remote web-driven XMLRPC interface for managing a locally resident sipw daemon, including the ability to collect statistics and call information, and to perform control operations. This is meant to support creation of remote manage- ment applications for sipwitch, especially when sipw might be executed on a dedicated router. AUTHOR
sipwitch.cgi was written by David Sugar <dyfet@gnutelephony.org>. REPORTING BUGS
Report bugs to sipwitch-devel@gnu.org. COPYRIGHT
Copyright (C) 2009 David Sugar, Tycho Softworks. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. GNU SIP Witch December 2009 sipwitch.cgi(8)

Check Out this Related Man Page

sipwitch(1)							   GNU Telephony						       sipwitch(1)

NAME
sipwitch - script control and manage GNU sipwitch server. SYNOPSIS
sipwitch command [arguments...] DESCRIPTION
The sipwitch command allows one to interact with a running sipwitch daemon instance on the current machine. This can be used to create management shell scripts or to perform basic service operations, using the sipwitch fifo control interface. Normally this command would be used only by root or someone in an admin group that the sipwitch daemon is running under. If the sipwitch daemon is started by an ordinary user, the command can be used by the same user to control that daemon instance. abort terminate running daemon with core for debugging. activate ext ipaddr register a static sip extension manually on a fixed address. calls list active call sessions on the server. check verify running daemon for deadlocks or other problems. concurrency level set concurrency level of the daemon. See pthread_setconcurrency. digest userid [realm [type]] compute a sip digest for the server realm. disable conf-id... remove /etc/sipwitch.d configurations. down stop and shutdown the running sipwitch daemon. drop user|callid drop specified calls either by a user or call id. dump dump server configuration to stdout. enable conf-id... enable /etc/sipwitch.d configurations. events display server events as received. grant group grants directory access to system group. history [size] set size or dump recent error log history. ifdown iface notify server interface went down. ifup iface notify server interface came up. message ext ``Text'' send a short text message to a registered extension. policy print access policy list and peering (published) addresss. period interval dump periodic stats for specified minute interval, often used for cron. pstats dump server periodic statistics. See ``stats''. registry dump all user agent registrations to stdout. realm [new-realm [digest-type]] set or show the server realm. release ext deactivate an extension registered with the daemon. reload load server configuration while live. restart force server restart. siplog dump sip messages from when trace is enabled. snapshot create snapshot diagnostic file from daemon. state id set daemon to specified state id. stats dump server call statistics. status server mapped call status list. trace on|off|clear Set or clear server sip message tracing. usercache dump user cache. verbose level set daemon error logging verbosity. EXIT STATUS
Normally exit status is 0 if the request was successfully processed by the sipwitch service daemon. An exit status of 0x indicates an error in the sipwitch utility, such as invalid argument parsing. An error of 1x indicates some communication failure with the server, and a error of 2x is related to errors on server processed requests. AUTHOR
sipwitch was written by David Sugar <dyfet@gnutelephony.org>. REPORTING BUGS
Report bugs to sipwitch-devel@gnu.org. COPYRIGHT
Copyright (C) 2009 David Sugar, Tycho Softworks. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. GNU SIP Witch January 2009 sipwitch(1)
Man Page