Skip to content

Commit

Permalink
posops: docs - updated pos_set_char() section
Browse files Browse the repository at this point in the history
- note that the change is done directly inside the sip message buffer

(cherry picked from commit c377196)
  • Loading branch information
miconda committed Sep 14, 2022
1 parent b0636ff commit 5edc2cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/posops/doc/posops_admin.xml
Expand Up @@ -168,6 +168,10 @@ pos_insert("100", "10");
Set the char at position index to first character in val.
</para>
<para>
Important: it changes the character directly in the SIP message
buffer, the update being immediately visible.
</para>
<para>
The idx can be an integer value or a variable holding an integer. If
the value is negative, the position is counted from the end of the buffer.
</para>
Expand Down

0 comments on commit 5edc2cd

Please sign in to comment.