Skip to content

Commit

Permalink
siputils: docs - note about restrictions of ring_insert_callid()
Browse files Browse the repository at this point in the history
- GH #2989

(cherry picked from commit 090f1f7)
  • Loading branch information
miconda committed Jan 26, 2022
1 parent 65e50fb commit e0084ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modules/siputils/doc/siputils_admin.xml
Expand Up @@ -285,6 +285,12 @@ modparam("auth", "rpid_avp", "$avp(myrpid)")
need to set a positive timeout value in order to use this function.
</para>
<para>
Note: the change of sip reply can be done only in cases when it is not
parsed too much before config execution, otherwise it fails. For
example, setting global parameter "log_prefix" can cause this function
to fail changing the replies.
</para>
<para>
The function returns TRUE on success, and FALSE during processing failures.
</para>
<para>
Expand Down

0 comments on commit e0084ad

Please sign in to comment.