瀏覽代碼

Fixed a typo in 'matrix' module documentation.

Alex Balashov 15 年之前
父節點
當前提交
bf24a689d9
共有 2 個文件被更改,包括 10 次插入10 次删除
  1. 9 9
      modules/matrix/README
  2. 1 1
      modules/matrix/doc/matrix_admin.xml

+ 9 - 9
modules/matrix/README

@@ -11,7 +11,7 @@ Henning Westerholt
    1&1 Internet AG
    1&1 Internet AG
    <[email protected]>
    <[email protected]>
 
 
-   Copyright © 2008 1&1 Internet AG
+   Copyright © 2008 1&1 Internet AG
    Revision History
    Revision History
    Revision $Revision: 4863 $ $Date: 2008-09-05 13:11:33 +0200 (Fri, 05
    Revision $Revision: 4863 $ $Date: 2008-09-05 13:11:33 +0200 (Fri, 05
                               Sep 2008) $
                               Sep 2008) $
@@ -142,7 +142,7 @@ Chapter 1. Admin Guide
 
 
    The URL for the database connection.
    The URL for the database connection.
 
 
-   Default value is "mysql://openserro:openserro@localhost/openser".
+   Default value is “mysql://openserro:openserro@localhost/openser�.
 
 
    Example 1.1. Set db_url parameter
    Example 1.1. Set db_url parameter
 ...
 ...
@@ -153,7 +153,7 @@ modparam("matrix", "db_url", "mysql://openserro:openserro@localhost/openser")
 
 
    The name of the table containing the matrix data.
    The name of the table containing the matrix data.
 
 
-   Default value is "matrix".
+   Default value is “matrix�.
 
 
    Example 1.2. Set matrix_table parameter
    Example 1.2. Set matrix_table parameter
 ...
 ...
@@ -164,7 +164,7 @@ modparam("matrix", "matrix_table", "matrix")
 
 
    The name of the column containing the first row in the matrix.
    The name of the column containing the first row in the matrix.
 
 
-   Default value is "first".
+   Default value is “first�.
 
 
    Example 1.3. Set matrix_first_col parameter
    Example 1.3. Set matrix_first_col parameter
 ...
 ...
@@ -175,7 +175,7 @@ modparam("matrix", "matrix_first_col", "first")
 
 
    The name of the column containing the second row in the matrix.
    The name of the column containing the second row in the matrix.
 
 
-   Default value is "second".
+   Default value is “second�.
 
 
    Example 1.4. Set matrix_second_col parameter
    Example 1.4. Set matrix_second_col parameter
 ...
 ...
@@ -186,7 +186,7 @@ modparam("matrix", "matrix_second_col", "second")
 
 
    The name of the column containing the result ID to be used.
    The name of the column containing the result ID to be used.
 
 
-   Default value is "res".
+   Default value is “res�.
 
 
    Example 1.5. Set matrix_res_col parameter
    Example 1.5. Set matrix_res_col parameter
 ...
 ...
@@ -206,7 +206,7 @@ modparam("matrix", "matrix_res_col", "res")
 
 
    Example 1.6. matrix usage
    Example 1.6. matrix usage
 ...
 ...
-if (!matrix("$avp(first)", "$(second)", "$avp(route_tree)"))
+if (!matrix("$avp(first)", "$avp(second)", "$avp(route_tree)"))
   $avp(route_tree) = $avp(frst); # default routing as defined for source number
   $avp(route_tree) = $avp(frst); # default routing as defined for source number
 }
 }
 cr_route("$avp(route_tree)", "$rd", "$rU", "$rU", "call_id");
 cr_route("$avp(route_tree)", "$rd", "$rU", "$rU", "call_id");
@@ -267,7 +267,7 @@ Chapter 2. Module parameter for database access.
 
 
    URL to the database containing the data.
    URL to the database containing the data.
 
 
-   Default value is "mysql://openserro:openserro@localhost/openser".
+   Default value is “mysql://openserro:openserro@localhost/openser�.
 
 
    Example 2.1. Set db_url parameter
    Example 2.1. Set db_url parameter
 ...
 ...
@@ -278,7 +278,7 @@ modparam("matrix", "db_url", "dbdriver://username:password@dbhost/dbname")
 
 
    Name of the matrix table for the matrix module.
    Name of the matrix table for the matrix module.
 
 
-   Default value is "matrix".
+   Default value is “matrix�.
 
 
    Example 2.2. Set matrix_table parameter
    Example 2.2. Set matrix_table parameter
 ...
 ...

+ 1 - 1
modules/matrix/doc/matrix_admin.xml

@@ -175,7 +175,7 @@ modparam("matrix", "matrix_res_col", "res")
 			<title><function>matrix</function> usage</title>
 			<title><function>matrix</function> usage</title>
 			<programlisting format="linespecific">
 			<programlisting format="linespecific">
 ...
 ...
-if (!matrix("$avp(first)", "$(second)", "$avp(route_tree)"))
+if (!matrix("$avp(first)", "$avp(second)", "$avp(route_tree)"))
   $avp(route_tree) = $avp(frst); # default routing as defined for source number
   $avp(route_tree) = $avp(frst); # default routing as defined for source number
 }
 }
 cr_route("$avp(route_tree)", "$rd", "$rU", "$rU", "call_id");
 cr_route("$avp(route_tree)", "$rd", "$rU", "$rU", "call_id");