]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Geolocation: Core Capability Preview
authorGeorge Joseph <gjoseph@digium.com>
Tue, 15 Feb 2022 13:29:50 +0000 (06:29 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 12 Jul 2022 12:50:56 +0000 (07:50 -0500)
commitf4913553848e906fd6dbaa9e8b514b739fb6311c
treec5c62eb5c1080cd53864ebf86c7402471881e8b8
parent0fe1a581e5978c444f67c9fbba6aab7ee1fa0d3e
Geolocation:  Core Capability Preview

This commit adds res_geolocation which creates the core capabilities
to manipulate Geolocation information on SIP INVITEs.

An upcoming commit will add res_pjsip_geolocation which will
allow the capabilities to be used with the pjsip channel driver.

This commit message is intentionally short because this isn't
a simple capability.  See the documentation at
https://wiki.asterisk.org/wiki/display/AST/Geolocation
for more information.

THE CAPABILITIES IMPLEMENTED HERE MAY CHANGE BASED ON
USER FEEDBACK!

ASTERISK-30127

Change-Id: Ibfde963121b1ecf57fd98ee7060c4f0808416303
19 files changed:
Makefile.rules
configs/samples/geolocation.conf.sample [new file with mode: 0644]
doc/CHANGES-staging/res_geolocation.txt [new file with mode: 0644]
include/asterisk/res_geolocation.h [new file with mode: 0644]
res/Makefile
res/res_geolocation.c [new file with mode: 0644]
res/res_geolocation.exports.in [new file with mode: 0644]
res/res_geolocation/eprofile_to_pidf.xslt [new file with mode: 0644]
res/res_geolocation/geoloc_civicaddr.c [new file with mode: 0644]
res/res_geolocation/geoloc_common.c [new file with mode: 0644]
res/res_geolocation/geoloc_config.c [new file with mode: 0644]
res/res_geolocation/geoloc_datastore.c [new file with mode: 0644]
res/res_geolocation/geoloc_dialplan.c [new file with mode: 0644]
res/res_geolocation/geoloc_doc.xml [new file with mode: 0644]
res/res_geolocation/geoloc_eprofile.c [new file with mode: 0644]
res/res_geolocation/geoloc_gml.c [new file with mode: 0644]
res/res_geolocation/geoloc_private.h [new file with mode: 0644]
res/res_geolocation/pidf_lo_test.xml [new file with mode: 0644]
res/res_geolocation/pidf_to_eprofile.xslt [new file with mode: 0644]