浏览代码

msilo: Updating docs

Fixing a typo and while at it updating some texts.
Olle E. Johansson 13 年之前
父节点
当前提交
f8e02b3bbe
共有 2 个文件被更改,包括 12 次插入12 次删除
  1. 6 6
      modules_k/msilo/README
  2. 6 6
      modules_k/msilo/doc/msilo_admin.xml

+ 6 - 6
modules_k/msilo/README

@@ -199,11 +199,11 @@ Chapter 1. Admin Guide
    in database for offline messages intended for that user. All of them
    in database for offline messages intended for that user. All of them
    will be sent to contact address provided in REGISTER request.
    will be sent to contact address provided in REGISTER request.
 
 
-   It may happen the SIP user to be registered but his SIP User Agent to
-   have no support for MESSAGE request. In this case it should be used the
-   "failure_route" to store the undelivered requests.
+   It may happen that the SIP user to be registered use a SIP User Agent
+   that has no support for MESSAGE requests. In this case the
+   "failure_route" should be used to re-store the undelivered requests.
 
 
-   Another functionality provided by the modules is to send messages at a
+   Another functionality provided by the module is to send messages at a
    certain time -- the reminder functionality. Using config logic, a
    certain time -- the reminder functionality. Using config logic, a
    received message can be stored and delivered at a time specified while
    received message can be stored and delivered at a time specified while
    storing with the 'snd_time_avp'.
    storing with the 'snd_time_avp'.
@@ -219,7 +219,7 @@ Chapter 1. Admin Guide
      * database module - mysql, dbtext or other module that implements the
      * database module - mysql, dbtext or other module that implements the
        "db" interface and provides support for storing/receiving data
        "db" interface and provides support for storing/receiving data
        to/from a database system.
        to/from a database system.
-     * TM--transaction module--is used to send SIP requests.
+     * TM--transaction module-- used to send SIP requests.
 
 
 2.2. External libraries or applications
 2.2. External libraries or applications
 
 
@@ -317,7 +317,7 @@ modparam("msilo", "contact_hdr", "Contact: <sip:[email protected]>\r\n")
 
 
    Example 1.5. Set the "extra_hdrs" parameter
    Example 1.5. Set the "extra_hdrs" parameter
 ...
 ...
-modparam("msilo", "contact_hdr", "X-Extra: $tu\r\nY-Extra: foo\r\n")
+modparam("msilo", "extra_hdrs", "X-Extra: $tu\r\nY-Extra: foo\r\n")
 ...
 ...
 
 
 3.6. offline_message (string)
 3.6. offline_message (string)

+ 6 - 6
modules_k/msilo/doc/msilo_admin.xml

@@ -41,12 +41,12 @@
 		be sent to contact address provided in REGISTER request.
 		be sent to contact address provided in REGISTER request.
 	</para>
 	</para>
 	<para>
 	<para>
-		It may happen the &sip; user to be registered but his &sip; User Agent 
-		to have no support for MESSAGE request. In this case it should be used 
-		the <quote>failure_route</quote> to store the undelivered requests.
+		It may happen that the &sip; user to be registered use a  &sip; User Agent 
+		that has no support for MESSAGE requests. In this case the <quote>failure_route</quote>
+		should be used to re-store the undelivered requests.
 	</para>
 	</para>
 	<para>
 	<para>
-		Another functionality provided by the modules is to send messages at
+		Another functionality provided by the module is to send messages at
 		a certain time -- the reminder functionality. Using config logic, a
 		a certain time -- the reminder functionality. Using config logic, a
 		received message can be stored and delivered at a time specified while
 		received message can be stored and delivered at a time specified while
 		storing with the 'snd_time_avp'.
 		storing with the 'snd_time_avp'.
@@ -69,7 +69,7 @@
 			</listitem>
 			</listitem>
 			<listitem>
 			<listitem>
 			<para>
 			<para>
-				<emphasis>TM</emphasis>--transaction module--is used to 
+				<emphasis>TM</emphasis>--transaction module-- used to 
 				send &sip; requests.
 				send &sip; requests.
 			</para>
 			</para>
 			</listitem>
 			</listitem>
@@ -192,7 +192,7 @@ modparam("msilo", "contact_hdr", "Contact: &lt;sip:[email protected]&gt;\r\n")
 		<title>Set the <quote>extra_hdrs</quote> parameter</title>
 		<title>Set the <quote>extra_hdrs</quote> parameter</title>
 <programlisting format="linespecific">
 <programlisting format="linespecific">
 ...
 ...
-modparam("msilo", "contact_hdr", "X-Extra: $tu\r\nY-Extra: foo\r\n")
+modparam("msilo", "extra_hdrs", "X-Extra: $tu\r\nY-Extra: foo\r\n")
 ...
 ...
 </programlisting>
 </programlisting>
 		</example>
 		</example>