]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_geolocation: Add two new options to GEOLOC_PROFILE
authorGeorge Joseph <gjoseph@digium.com>
Thu, 25 Aug 2022 13:00:33 +0000 (07:00 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Sat, 10 Sep 2022 17:53:14 +0000 (12:53 -0500)
commitbc6061bc5c44a8ad1cde4db5e9b1ff05a803307f
tree31c861a0aee7fe5003a67b2053099907051b75f2
parentb221f0f86a468701a26ac5522b46aea93196090b
res_geolocation: Add two new options to GEOLOC_PROFILE

Added an 'a' option to the GEOLOC_PROFILE function to allow
variable lists like location_info_refinement to be appended
to instead of replacing the entire list.

Added an 'r' option to the GEOLOC_PROFILE function to resolve all
variables before a read operation and after a Set operation.

Added a few missing parameters to the ones allowed for writing
with GEOLOC_PROFILE.

Fixed a bug where calling GEOLOC_PROFILE to read a parameter
might actually update the profile object.

Cleaned up XML documentation a bit.

ASTERISK-30190

Change-Id: I75f541db43345509a2e86225bfa4cf8e242e5b6c
doc/CHANGES-staging/res_geolocation.txt
include/asterisk/res_geolocation.h
res/res_geolocation/geoloc_dialplan.c
res/res_geolocation/geoloc_doc.xml
res/res_geolocation/geoloc_eprofile.c
res/res_geolocation/geoloc_private.h
res/res_pjsip_geolocation.c