瀏覽代碼

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

Kamailio Dev 7 年之前
父節點
當前提交
e1ef9f7ffb
共有 1 個文件被更改,包括 9 次插入1 次删除
  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.