Selaa lähdekoodia

uuid Minor doc updates

Olle E. Johansson 11 vuotta sitten
vanhempi
commit
2e047d4536
2 muutettua tiedostoa jossa 10 lisäystä ja 4 poistoa
  1. 5 2
      modules/uuid/README
  2. 5 2
      modules/uuid/doc/uuid_admin.xml

+ 5 - 2
modules/uuid/README

@@ -44,7 +44,10 @@ Chapter 1. Admin Guide
 1. Overview
 
    This module exports the $uuid(type) class of variables that return
-   unique values using libuuid functions.
+   unique values using functions from the libuuid library. UUIDs are used
+   in the +sip.instance media feature tag in SIP, but can also be used for
+   other purposes, like defining a unique session ID for a group of SIP
+   dialogs.
 
 2. Dependencies
 
@@ -64,7 +67,7 @@ Chapter 1. Admin Guide
 
 3. Usage
 
-   Following variables can be used:
+   The following variables can be used:
      * $uuid(g) - return the UUID value using uuid_generate().
      * $uuid(r) - return the UUID value using uuid_generate_random().
      * $uuid(t) - return the UUID value using uuid_generate_time().

+ 5 - 2
modules/uuid/doc/uuid_admin.xml

@@ -17,7 +17,10 @@
 	<title>Overview</title>
 	<para>
 		This module exports the $uuid(type) class of variables that return
-		unique values using libuuid functions.
+		unique values using functions from the libuuid library. UUIDs are
+		used in the +sip.instance media feature tag in SIP, but can also
+		be used for other purposes, like defining a unique session ID for a
+		group of SIP dialogs.
 	</para>
 	</section>
 
@@ -55,7 +58,7 @@
 	<section>
 		<title>Usage</title>
 		<para>
-			Following variables can be used:
+			The following variables can be used:
 			<itemizedlist>
 			<listitem>
 			<para>