]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_geolocation: Add profile parameter suppress_empty_ca_elements
authorGeorge Joseph <gjoseph@digium.com>
Wed, 17 Aug 2022 13:15:00 +0000 (07:15 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Sat, 10 Sep 2022 16:08:36 +0000 (11:08 -0500)
commit372f5c56e1c18a584a2c107c20044789bd381a2d
treea9036015ad201bf1fad67a5b7e49ec317bdc9484
parent1fc0298f87119b0da1982ca208aa9775d8d890c3
res_geolocation: Add profile parameter suppress_empty_ca_elements

Added profile parameter "suppress_empty_ca_elements" that
will cause Civic Address elements that are empty to be
suppressed from the outgoing PIDF-LO document.

Fixed a possible SEGV if a sub-parameter value didn't have a
value.

ASTERISK-30177

Change-Id: I924ccc5aa2f45110a3155b22e53dfaf3ef2092dd
configs/samples/geolocation.conf.sample
doc/CHANGES-staging/res_geolocation.txt
include/asterisk/res_geolocation.h
res/res_geolocation/eprofile_to_pidf.xslt
res/res_geolocation/geoloc_config.c
res/res_geolocation/geoloc_dialplan.c
res/res_geolocation/geoloc_doc.xml
res/res_geolocation/geoloc_eprofile.c
res/res_geolocation/geoloc_private.h