]> 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:01 +0000 (11:08 -0500)
commit833b9319a4ee3c10a79e923ac4048179e0f52730
tree44df6e03ee0d064a3d8375fc137b504ad605165a
parenta8997a689650dec640fc351ad7338bf19ce820cc
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