Explorar o código

textops: documentaton updated for is_audio_on_hold()
- reported by Julia Boudniatsky <[email protected]>

Ovidiu Sas %!s(int64=7) %!d(string=hai) anos
pai
achega
be51e33883

+ 5 - 0
src/modules/textops/doc/textops.xml

@@ -34,6 +34,11 @@
 		<surname>Heinanen</surname>
 		<surname>Heinanen</surname>
 			<email>[email protected]</email>
 			<email>[email protected]</email>
 		</editor>
 		</editor>
+		<editor>
+		<firstname>Ovidiu</firstname>
+		<surname>Sas</surname>
+			<email>[email protected]</email>
+		</editor>
 	</authorgroup>
 	</authorgroup>
 	<copyright>
 	<copyright>
 		<year>2003</year>
 		<year>2003</year>

+ 2 - 0
src/modules/textops/doc/textops_admin.xml

@@ -1258,6 +1258,8 @@ if(has_body("application/sdp"))
 		<para>
 		<para>
 		The function returns <emphasis>true</emphasis> if the SIP message
 		The function returns <emphasis>true</emphasis> if the SIP message
 		has a body attached and at least one audio stream in on hold.
 		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>
 		<para>
 		<para>
 		This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE, 
 		This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,