Browse Source

modules: readme files regenerated - textops ... [skip ci]

Kamailio Dev 7 years ago
parent
commit
e1ef9f7ffb
1 changed files with 9 additions and 1 deletions
  1. 9 1
      src/modules/textops/README

+ 9 - 1
src/modules/textops/README

@@ -23,6 +23,12 @@ Juha Heinanen
 
    <[email protected]>
 
+Edited by
+
+Ovidiu Sas
+
+   <[email protected]>
+
    Copyright © 2003 FhG FOKUS
      __________________________________________________________________
 
@@ -904,7 +910,9 @@ if(has_body("application/sdp"))
 4.32.  is_audio_on_hold()
 
    The function returns true if the SIP message has a body attached and at
-   least one audio stream in on hold.
+   least one audio stream in on hold. Only RFC2543 is supported
+   (c=0.0.0.0). Hold detection based on RFC3264 is not supported
+   (a=sendonly/inactive).
 
    This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
    FAILURE_ROUTE and BRANCH_ROUTE.