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

sergey-safarov notifications at github.com
Sun Apr 4 13:48:50 CEST 2021


@sergey-safarov 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,;});

I can suggest use
```
$var(url) = @hf_value.geolocation[1].uri;
```

-- 
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#pullrequestreview-627531591
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210404/dd39c886/attachment.htm>


More information about the sr-dev mailing list