Skip to content

Commit

Permalink
corex: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent a23bcb9 commit 7a3c970
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/modules/corex/doc/corex.xml
Expand Up @@ -35,8 +35,8 @@
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="corex_admin.xml"/>


</book>
8 changes: 4 additions & 4 deletions src/modules/corex/doc/corex_admin.xml
Expand Up @@ -1153,7 +1153,7 @@ route[reply] {
<para>
Please note this event route is meant to <emphasis>prepare</emphasis>
the message for on-wire communication, e.g. to do custom encryption or
decryption, compression/decompression etc. of the message sent to or
decryption, compression/decompression etc. of the message sent to or
received from remote host. Therefore, except text operations,
no module functions or pseudo variables are available in this event route.
</para>
Expand All @@ -1171,9 +1171,9 @@ route[reply] {
<section>
<title>Examples of Usage</title>
<para>
To use network event_route[network:msg] the remote SIP UA must also implement and
To use network event_route[network:msg] the remote SIP UA must also implement and
understand the encoding / decoding done in this event route. It is up to &kamailio;
config script writer to define and implement how encoding and decoding is done.
config script writer to define and implement how encoding and decoding is done.
Any language module such as app_perl or app_lua can be called in
in event_route[network:msg] to implement desired logic.
</para>
Expand All @@ -1190,7 +1190,7 @@ route[reply] {
and sent to SIP application server at remote location unencrypted, where they are
processed as normal. One the way back, the messages received from SIP application
server at edge proxy can be encrypted before being sent to actual destination.
The edge proxy can check whether received message came from end-user or SIP
The edge proxy can check whether received message came from end-user or SIP
application server by using simple regular expressions.
</para>
<para>
Expand Down

0 comments on commit 7a3c970

Please sign in to comment.