Module: kamailio Branch: master Commit: be51e338830f960cc27845136feaee4f101ed2c1 URL: https://github.com/kamailio/kamailio/commit/be51e338830f960cc27845136feaee4f...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: 2017-10-31T12:13:51-04:00
textops: documentaton updated for is_audio_on_hold() - reported by Julia Boudniatsky juliabo@gmail.com
---
Modified: src/modules/textops/doc/textops.xml Modified: src/modules/textops/doc/textops_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/be51e338830f960cc27845136feaee4f... Patch: https://github.com/kamailio/kamailio/commit/be51e338830f960cc27845136feaee4f...
---
diff --git a/src/modules/textops/doc/textops.xml b/src/modules/textops/doc/textops.xml index 3cc28dcb0a..d1b6e135e4 100644 --- a/src/modules/textops/doc/textops.xml +++ b/src/modules/textops/doc/textops.xml @@ -34,6 +34,11 @@ <surname>Heinanen</surname> <email>jh@tutpro.com</email> </editor> + <editor> + <firstname>Ovidiu</firstname> + <surname>Sas</surname> + <email>osas@voipembedded.com</email> + </editor> </authorgroup> <copyright> <year>2003</year> diff --git a/src/modules/textops/doc/textops_admin.xml b/src/modules/textops/doc/textops_admin.xml index 4cb99d708e..f94183dabf 100644 --- a/src/modules/textops/doc/textops_admin.xml +++ b/src/modules/textops/doc/textops_admin.xml @@ -1258,6 +1258,8 @@ 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,