Forráskód Böngészése

corex: docs for evcb_reply_out param and event_route[corex:reply-out]

Daniel-Constantin Mierla 5 éve
szülő
commit
5e9a0dba1f
1 módosított fájl, 29 hozzáadás és 1 törlés
  1. 29 1
      src/modules/corex/doc/corex_admin.xml

+ 29 - 1
src/modules/corex/doc/corex_admin.xml

@@ -147,6 +147,26 @@ modparam("corex", "alias_subdomains", "udp:sip-router.org:5060")
 modparam("corex", "dns_cache", "type=A;name=kamailio.org;addr=193.22.119.66;ttl=3600000;flags=0")
 modparam("corex", "dns_cache", "type=AAAA;name=kamailio.org;addr=2a00:d60:0:400::2;ttl=3600000;flags=0")
 ...
+</programlisting>
+	    </example>
+	</section>
+	<section id="corex.p.evcb_reply_out">
+	    <title><varname>evcb_reply_out</varname> (string)</title>
+	    <para>
+		Name of KEMI callback function to be executed instead of
+		event_route[corex:reply-out].
+	    </para>
+	    <para>
+		<emphasis>
+		    Default value is <quote>NULL</quote>.
+		</emphasis>
+	    </para>
+	    <example>
+		<title>Set <varname>evcb_reply_out</varname> parameter</title>
+		<programlisting format="linespecific">
+...
+modparam("corex", "evcb_reply_out", "ksr_corex_reply_out")
+...
 </programlisting>
 	    </example>
 	</section>
@@ -953,7 +973,7 @@ event_route[dispatcher:dst-down] {
 
     <section>
     <title>Event Routes</title>
-    <section id="async.evr.network_io">
+    <section id="corex.evr.network_msg">
         <title>
         <function moreinfo="none">event_route[network:msg]</function>
         </title>
@@ -981,6 +1001,14 @@ event_route[dispatcher:dst-down] {
 			no module functions or pseudo variables are available in this event route.
         </para>
     </section>
+    <section id="corex.evr.reply_out">
+        <title>
+        <function moreinfo="none">event_route[corex:reply-out]</function>
+        </title>
+        <para>
+            Event route block to be executed when a SIP reply is sent out.
+        </para>
+    </section>
     </section>
 
     <section>