]> 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:50:27 +0000 (12:50 -0500)
commitdbdd26e867940e5139549869e72b812bd755ac11
tree54b14fb0aa930b3322028420d2d5708b00082182
parentc55320e42e978b43099e120d94155265ea3c2bb2
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