[asterisk-commits] file: trunk r98695 - in /trunk: apps/ doc/tex/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 14 08:33:17 CST 2008


Author: file
Date: Mon Jan 14 08:33:17 2008
New Revision: 98695

URL: http://svn.digium.com/view/asterisk?view=rev&rev=98695
Log:
Update documentation.
(closes issue #11763)
Reported by: IgorG
Patches:
      docupd.v1.diff uploaded by IgorG (license 20)

Modified:
    trunk/apps/app_meetme.c
    trunk/doc/tex/qos.tex
    trunk/doc/tex/realtime.tex

Modified: trunk/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_meetme.c?view=diff&rev=98695&r1=98694&r2=98695
==============================================================================
--- trunk/apps/app_meetme.c (original)
+++ trunk/apps/app_meetme.c Mon Jan 14 08:33:17 2008
@@ -249,8 +249,8 @@
 "      'I' -- announce user join/leave without review\n"
 "      'l' -- set listen only mode (Listen only, no talking)\n"
 "      'm' -- set initially muted\n"
-"      'M[(<class>]\n"
-"        ' -- enable music on hold when the conference has a single caller.\n"
+"      'M[(<class>)]'\n"
+"          -- enable music on hold when the conference has a single caller.\n"
 "             Optionally, specify a musiconhold class to use.  If one is not\n"
 "             provided, it will use the channel's currently set music class,\n"
 "             or \"default\".\n"

Modified: trunk/doc/tex/qos.tex
URL: http://svn.digium.com/view/asterisk/trunk/doc/tex/qos.tex?view=diff&rev=98695&r1=98694&r2=98695
==============================================================================
--- trunk/doc/tex/qos.tex (original)
+++ trunk/doc/tex/qos.tex Mon Jan 14 08:33:17 2008
@@ -53,8 +53,8 @@
 
 The tos* parameters also take numeric values.
 
-NOTE, that on Linux system you can not use ef value if your asterisk running
-from user other then root.
+Note, that on Linux system you can use ef value in case your asterisk is running
+from a user other then root only when you have compiled asterisk with libcap.
 
 The lowdelay, throughput, reliability, mincost, and none values are removed
 in current releases.

Modified: trunk/doc/tex/realtime.tex
URL: http://svn.digium.com/view/asterisk/trunk/doc/tex/realtime.tex?view=diff&rev=98695&r1=98694&r2=98695
==============================================================================
--- trunk/doc/tex/realtime.tex (original)
+++ trunk/doc/tex/realtime.tex Mon Jan 14 08:33:17 2008
@@ -49,6 +49,9 @@
 
 With caching, the device stays in memory for a specified time. More
 information about this is to be found in the sip.conf sample file.
+
+If you specify a separate family called "sipregs" SIP registration
+data will be stored in that table and not in the "sippeers" table.
 
 \subsubsection{Realtime H.323 friends}
 




More information about the asterisk-commits mailing list