Skip to content

Commit

Permalink
modules: readme files regenerated - textops ...
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Sep 14, 2016
1 parent ba3df9a commit a2b4207
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions modules/textops/README
Expand Up @@ -992,11 +992,19 @@ if (starts_with("$rU", "+358"))
The core will take care of the last boundary ending "--". Detecting
wich one is the last and fixing the others if needed.

Note: it may be required that msg_apply_changes() from textops module
has to be executed if there are other operations over the new body.

Example 1.37. set_body_multipart usage
...
set_body_multipart("test", "text/plain", "delimiter");
msg_apply_changes();
append_body_part(...);

...
Will produce:

# Will produce:

...
Content-Type: multipart/mixed;boundary="delimiter"
Mime-Version: 1.0
Expand Down Expand Up @@ -1033,7 +1041,9 @@ $var(b) = "7e Od 04 55 75 69 20 4d 61 6b 65 43 61 6c 6c"
append_body_part("$var(b)", "application/vnd.cirpack.isdn-ext", "signal;handling
=required");
...
Will append this the body:

# Will append this to the body:

...
Content-Type: application/vnd.cirpack.isdn-ext
Content-Disposition: signal;handling=required
Expand Down

0 comments on commit a2b4207

Please sign in to comment.