Explorar el Código

kamcmd changes

Olle E. Johansson hace 12 años
padre
commit
5c4bb10fc7
Se han modificado 2 ficheros con 16 adiciones y 16 borrados
  1. 6 6
      utils/README-UTILS
  2. 10 10
      utils/sercmd/kamcmd.8

+ 6 - 6
utils/README-UTILS

@@ -1,13 +1,13 @@
 This directory contains various utility programs for SIP-router
 This directory contains various utility programs for SIP-router
 
 
-db_berkeley		????
+db_berkeley	 recovery for berkeley_db module
 db_oracle		????
 db_oracle		????
-fifo_relay		????
-kamctl		????
-kamunix		????
+fifo_relay	PHP script to provide network based fifo access
+kamctl		Script to communicate with Kamailio over the MI interface
+kamunix		Kamailio UNIX socket wrapper
 pdbt		????
 pdbt		????
-pike_top		????
+pike_top	SER mod_pike top console
 profile		????
 profile		????
 route_graph		????
 route_graph		????
-sercmd		????
+kamcmd		Software to communicate with Kamailio using the binRPC interface
 sipgrep		????
 sipgrep		????

+ 10 - 10
utils/sercmd/kamcmd.8

@@ -1,20 +1,20 @@
 .\" $Id$
 .\" $Id$
-.TH sercmd 8 23.10.2012 sip-router "sip-router" 
+.TH kamcmd 8 23.10.2012 Kamailio "sip-router" 
 .\" Process with
 .\" Process with
-.\" groff -man -Tascii sercmd.8 
+.\" groff -man -Tascii kamcmd.8 
 .\"
 .\"
 .SH NAME
 .SH NAME
-sercmd \- sip-router command line tool
+kamcmd \- sip-router command line tool
 .SH SYNOPSIS
 .SH SYNOPSIS
-.B sercmd
+.B kamcmd
 [
 [
 .B \-h
 .B \-h
 ]
 ]
 
 
 .SH DESCRIPTION
 .SH DESCRIPTION
-.B sercmd
+.B kamcmd
 is a command line to interact with
 is a command line to interact with
-.B sip-router SIP server
+.B Kamailio SIP server
 It can be used to manage users, domains, aliases and other server options.
 It can be used to manage users, domains, aliases and other server options.
 
 
 .SH OPTIONS
 .SH OPTIONS
@@ -25,11 +25,11 @@ display a short usage description, including all available options.
 .SH AUTHORS
 .SH AUTHORS
 
 
 see 
 see 
-.B /usr/share/doc/sip-router/AUTHORS
+.B /usr/share/doc/kamailio/AUTHORS
 
 
 .SH SEE ALSO
 .SH SEE ALSO
-.BR sip-router(8),
-.BR sip-router.cfg(5)
+.BR kamailio(8),
+.BR kamailio.cfg(5)
 .PP
 .PP
 Full documentation on sip-router is available at
 Full documentation on sip-router is available at
-.I http://www.sip-router.org/.
+.I http://www.kamailio.org/.