[sr-dev] git:master:e23c50ae: dialog: small updates to docs
Daniel-Constantin Mierla
miconda at gmail.com
Wed Sep 13 11:44:45 CEST 2017
Module: kamailio
Branch: master
Commit: e23c50aed89be717c0bc76e6fbfc902cf3deacb6
URL: https://github.com/kamailio/kamailio/commit/e23c50aed89be717c0bc76e6fbfc902cf3deacb6
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-09-13T11:43:04+02:00
dialog: small updates to docs
---
Modified: src/modules/dialog/doc/dialog_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/e23c50aed89be717c0bc76e6fbfc902cf3deacb6.diff
Patch: https://github.com/kamailio/kamailio/commit/e23c50aed89be717c0bc76e6fbfc902cf3deacb6.patch
---
diff --git a/src/modules/dialog/doc/dialog_admin.xml b/src/modules/dialog/doc/dialog_admin.xml
index e451ce4b9d..4823de489d 100644
--- a/src/modules/dialog/doc/dialog_admin.xml
+++ b/src/modules/dialog/doc/dialog_admin.xml
@@ -2344,7 +2344,7 @@ if(has_totag() and is_present_hf("Route") and uri==myself ) {
</programlisting>
</section>
<section>
- <title><varname>dlg.end_dlg</varname></title>
+ <title>dlg.end_dlg</title>
<para>
Terminates an ongoing dialog by sending BYE in both directions.
</para>
@@ -2544,21 +2544,23 @@ if(has_totag() and is_present_hf("Route") and uri==myself ) {
<section>
<title>Event Routes</title>
<section>
- <title><varname>event_route[dialog:start]</varname></title>
+ <title>event_route[dialog:start]</title>
<para>
- Executed when 200OK for INVITE is processed.
+ Executed when 200OK reply for INVITE is processed.
</para>
</section>
<section>
- <title><varname>event_route[dialog:end]</varname></title>
+ <title>event_route[dialog:end]</title>
<para>
- Executed when BYE is processed or dialog timed out.
+ Executed when the BYE for the call is processed
+ or the dialog timed out.
</para>
</section>
<section>
- <title><varname>event_route[dialog:failed]</varname></title>
+ <title>event_route[dialog:failed]</title>
<para>
- Executed when dialog is not completed (+300 reply to INVITE).
+ Executed when dialog is not completed (300 or greater reply code
+ to INVITE).
</para>
</section>
</section>
More information about the sr-dev
mailing list