Skip to content

Commit

Permalink
tmx: documentation for t_flush_xflags() function
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 14, 2018
1 parent dc28386 commit 32102e4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/modules/tmx/doc/tmx_admin.xml
Expand Up @@ -223,6 +223,27 @@ if (t_reply_callid("123qaz", "5", "458", "Replied remotely")) {
...
t_flush_flags();
...
</programlisting>
</example>
</section>
<section id="tmx.f.t_flush_xflags">
<title>
<function moreinfo="none">t_flush_xflags()</function>
</title>
<para>
Flush the extended flags from current SIP message into the already created
transaction. It make sense only in routing block if the transaction was
created via t_newtran() and the extended flags have been altered since.
</para>
<para>
This function can be used from ANY_ROUTE .
</para>
<example>
<title><function>t_flush_xflags</function> usage</title>
<programlisting format="linespecific">
...
t_flush_xflags();
...
</programlisting>
</example>
</section>
Expand Down

0 comments on commit 32102e4

Please sign in to comment.