]> 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:34:17 +0000 (13:34 -0500)
commit1fa568e76f704185d10ee9e3681af2c0f3496681
treec6cb0a49047aa1a544681644be6a2909c483baea
parent639d72e98cc550ed29d909aaa046c8e10ea1fb1b
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]