From: George Joseph Date: Wed, 10 Aug 2022 14:10:24 +0000 (-0600) Subject: CHANGES: Delete orphaned geolocation files X-Git-Tag: 16.29.0-rc1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a724c33b38b619b8fd48134e6166a1bd4da116;p=thirdparty%2Fasterisk.git CHANGES: Delete orphaned geolocation files Not sure how but the res_geolocation.txt and res_pjsip_geolocation.txt files seem to be orphaned and need to be removed. This is a 16-only commit. ASTERISK_30167 #noclose Change-Id: I7718ffc071a91918af7558a983ccaaf257b77238 --- diff --git a/doc/CHANGES-staging/res_geolocation.txt b/doc/CHANGES-staging/res_geolocation.txt deleted file mode 100644 index 5fe7316333..0000000000 --- a/doc/CHANGES-staging/res_geolocation.txt +++ /dev/null @@ -1,4 +0,0 @@ -Subject: res_geolocation - -Added res_geolocation which creates the core capabilities -to manipulate Geolocation information on SIP INVITEs. diff --git a/doc/CHANGES-staging/res_pjsip_geolocation.txt b/doc/CHANGES-staging/res_pjsip_geolocation.txt deleted file mode 100644 index acc49063e0..0000000000 --- a/doc/CHANGES-staging/res_pjsip_geolocation.txt +++ /dev/null @@ -1,4 +0,0 @@ -Subject: res_pjsip_geolocation - -Added res_pjsip_geolocation which gives chan_pjsip -the ability to use the core geolocation capabilities.