diff --git a/src/modules/corex/doc/corex.xml b/src/modules/corex/doc/corex.xml index 666e9cc2978..4cd171b38cb 100644 --- a/src/modules/corex/doc/corex.xml +++ b/src/modules/corex/doc/corex.xml @@ -35,8 +35,8 @@ - + - - + + diff --git a/src/modules/corex/doc/corex_admin.xml b/src/modules/corex/doc/corex_admin.xml index 29aaa8ccbe8..d5cfe1db477 100644 --- a/src/modules/corex/doc/corex_admin.xml +++ b/src/modules/corex/doc/corex_admin.xml @@ -1153,7 +1153,7 @@ route[reply] { Please note this event route is meant to prepare 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. @@ -1171,9 +1171,9 @@ route[reply] {
Examples of Usage - 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. @@ -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.