]> 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:19 +0000 (11:08 -0500)
commitc55320e42e978b43099e120d94155265ea3c2bb2
treee314a1e8aaac36e34bfc7c1136e2a18366cd6c2f
parent4794e06825a0f2e968e31c386504d3b0d0b034b9
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