]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_geolocation: Allow location parameters on the profile object
authorGeorge Joseph <gjoseph@digium.com>
Thu, 18 Aug 2022 12:29:09 +0000 (06:29 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Sat, 10 Sep 2022 17:49:56 +0000 (12:49 -0500)
commita9c6f4bd545df2d7182ee8b1812f6f358b561025
tree1b59d3388dcefe88fad433a3b9f679661b0fdc93
parent833b9319a4ee3c10a79e923ac4048179e0f52730
res_geolocation:  Allow location parameters on the profile object

You can now specify the location object's format, location_info,
method, location_source and confidence parameters directly on
a profile object for simple scenarios where the location
information isn't common with any other profiles.  This is
mutually exclusive with setting location_reference on the
profile.

Updated appdocsxml.dtd to allow xi:include in a configObject
element.  This makes it easier to link to complete configOptions
in another object.  This is used to add the above fields to the
profile object without having to maintain the option descriptions
in two places.

ASTERISK-30185

Change-Id: Ifd5f05be0a76f0a6ad49fa28d17c394027677569
configs/samples/geolocation.conf.sample
doc/CHANGES-staging/res_geolocation.txt
doc/appdocsxml.dtd
include/asterisk/res_geolocation.h
res/res_geolocation/geoloc_config.c
res/res_geolocation/geoloc_doc.xml
res/res_geolocation/geoloc_eprofile.c
res/res_geolocation/geoloc_private.h