Browse Source

sdpops: docs - listed $sdp(c:ip) variable

Daniel-Constantin Mierla 1 year ago
parent
commit
46e3727368
1 changed files with 8 additions and 1 deletions
  1. 8 1
      src/modules/sdpops/doc/sdpops_admin.xml

+ 8 - 1
src/modules/sdpops/doc/sdpops_admin.xml

@@ -608,7 +608,14 @@ if(is_method("INVITE") && has_body("application/sdp")){
 					<emphasis>$sdp(body)</emphasis> - full SDP body (read only)
 				</para></listitem>
 				<listitem><para>
-					<emphasis>$sdp(sess_version)</emphasis> - sess-version -attribute from SDP o= -line. When set to special value -1, current value is incremented. (read + write)
+					<emphasis>$sdp(sess_version)</emphasis> - sess-version -attribute
+					from SDP o= -line. When set to special value -1, current value
+					is incremented. (read + write)
+				</para></listitem>
+				<listitem><para>
+					<emphasis>$sdp(c:ip)</emphasis> - connection IP (read only)
+					- taken from first media strea if specified, otherwise from
+					first session.
 				</para></listitem>
 				</itemizedlist>
 			<para>