[sr-dev] [kamailio/kamailio] extensions to lost and http_client modules (#2675)

Daniel-Constantin Mierla notifications at github.com
Sun Apr 4 15:43:12 CEST 2021


@miconda commented on this pull request.



> +			    </itemizedlist>
+			<para>
+			The return value is 200 on success, 400 if an internal error occured, or 500 if an
+            error code is returned in the HELD response.
+	    	</para>
+			<para>
+			This function can be used from REQUEST_ROUTE,
+			ONREPLY_ROUTE, FAILURE_ROUTE, and BRANCH_ROUTE.
+			</para>
+			<example>
+				<title><function>lost_held_dereference()</function> usage</title>
+				<programlisting format="linespecific">
+...
+# HELD location dereference
+if ($hdr(Geolocation)=~"^<http.*$") {
+    $var(url) = $(hdr(Geolocation){s.select,0,;});

Note that `@...` were SER specific variables, still available, but not with an active maintainer. I would rather recommend using `$...` instead of `@...`, so better examples with $hdr(...) when gives what's needed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2675#discussion_r606803710
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210404/1fece27f/attachment.htm>


More information about the sr-dev mailing list