[sr-dev] git:master: pdbt: add another possible data source for german carrier directory

Henning Westerholt henning.westerholt at 1und1.de
Wed Oct 20 09:31:16 CEST 2010


Module: sip-router
Branch: master
Commit: 6a88284a4b312baae97e431e27e4927d5023c16f
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a88284a4b312baae97e431e27e4927d5023c16f

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Wed Oct 20 09:30:46 2010 +0200

pdbt: add another possible data source for german carrier directory

---

 utils/pdbt/scripts/get_carrier_names_germany.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/utils/pdbt/scripts/get_carrier_names_germany.sh b/utils/pdbt/scripts/get_carrier_names_germany.sh
index bb3bc6f..4ffd7d4 100755
--- a/utils/pdbt/scripts/get_carrier_names_germany.sh
+++ b/utils/pdbt/scripts/get_carrier_names_germany.sh
@@ -30,3 +30,7 @@ export LANG="C"
 
 wget -O - "$url" | recode latin1..utf8 | sed 's/^*.Verzeichnis der Portierungskennungen//' | awk '/<tbody>/, /<\/tbody>/' | tr -d '\r' | tr '\n' '@' | sed 's/<\/table>.*$//' | sed 's/<\/tbody>.*$//'
 
+# probably also possible to use this:
+# http://www.bundesnetzagentur.de/cae/servlet/contentblob/156772/publicationFile/8492/KonsolidiertesVerzPortierungsk.zip
+# main page (for reference):
+# http://www.bundesnetzagentur.de/cln_1932/DE/Sachgebiete/Telekommunikation/RegulierungTelekommunikation/Nummernverwaltung/TechnischeNummern/Portierungskennung/KonsolidiertesVerzPortKenn_Basepage.html?nn=120380
\ No newline at end of file




More information about the sr-dev mailing list