Module: kamailio Branch: master Commit: e1ef9f7ffb8a720f9dfd6602bb8e36070148a706 URL: https://github.com/kamailio/kamailio/commit/e1ef9f7ffb8a720f9dfd6602bb8e3607...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-10-31T17:16:25+01:00
modules: readme files regenerated - textops ... [skip ci]
---
Modified: src/modules/textops/README
---
Diff: https://github.com/kamailio/kamailio/commit/e1ef9f7ffb8a720f9dfd6602bb8e3607... Patch: https://github.com/kamailio/kamailio/commit/e1ef9f7ffb8a720f9dfd6602bb8e3607...
---
diff --git a/src/modules/textops/README b/src/modules/textops/README index 698c3858b3..00875a04b0 100644 --- a/src/modules/textops/README +++ b/src/modules/textops/README @@ -23,6 +23,12 @@ Juha Heinanen
+Edited by + +Ovidiu Sas + + osas@voipembedded.com + 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.