Module: kamailio
Branch: master
Commit: def7be2a3a60039c21c0711153152533b8ceb836
URL:
https://github.com/kamailio/kamailio/commit/def7be2a3a60039c21c071115315253…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: 2018-02-02T14:08:41-05:00
textops: update documentation for is_audio_on_hold()
---
Modified: src/modules/textops/doc/textops_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/def7be2a3a60039c21c071115315253…
Patch:
https://github.com/kamailio/kamailio/commit/def7be2a3a60039c21c071115315253…
---
diff --git a/src/modules/textops/doc/textops_admin.xml
b/src/modules/textops/doc/textops_admin.xml
index f94183dabf..4cb99d708e 100644
--- a/src/modules/textops/doc/textops_admin.xml
+++ b/src/modules/textops/doc/textops_admin.xml
@@ -1258,8 +1258,6 @@ if(has_body("application/sdp"))
<para>
The function returns <emphasis>true</emphasis> if the SIP message
has a body attached and at 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).
</para>
<para>
This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,