Module: kamailio
Branch: master
Commit: f34654a2a0e7127ac7a2094cb8bc261e4a9c4e50
URL:
https://github.com/kamailio/kamailio/commit/f34654a2a0e7127ac7a2094cb8bc261…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-06-08T10:53:03+02:00
sdpops: docs - note that second param of ki_sdp_get_line_startswith() can have pv
---
Modified: src/modules/sdpops/doc/sdpops_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/f34654a2a0e7127ac7a2094cb8bc261…
Patch:
https://github.com/kamailio/kamailio/commit/f34654a2a0e7127ac7a2094cb8bc261…
---
diff --git a/src/modules/sdpops/doc/sdpops_admin.xml
b/src/modules/sdpops/doc/sdpops_admin.xml
index 094aaa88ad..37f7f2d5a7 100644
--- a/src/modules/sdpops/doc/sdpops_admin.xml
+++ b/src/modules/sdpops/doc/sdpops_admin.xml
@@ -557,6 +557,7 @@ if(sdp_with_ice()) {
<para>
Store the search part of SDP body message with line beginning with 'string' in
an AVP.
Return 1 if 'string' is found in SDP, -1 on error and -2 if there is no SDP
part in the message body.
+ The second parameter can contain psudeo-variables.
</para>
<para>
This function can be used from ANY_ROUTE.