|
@@ -429,9 +429,23 @@ xlog("L_INFO", "HELD locationRequest: Result code $var(res)\nUrl: $var(url)\n$va
|
|
|
</para></listitem>
|
|
|
</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.
|
|
|
+ The return value is 200..203 on success, 400 if an internal error occured, or 500 if an
|
|
|
+ error code is returned in the HELD response. Success codes in detail are as follows:
|
|
|
</para>
|
|
|
+ <itemizedlist>
|
|
|
+ <listitem><para>
|
|
|
+ <emphasis>200</emphasis> - received 200 OK, but neither location-info nor locationURI element found
|
|
|
+ </para></listitem>
|
|
|
+ <listitem><para>
|
|
|
+ <emphasis>201</emphasis> - received 200 OK with locationURI (aka Location-by-Reference)
|
|
|
+ </para></listitem>
|
|
|
+ <listitem><para>
|
|
|
+ <emphasis>202</emphasis> - received 200 OK with location-info element (aka Location-by-Value)
|
|
|
+ </para></listitem>
|
|
|
+ <listitem><para>
|
|
|
+ <emphasis>203</emphasis> - received 200 OK with location-info and locationURI element
|
|
|
+ </para></listitem>
|
|
|
+ </itemizedlist>
|
|
|
<para>
|
|
|
This function can be used from REQUEST_ROUTE,
|
|
|
ONREPLY_ROUTE, FAILURE_ROUTE, and BRANCH_ROUTE.
|