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
parent
bcc18ca9
No related branches found
No related tags found
Showing
- Makefile.rules 15 additions, 0 deletionsMakefile.rules
- configs/samples/geolocation.conf.sample 264 additions, 0 deletionsconfigs/samples/geolocation.conf.sample
- doc/CHANGES-staging/res_geolocation.txt 4 additions, 0 deletionsdoc/CHANGES-staging/res_geolocation.txt
- include/asterisk/res_geolocation.h 353 additions, 0 deletionsinclude/asterisk/res_geolocation.h
- res/Makefile 5 additions, 0 deletionsres/Makefile
- res/res_geolocation.c 125 additions, 0 deletionsres/res_geolocation.c
- res/res_geolocation.exports.in 6 additions, 0 deletionsres/res_geolocation.exports.in
- res/res_geolocation/eprofile_to_pidf.xslt 237 additions, 0 deletionsres/res_geolocation/eprofile_to_pidf.xslt
- res/res_geolocation/geoloc_civicaddr.c 151 additions, 0 deletionsres/res_geolocation/geoloc_civicaddr.c
- res/res_geolocation/geoloc_common.c 36 additions, 0 deletionsres/res_geolocation/geoloc_common.c
- res/res_geolocation/geoloc_config.c 641 additions, 0 deletionsres/res_geolocation/geoloc_config.c
- res/res_geolocation/geoloc_datastore.c 325 additions, 0 deletionsres/res_geolocation/geoloc_datastore.c
- res/res_geolocation/geoloc_dialplan.c 457 additions, 0 deletionsres/res_geolocation/geoloc_dialplan.c
- res/res_geolocation/geoloc_doc.xml 235 additions, 0 deletionsres/res_geolocation/geoloc_doc.xml
- res/res_geolocation/geoloc_eprofile.c 1002 additions, 0 deletionsres/res_geolocation/geoloc_eprofile.c
- res/res_geolocation/geoloc_gml.c 362 additions, 0 deletionsres/res_geolocation/geoloc_gml.c
- res/res_geolocation/geoloc_private.h 168 additions, 0 deletionsres/res_geolocation/geoloc_private.h
- res/res_geolocation/pidf_lo_test.xml 312 additions, 0 deletionsres/res_geolocation/pidf_lo_test.xml
- res/res_geolocation/pidf_to_eprofile.xslt 212 additions, 0 deletionsres/res_geolocation/pidf_to_eprofile.xslt
Loading
Please register or sign in to comment