Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sipwitch(1) [debian 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)

Check Out this Related Man Page

avahi-daemon(8) 					      System Manager's Manual						   avahi-daemon(8)

NAME
avahi-daemon - The Avahi mDNS/DNS-SD daemon SYNOPSIS
avahi-daemon [options] avahi-daemon --kill avahi-daemon --reload avahi-daemon --check DESCRIPTION
The Avahi mDNS/DNS-SD daemon implements Apple's Zeroconf architecture (also known as "Rendezvous" or "Bonjour"). The daemon registers local IP addresses and static services using mDNS/DNS-SD and provides two IPC APIs for local programs to make use of the mDNS record cache the avahi-daemon maintains. First there is the so called "simple protocol" which is used exclusively by avahi-dnsconfd (a daemon which config- ures unicast DNS servers using server info published via mDNS) and nss-mdns (a libc NSS plugin, providing name resolution via mDNS). Finally there is the D-Bus interface which provides a rich object oriented interface to D-Bus enabled applications. Upon startup avahi-daemon interprets its configuration file /etc/avahi/avahi-daemon.conf and reads XML fragments from /etc/avahi/ser- vices/*.service which may define static DNS-SD services. If you enable publish-resolv-conf-dns-servers in avahi-daemon.conf the file /etc/resolv.conf will be read, too. OPTIONS
-f | --file= FILE Specify the configuration file to read. (default: /etc/avahi/avahi-daemon.conf) -D | --daemonize Daemonize after startup. Implies --syslog. -s | --syslog Log to syslog instead of STDERR. Implied by --daemonize. --debug Increase verbosity to debug level. --no-rlimits Don't enforce resource limits as specified in the configuration file. (See setrlimit(2) for more information) --no-drop-root Don't drop root privileges after startup and don't require daemon to be started as root. We recommend not to use this option. --no-chroot Don't chroot(2) the daemon. This option is only available when compiled with chroot() support. --no-proc-title Don't change the process name while running. Unless this option is specified avahi-daemon will reflect its current state and the selected host name in the process title. -k | --kill Kill an already running avahi-daemon. (equivalent to sending a SIGTERM) -r | --reload Tell an already running avahi-daemon to reread /etc/resolv.conf (in case you enabled publish-resolv-conf-dns-servers in avahi-dae- mon.conf) the files from /etc/avahi/services/. Please note that this will not reload the /etc/avahi/avahi-daemon.conf. (equivalent to sending a SIGHUP) -c | --check Return 0 as return code when avahi-daemon is already running. -h | --help Show help -v | --version Show version information FILES
/etc/avahi/avahi-daemon.conf: the default configuration file for avahi-daemon, avahi-daemon.conf(5) for more information. /etc/avahi/hosts: additional static hostname mappings to publish in mDNS, see avahi.hosts(5) for more information. /etc/avahi/services/*.service: static service definitions, see avahi.service(5) for more information. SIGNALS
SIGINT, SIGTERM: avahi-daemon will shutdown. (Same as --kill). SIGHUP: avahi-daemon will reload unicast DNS server data from /etc/resolv.conf and static service definitions from /etc/avahi/services/. (Same as --reload) SIGUSR1: avahi-daemon will dump local and remote cached resource record data to syslog. AUTHORS
The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from http://avahi.org/ SEE ALSO
avahi-daemon.conf(5), avahi.hosts(5), avahi.service(5), avahi-dnsconfd(8), avahi-set-host-name(1) http://avahi.org/wiki/AvahiAndUnicastDotLocal documents the problems when using Avahi in a unicast DNS zone .local. COMMENTS
This man page was written using xml2man(1) by Oliver Kurth. Manuals User avahi-daemon(8)
Man Page