]> 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:31 +0000 (11:08 -0500)
commit81ede203b69a0bdba2a013a835062bdc8f90d99c
tree06ed5458cc9c1f5281c8490bf480c2ffdf1759f2
parent08907bf6d844d5bad896eeda26ef7f078b7cd297
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