]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Geolocation: chan_pjsip Capability Preview
authorGeorge Joseph <gjoseph@digium.com>
Thu, 7 Jul 2022 15:32:38 +0000 (09:32 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 12 Jul 2022 18:35:55 +0000 (13:35 -0500)
commit6c2f4d57a34f5796e8b26ae761cd6c04f99daa16
treecef368b3698b4d3ec0de0f3649abf91bf905a7b0
parentabacf2d1a47900c4366515e7f545883486960e75
Geolocation:  chan_pjsip Capability Preview

This commit adds res_pjsip_geolocation which gives chan_pjsip
the ability to use the core geolocation capabilities.

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-30128

Change-Id: Ie2e2bcd87243c2cfabc43eb823d4427c7086f4d9
configs/samples/pjsip.conf.sample
contrib/ast-db-manage/config/versions/7197536bb68d_geoloc_endpoint_params.py [new file with mode: 0644]
doc/CHANGES-staging/res_pjsip_geolocation.txt [new file with mode: 0644]
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/pjsip_config.xml
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_geolocation.c [new file with mode: 0644]