From 01fa6d962258a7ea82e6d3fe2d56f98b94806a31 Mon Sep 17 00:00:00 2001 From: Wolfgang Kampichler Date: Sun, 4 Apr 2021 23:09:02 +0200 Subject: [PATCH] lost: removed some typos and added explanatory text to doc --- src/modules/lost/doc/lost_admin.xml | 4 ++-- src/modules/lost/lost.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/lost/doc/lost_admin.xml b/src/modules/lost/doc/lost_admin.xml index 2ef2605f191..1df4aefd21e 100644 --- a/src/modules/lost/doc/lost_admin.xml +++ b/src/modules/lost/doc/lost_admin.xml @@ -185,8 +185,7 @@ <varname>post_request</varname> (int) Dereferencing the location can be done using either the HTTP GET or POST method. This parameter - This parameter globally defines whether only HTTP POST method should be used. Values are 0 (GET) - or 1 (POST). + globally defines whether only HTTP POST method should be used. Values are 0 (GET) or 1 (POST). Default: 0 (GET) @@ -405,6 +404,7 @@ xlog("L_INFO", "HELD locationRequest: Result code $var(res)\nUrl: $var(url)\n$va Sends a HELD POST locationRequest to a given URL. Attributes are responseTime and resposeType. + The locationType property "exact" is set to "false". diff --git a/src/modules/lost/lost.c b/src/modules/lost/lost.c index ab6ef510e66..06b3bff2a21 100644 --- a/src/modules/lost/lost.c +++ b/src/modules/lost/lost.c @@ -411,7 +411,7 @@ static int w_lost_held_deref(struct sip_msg *_m, char *_url, char *_rtime, } /* - * Wrapper for lost_query w/o pudf, urn + * Wrapper for lost_query w/o pidf, urn */ static int w_lost_query( struct sip_msg *_m, char *_con, char *_uri, char *_name, char *_err)