Module: sip-router Branch: master Commit: 56f48489ae8fc20c6e00821f8159857d2a5cc9f5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=56f48489...
Author: Jason Penton jason.penton@gmail.com Committer: Jason Penton jason.penton@gmail.com Date: Fri Aug 12 17:28:18 2011 +0200
Added terminate_dlg description
---
modules_k/dialog/doc/dialog_devel.xml | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/modules_k/dialog/doc/dialog_devel.xml b/modules_k/dialog/doc/dialog_devel.xml index 322d45b..df20e88 100644 --- a/modules_k/dialog/doc/dialog_devel.xml +++ b/modules_k/dialog/doc/dialog_devel.xml @@ -129,6 +129,29 @@ </itemizedlist> </section>
+ + <section> + <title> + <function moreinfo="none">terminate_dlg (dlg, hdrs)</function> + </title> + <para> + Terminate a Dialog + </para> + <para>Meaning of parameters is as follows:</para> + <itemizedlist> + <listitem> + <para><emphasis>struct dlg_cell* dlg</emphasis> - dialog to + terminate. + </para> + </listitem> + <listitem> + <para><emphasis>str* hdrs</emphasis> - string containg extra headers (full format) + to be added to the BYE requests of the dialog. + </para> + </listitem> + </itemizedlist> + </section> + </section>
</chapter>