]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
CHANGES: Delete orphaned geolocation files
authorGeorge Joseph <gjoseph@digium.com>
Wed, 10 Aug 2022 14:10:24 +0000 (08:10 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 10 Aug 2022 14:10:24 +0000 (08:10 -0600)
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

doc/CHANGES-staging/res_geolocation.txt [deleted file]
doc/CHANGES-staging/res_pjsip_geolocation.txt [deleted file]

diff --git a/doc/CHANGES-staging/res_geolocation.txt b/doc/CHANGES-staging/res_geolocation.txt
deleted file mode 100644 (file)
index 5fe7316..0000000
+++ /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 (file)
index acc4906..0000000
+++ /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.