@miconda commented on this pull request.


In src/modules/lost/doc/lost_admin.xml:

> +			    </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)=~"^&lt;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, view it on GitHub, or unsubscribe.