Olle E. Johansson 12 лет назад
Родитель
Сommit
5c4bb10fc7
2 измененных файлов с 16 добавлено и 16 удалено
  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
 
-db_berkeley		????
+db_berkeley	 recovery for berkeley_db module
 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		????
-pike_top		????
+pike_top	SER mod_pike top console
 profile		????
 route_graph		????
-sercmd		????
+kamcmd		Software to communicate with Kamailio using the binRPC interface
 sipgrep		????

+ 10 - 10
utils/sercmd/kamcmd.8

@@ -1,20 +1,20 @@
 .\" $Id$
-.TH sercmd 8 23.10.2012 sip-router "sip-router" 
+.TH kamcmd 8 23.10.2012 Kamailio "sip-router" 
 .\" Process with
-.\" groff -man -Tascii sercmd.8 
+.\" groff -man -Tascii kamcmd.8 
 .\"
 .SH NAME
-sercmd \- sip-router command line tool
+kamcmd \- sip-router command line tool
 .SH SYNOPSIS
-.B sercmd
+.B kamcmd
 [
 .B \-h
 ]
 
 .SH DESCRIPTION
-.B sercmd
+.B kamcmd
 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.
 
 .SH OPTIONS
@@ -25,11 +25,11 @@ display a short usage description, including all available options.
 .SH AUTHORS
 
 see 
-.B /usr/share/doc/sip-router/AUTHORS
+.B /usr/share/doc/kamailio/AUTHORS
 
 .SH SEE ALSO
-.BR sip-router(8),
-.BR sip-router.cfg(5)
+.BR kamailio(8),
+.BR kamailio.cfg(5)
 .PP
 Full documentation on sip-router is available at
-.I http://www.sip-router.org/.
+.I http://www.kamailio.org/.